CVFeb 28, 2023

DREAM: Efficient Dataset Distillation by Representative Matching

arXiv:2302.14416v3117 citationsh-index: 74
Originality Incremental advance
AI Analysis

This work improves dataset distillation efficiency for machine learning practitioners by reducing computational costs, though it is incremental as it builds on existing frameworks.

The paper tackled the problem of dataset distillation by addressing inefficiencies in selecting original images for matching, proposing DREAM to select representative images instead of random sampling, which reduced distilling iterations by more than 8 times without performance drop and achieved state-of-the-art results with sufficient training.

Dataset distillation aims to synthesize small datasets with little information loss from original large-scale ones for reducing storage and training costs. Recent state-of-the-art methods mainly constrain the sample synthesis process by matching synthetic images and the original ones regarding gradients, embedding distributions, or training trajectories. Although there are various matching objectives, currently the strategy for selecting original images is limited to naive random sampling. We argue that random sampling overlooks the evenness of the selected sample distribution, which may result in noisy or biased matching targets. Besides, the sample diversity is also not constrained by random sampling. These factors together lead to optimization instability in the distilling process and degrade the training efficiency. Accordingly, we propose a novel matching strategy named as \textbf{D}ataset distillation by \textbf{RE}present\textbf{A}tive \textbf{M}atching (DREAM), where only representative original images are selected for matching. DREAM is able to be easily plugged into popular dataset distillation frameworks and reduce the distilling iterations by more than 8 times without performance drop. Given sufficient training time, DREAM further provides significant improvements and achieves state-of-the-art performances.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes