pith. sign in

arxiv: 2206.00719 · v2 · pith:TZITTF6Xnew · submitted 2022-06-01 · 💻 cs.LG · cs.CV

Dataset Distillation using Neural Feature Regression

classification 💻 cs.LG cs.CV
keywords datasetdistillationfrepoloopchallengescomputationdatadistilled
0
0 comments X
read the original abstract

Dataset distillation aims to learn a small synthetic dataset that preserves most of the information from the original dataset. Dataset distillation can be formulated as a bi-level meta-learning problem where the outer loop optimizes the meta-dataset and the inner loop trains a model on the distilled data. Meta-gradient computation is one of the key challenges in this formulation, as differentiating through the inner loop learning procedure introduces significant computation and memory costs. In this paper, we address these challenges using neural Feature Regression with Pooling (FRePo), achieving the state-of-the-art performance with an order of magnitude less memory requirement and two orders of magnitude faster training than previous methods. The proposed algorithm is analogous to truncated backpropagation through time with a pool of models to alleviate various types of overfitting in dataset distillation. FRePo significantly outperforms the previous methods on CIFAR100, Tiny ImageNet, and ImageNet-1K. Furthermore, we show that high-quality distilled data can greatly improve various downstream applications, such as continual learning and membership inference defense. Please check out our webpage at https://sites.google.com/view/frepo.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 3 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Robust Trajectory Distillation: Hybrid Reweighting Meets Teacher-Inspired Targets

    cs.CV 2026-06 unverdicted novelty 6.0

    Introduces SGR and TIAT for robust dataset distillation that suppresses noise while preserving knowledge under noisy supervision.

  2. Rank-Aware Hyperbolic Alignment for Vision-Language Dataset Distillation

    cs.CV 2026-06 unverdicted novelty 6.0

    RAHA applies rank-aware hyperbolic alignment to vision-language dataset distillation by enforcing geodesic alignment in the shared low-rank range and regularizing the residual subspace for improved transfer.

  3. Multimodal Distribution Matching for Vision-Language Dataset Distillation

    cs.CV 2026-05 unverdicted novelty 6.0

    MDM distills vision-language datasets via joint embedding clustering, weight-space model interpolation, and geometry-aware distribution matching on the unit hypersphere.