Under a unified ImageNet-1K benchmark, soft labels largely explain the success of large-scale dataset distillation, and a hard-label pipeline that prunes, combines, and augments real images beats prior methods at extreme compression ratios.
Distributional Dataset Distillation with Subtask Decomposition
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
What does a neural network learn when training from a task-specific dataset? Synthesizing this knowledge is the central idea behind Dataset Distillation, which recent work has shown can be used to compress large datasets into a small set of input-label pairs ($\textit{prototypes}$) that capture essential aspects of the original dataset. In this paper, we make the key observation that existing methods distilling into explicit prototypes are very often suboptimal, incurring in unexpected storage cost from distilled labels. In response, we propose $\textit{Distributional Dataset Distillation}$ (D3), which encodes the data using minimal sufficient per-class statistics and paired with a decoder, we distill dataset into a compact distributional representation that is more memory-efficient compared to prototype-based methods. To scale up the process of learning these representations, we propose $\textit{Federated distillation}$, which decomposes the dataset into subsets, distills them in parallel using sub-task experts and then re-aggregates them. We thoroughly evaluate our algorithm on a three-dimensional metric and show that our method achieves state-of-the-art results on TinyImageNet and ImageNet-1K. Specifically, we outperform the prior art by $6.9\%$ on ImageNet-1K under the storage budget of 2 images per class.
fields
cs.CV 1years
2025 1verdicts
CONDITIONAL 1representative citing papers
citing papers explorer
-
Unifying Dataset Pruning and Distillation for Efficient Large-scale Compression
Under a unified ImageNet-1K benchmark, soft labels largely explain the success of large-scale dataset distillation, and a hard-label pipeline that prunes, combines, and augments real images beats prior methods at extreme compression ratios.