REVIEW 2 major objections 5 minor 24 references
Dataset distillation encodes a multi-index task's low-dimensional structure into a tiny synthetic set whose memory is only ~r^{2}d + L.
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
2026-07-14 20:54 UTC pith:WT5WA2RG
load-bearing objection First clean theory that ties gradient-based DD compression rate to intrinsic dimension r for multi-index tasks; the math holds under the stated assumptions. the 2 major comments →
Dataset Distillation Efficiently Encodes Low-Dimensional Representations from Gradient-Based Learning of Non-Linear Tasks
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
Under progressive one-step gradient or performance matching applied to two-layer networks learning a multi-index target, the first distilled dataset is projected onto the principal subspace of the task; with only ~r^{2} such points the second training phase recovers a second-layer coefficient that achieves the same population-risk rates previously known for full-data gradient descent, for total memory ~r^{2}d + L.
What carries the argument
The population gradient of the first-phase gradient-matching objective, which equals a positive multiple of H times the synthetic input (H being the Hessian of the multi-index target); this forces every distilled point to lie essentially in the r-dimensional principal subspace S*.
Load-bearing premise
The student network used for the first distillation step must replace ReLU by a twice-differentiable surrogate whose second derivative is strictly positive on the unit interval, otherwise the gradient-matching update is formally undefined and the projection argument fails.
What would settle it
Run progressive distillation on a multi-index polynomial of known intrinsic dimension r; if the first distilled set of size o(r^{2}) already yields a network whose population risk fails to match the full-data teacher rates of Damian et al., or if the distilled inputs remain essentially isotropic rather than concentrating on the true principal subspace, the central claim is false.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper analyzes progressive one-step gradient matching (GM) and performance matching (PM) for two-layer ReLU networks trained by the two-phase gradient procedure of Damian et al. (2022) on multi-index targets f*(x)=σ*(B⊤x). Under Assumptions 3.1–3.8 (or the well-defined ReLU GM of Appendix C), the first distilled set S1 projects its inputs onto the principal subspace S* (Theorem 4.1 / B.4 / D.9), so that M1=Θ̃(r^{2}) points of memory Θ̃(r^{2}d) already let the second-phase ridge regression recover a second-layer vector a* whose population risk matches the full-data teacher rates (Theorems 4.2–4.3 / B.29 / D.22). A second distilled set of memory Θ(L) then reconstructs a* under a maximum-rank kernel condition (Assumption 4.4 / B.36), yielding overall memory Θ̃(r^{2}d+L) (Theorems 4.5–4.6). Synthetic experiments and a transfer-learning illustration support the scaling.
Significance. If the claims hold, this is one of the first analyses that (i) treats practical gradient-based DD (GM/PM), (ii) exploits a concrete low-dimensional task structure, and (iii) obtains a memory bound that improves on both the original sample complexity Θ̃(d^{2}·poly(1/ε)) and the model storage cost Θ(Ld). The appendices supply detailed high-probability bounds that track the teacher analysis of Damian et al. through the distillation map; concentration, Hermite expansions and population-gradient calculations are standard and carefully adapted. The explicit memory comparison in Table 1 and the transfer experiment (Figure 2) make the practical implication concrete. The result therefore advances the theoretical understanding of why DD compresses and when the compression rate tracks intrinsic dimension.
major comments (2)
- Assumption 3.8 (and the companion well-defined ReLU update of Definition C.1 / Appendix C) is load-bearing for the first-phase encoding claim: the GM update of Equation (1) / (2) involves second derivatives of the student activation, which are undefined for ReLU. The paper correctly scopes the theorems under a C^{2} surrogate h with h''>0 on [-1,1] (or the truncated update that drops the second-derivative term). Both routes yield the same qualitative projection onto S* (Theorems B.18 / D.8 / C.3). The limitation is already stated, but the main-text abstract and introduction should flag more prominently that the primary theorems are proved for surrogates (or the truncated rule), not for unmodified ReLU GM.
- The analysis is restricted to one-step student training and a fixed reference initialization θ(0) (Assumptions 3.6–3.7). While this is consistent with prior exact-reconstruction theory (Izzo & Zou, Chen et al.) and is essential for isolating the distillation map, it leaves open whether multi-step student dynamics or random re-initializations preserve the same memory rates. The paper already notes this as a simplification; a short discussion of the expected obstruction (or a sketch that the same population gradient still appears) would strengthen the claim that the mechanism is robust beyond the one-step setting.
minor comments (5)
- Table 1: the memory entry for 'Ours' is rendered as a sequence of boxes rather than Θ̃(r^{2}d+L); fix the typesetting so the comparison is immediately readable.
- Notation: the same symbol ε is used both for label noise and for residual terms in the distilled-point expansion (e.g., Corollary B.7, Lemma B.20). A distinct symbol for the residual would improve readability of Appendices B and D.
- Figure 1 caption: 'effective random initialization J*=LJ/2' is correct by Corollary B.7, but a one-sentence reminder in the main text (near the figure) would help readers who skip the appendix.
- Assumption 4.4 / B.36 (maximum attainable rank of the second-phase kernel) is used crucially in Theorems 4.5 / B.32 / B.33; the constructive initialization of Appendix B.8 is helpful, but a brief pointer from the main-text statement of Theorem 4.5 to that construction would make the assumption less opaque.
- A few typos: 'polylogarithmmic' (Notation), 'att=1' missing spaces (Assumption 3.8), and occasional missing articles in the abstract and Section 1.2.
Circularity Check
No significant circularity: distillation map analyzed from first principles on top of independent teacher dynamics
full rationale
The paper's central claims (Theorems 4.1–4.6) are obtained by explicitly computing the one-step GM/PM updates on the two-phase gradient dynamics of Damian et al. (2022), deriving the population gradient of the student (Theorems B.18/D.8), proving concentration, and showing that the resulting synthetic points lie in the principal subspace S* (or its image under H). The second-phase analysis reduces to ordinary ridge regression whose solution lies in the column space of the second-layer kernel; under the stated regularity condition the distilled labels recover that solution. No free parameter is fitted to the target risk, no uniqueness theorem is imported from overlapping authors, and the load-bearing lemmas of Damian et al. (2022) and Nishikawa et al. (2025) are external results used as black boxes for the teacher only. The derivation of the distillation map itself is self-contained and does not reduce by construction to its inputs.
Axiom & Free-Parameter Ledger
free parameters (2)
- η^D_1, η^R_1, λ^D_1, λ^R_1 and analogous second-phase rates
- M_1 = Θ̃(r²), J* = Θ̃(poly(r,d))
axioms (5)
- domain assumption Data follow a multi-index model f*(x)=σ*(B^⊤x) with B orthogonal, degree-p polynomial, Gaussian covariates and additive noise (Ass. 3.1).
- domain assumption Hessian H=E[∇²f*] has rank r, span(H)=S*, and is well-conditioned (Ass. 3.3).
- ad hoc to paper Student activation at t=1 is a C² surrogate h with h''>0 on [-1,1] (Ass. 3.8), or the specially truncated ReLU update of App. C.
- ad hoc to paper Second-phase synthetic kernel attains its maximum possible rank (regularity Ass. 4.4 / B.36).
- domain assumption Teacher follows the exact two-phase gradient algorithm of Damian et al. (2022) with the same hyper-parameters (Ass. 3.6).
invented entities (1)
-
Progressive one-step GM/PM with independent distilled sets per phase and fixed reference initialization
no independent evidence
Cite this review
Pith. "Pith review of Dataset Distillation Efficiently Encodes Low-Dimensional Representations from Gradient-Based Learning of Non-Linear Tasks." pith.science (2026). https://pith.science/paper/WT5WA2RG
@misc{pith2026260314830,
author = {Pith},
title = {Pith review of: Dataset Distillation Efficiently Encodes Low-Dimensional Representations from Gradient-Based Learning of Non-Linear Tasks},
year = {2026},
howpublished = {\url{https://pith.science/paper/WT5WA2RG}},
note = {Machine review of arXiv:2603.14830}
}
read the original abstract
Dataset distillation, a training-aware data compression technique, has recently attracted increasing attention as an effective tool for mitigating costs of optimization and data storage. However, progress remains largely empirical. Mechanisms underlying the extraction of task-relevant information from the training process and the efficient encoding of such information into synthetic data points remain elusive. In this paper, we theoretically analyze practical algorithms of dataset distillation applied to the gradient-based training of two-layer neural networks with width $L$. By focusing on a non-linear task structure called multi-index model, we prove that the low-dimensional structure of the problem is efficiently encoded into the resulting distilled data. This dataset reproduces a model with high generalization ability for a required memory complexity of $\tilde{\Theta}$$(r^2d+L)$, where $d$ and $r$ are the input and intrinsic dimensions of the task. To the best of our knowledge, this is one of the first theoretical works that include a specific task structure, leverage its intrinsic dimensionality to quantify the compression rate and study dataset distillation implemented solely via gradient-based algorithms.
Reference graph
Works this paper leans on
-
[1]
Dataset distillation.arXiv preprint arXiv:1811.10959,
Tongzhou Wang, Jun-Yan Zhu, Antonio Torralba, and Alexei A Efros. Dataset distillation.arXiv preprint arXiv:1811.10959,
-
[2]
Guang Li, Ren Togo, Takahiro Ogawa, and Miki Haseyama
doi: 10.1109/IJCNN52387.2021.9533769. Guang Li, Ren Togo, Takahiro Ogawa, and Miki Haseyama. Soft-label anonymous gastric X-ray image distillation. In 2020 IEEE International Conference on Image Processing (ICIP), pages 305–309,
-
[3]
doi: 10.1109/ICIP40778. 2020.9191357. Jianrong Ding, Zhanyu Liu, Guanjie Zheng, Haiming Jin, and Linghe Kong. CondTSF: One-line plugin of dataset condensation for time series forecasting. In A. Globerson, L. Mackey, D. Belgrave, A. Fan, U. Paquet, J. Tomczak, and C. Zhang, editors,Advances in Neural Information Processing Systems, volume 37, pages 128227–...
-
[4]
Hanfei Guo, Junhao Xu, Chang Li, Wei Zhao, Hu Peng, Zhihui Han, Yuanguo Wang, and Xun Chen
doi: 10.52202/079017-4072. Hanfei Guo, Junhao Xu, Chang Li, Wei Zhao, Hu Peng, Zhihui Han, Yuanguo Wang, and Xun Chen. Single-channel EEG-based sleep stage classification via hybrid data distillation.Journal of Neural Engineering, 22(6):066013,
-
[5]
Jiangtao Kong, Jiacheng Shi, Ashley Gao, Shaohan Hu, Tianyi Zhou, and Huajie Shao. Hybrid memory replay: Blending real and distilled data for class incremental learning.arXiv preprint arXiv:2410.15372,
-
[6]
Distilled one-shot federated learning.arXiv preprint arXiv:2009.07999,
Yanlin Zhou, George Pu, Xiyao Ma, Xiaolin Li, and Dapeng Wu. Distilled one-shot federated learning.arXiv preprint arXiv:2009.07999,
Pith/arXiv arXiv 2009
-
[7]
A theoretical study of dataset distillation
Zachary Izzo and James Zou. A theoretical study of dataset distillation. InNeurIPS 2023 Workshop on Mathematics of Modern Machine Learning,
2023
-
[8]
Provable and efficient dataset distillation for kernel ridge regression
Yilan Chen, Wei Huang, and Tsui-Wei Weng. Provable and efficient dataset distillation for kernel ridge regression. In A. Globerson, L. Mackey, D. Belgrave, A. Fan, U. Paquet, J. Tomczak, and C. Zhang, editors,Advances in Neural Information Processing Systems, volume 37, pages 88739–88771. Curran Associates, Inc., 2024a. doi: 10.52202/079017-2816. 11 Datas...
-
[9]
Timothy Nguyen, Zhourong Chen, and Jaehoon Lee
doi: 10.1109/TPAMI.2023.3323376. Timothy Nguyen, Zhourong Chen, and Jaehoon Lee. Dataset meta-learning from kernel ridge-regression. 2021a. Timothy Nguyen, Roman Novak, Lechao Xiao, and Jaehoon Lee. Dataset distillation with infinitely wide convolutional networks. In M. Ranzato, A. Beygelzimer, Y . Dauphin, P.S. Liang, and J. Wortman Vaughan, editors,Adva...
-
[10]
Justin Cui, Ruochen Wang, Si Si, and Cho-Jui Hsieh
doi: 10.1109/ COINS57856.2023.10189244. Justin Cui, Ruochen Wang, Si Si, and Cho-Jui Hsieh. Scaling up dataset distillation to ImageNet-1K with constant memory. In Andreas Krause, Emma Brunskill, Kyunghyun Cho, Barbara Engelhardt, Sivan Sabato, and Jonathan Scarlett, editors,Proceedings of the 40th International Conference on Machine Learning, volume 202 ...
arXiv 2023
-
[11]
Data distillation can be like vodka: Distilling more times for better quality
Xuxi Chen, Yu Yang, Zhangyang Wang, and Baharan Mirzasoleiman. Data distillation can be like vodka: Distilling more times for better quality. 2024b. Byunggwan Son, Youngmin Oh, Donghyeon Baek, and Bumsub Ham. FYI: Flip your images for dataset distillation. In Aleš Leonardis, Elisa Ricci, Stefan Roth, Olga Russakovsky, Torsten Sattler, and Gül Varol, edito...
2024
-
[12]
A precise performance analysis of learning with random features.arXiv preprint arXiv:2008.11904,
Oussama Dhifallah and Yue M Lu. A precise performance analysis of learning with random features.arXiv preprint arXiv:2008.11904,
Pith/arXiv arXiv 2008
-
[13]
On learning gaussian multi-index models with gradient flow
Alberto Bietti, Joan Bruna, and Loucas Pillaud-Vivien. On learning gaussian multi-index models with gradient flow. arXiv preprint arXiv:2310.19793,
-
[14]
13 Dataset Distillation Efficiently Encodes Low-Dimensional RepresentationsA PREPRINT A Further Notations, Tensor Computation and Hermite Polynomials A.1 Notations In this paper, we employ the notion of high probability events defined as follows: Definition A.1.Throughout the proofs, ι is used to denote any quantity such that ι=Cιlog(N Ld) for sufficientl...
2018
-
[15]
He2k+1(x) = � k≥0 ck+1 k! Hek(x). B Proof of Main Theorems: Single Index Models In this appendix, we prove our result for the single index setting where we define f ∗(x) as σ∗(�β, x�), notably showing that M1 = 1 can be enough. Please refer to Appendix D for the general multi-index case. Some statements will be proved in the multi-index setting so that th...
2020
-
[16]
Moreover, in Appendix C, we will treat a well-defined update for ReLU, which will also lead to similar result shown in this appendix
will output a set of synthetic points with mainly the same compression efficiency and generalization ability. Moreover, in Appendix C, we will treat a well-defined update for ReLU, which will also lead to similar result shown in this appendix. From this lemma, we can drastically simplify the notation as follows: Corollary B.7.˜x(1) can be regarded as taki...
2022
-
[17]
We define the first term of the right hand side as∆1,1 and the second as∆ 1,2
∆1 = sup ˜x∈S��� ������ 1 J ∗N � j,n ˆf ∗(xn)xnσ′(�wj, xn�)h′(�wj,˜x�)�� w,x � ˆf ∗(x)xσ′(�w, x�)h′(�w,˜x�) � ������ = sup ˜x∈S��� ������ 1 J ∗N � j,n ˆf ∗(xn)xnσ′(�wj, xn�)h′(�wj,˜x�)� 1 J ∗ � j � x � ˆf ∗(x)xσ′(�wj, x�)h′(�wj,˜x�) � ������ + sup ˜x∈S��� ������ 1 J ∗ � j � x � ˆf ∗(x)xσ′(�wj, x�)h′(�wj,˜x�) � �� w,x � ˆf ∗(x)xσ′(�w, x�)h′(�w,˜x�) � �����...
2022
-
[18]
(2022), we know that with high probability, sup w∈S��� ����� 1 N � n ˆf ∗(xn)xnσ′(�wj, xn�)�� x � ˆf ∗(x)xσ′(�wj, x�) ������ = ˜O � � d N �
Now, from Lemma 32 of Damian et al. (2022), we know that with high probability, sup w∈S��� ����� 1 N � n ˆf ∗(xn)xnσ′(�wj, xn�)�� x � ˆf ∗(x)xσ′(�wj, x�) ������ = ˜O � � d N � . As a result, ∆1,1 = ˜O � � d N � .(10) Let us now focus on ∆1,2 = sup ˜x∈S��� ������ 1 J ∗ � j � x � ˆf ∗(x)xσ′(�wj, x�)h′(�wj,˜x�) � �� w,x � ˆf ∗(x)xσ′(�w, x�)h′(�w,˜x�) � �����...
2022
-
[19]
Finally, we can prove Theorem B.4
The second inequality can be shown with the same approach as the derivation of ∆2 in the proof of Lemma B.19 by replacing ˆf ∗ to ϵn which is bounded. Finally, we can prove Theorem B.4. Proof of Theorem B.4. We just need to substituteG and ϵ in Corollary B.7 with the bounds we obtained in Theorem B.19 and Lemma B.20. We will use the general bound in the r...
2022
-
[20]
B.5.2 Proof of Theorem B.29 Lemma B.30(Lemma 23 from Nishikawa et al
Theorem B.29.Under the assumptions of Theorem B.4 and �β,˜x(0)� is not too small with order ˜Θ(d−1/2) , N� ˜Ω(d4)J ∗ � ˜Ω(d4), ηD 1 = ˜Θ( � d), and ηR 1 = ˜Θ(d) there exists λT r 2 such that if ηT r 2 is sufficiently small and ξT r 2 = ˜Θ(�ηT r 2 λT r 2 �−1), then the final iterate of the teacher training at t= 2 output a parameter a∗ =a (ξ� � � ) that sa...
2025
-
[21]
We will first evaluate conditions onηR 1 , ηD 1 , N and J ∗ =LJ/2 to satisfy conditions P= ˜Θ(1) and c(x) =o d(Plog −2p+2 d) of Lemma B.30
Proof of Theorem B.29. We will first evaluate conditions onηR 1 , ηD 1 , N and J ∗ =LJ/2 to satisfy conditions P= ˜Θ(1) and c(x) =o d(Plog −2p+2 d) of Lemma B.30. From Lemma B.27, we know that P=�η R 1 ηD 1 (˜y(0))2cd�β,˜x(0)� and c(x) =�η R 1 ηD 1 (˜y(0))2�ϵ, x�where ϵ= ˜O � d � � N − � � +d −2 +d � � J ∗− � � � . If we set ηD 1 = ˜Θ( � d) and ηR 1 = ˜Θ(...
2022
-
[22]
Moreover, �β, w�=st+ � 1�t 2�β⊥, v�, where s=�β,˜x� , and β⊥ =β� �β,˜x�˜x
��� � . Moreover, �β, w�=st+ � 1�t 2�β⊥, v�, where s=�β,˜x� , and β⊥ =β� �β,˜x�˜x. We also define a :=B ⊤w=bt+ � 1�t 2η, where b :=B ⊤˜xand η :=B ⊤v, P :=I d �˜x˜x⊤, B⊥ :=P B , Σ :=B ⊤P B=I r �bb ⊤. By Lemma B.11, since ˆCk =B ⊗kCk, ˆCk(w⊗k) =C k(a⊗k) and ˆCk+1(w⊗k) =BC k+1(a⊗k). Now, let us first consider T1 =� t,v � BCk+1(a⊗k)h′(t) � . SinceC k+1 is a s...
2022
-
[23]
Let us now move on to proving our main statements
��� � dt= cd cd+2 = Θ(1),(25) and following Corollary 46 (Damian et al., 2022), with probability1�2e −ι �B⊤˜x�� � rι d .(26) Based on the parity ofk,T (1) 3 introduces an additional � rι d factors, leading to the bound of the statement. Let us now move on to proving our main statements. The evaluation ofT (1) 1 is straightforward as T (1) 1 =�[ ˆC2(w⊗1)h′...
2022
-
[24]
(2022) to analyze the behavior of DD and show that the resulting distilled data provide high generalization performance at retraining
The goal of this subsection is to provide a similar proof flow as Damian et al. (2022) to analyze the behavior of DD and show that the resulting distilled data provide high generalization performance at retraining. Moreover, by setting (˜y(0))2 �χ(d) , we can absorb the randomness of ˜y(0) into ˜x(1) m . To summarize, the gradient of the teacher training ...
2022
This paper was first reviewed by grok-4.5 on July 14, 2026.
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.