SYNTOLOGY HomeExplorerAtlasCodeMethodologyAboutDevelopersFeedPricing
Paper · 2310.05773 · ICLR · 2024

Towards Lossless Dataset Distillation via Difficulty-Aligned Trajectory Matching

Kai Wang, George Cazenavette, Yang You, Kaipeng Zhang, Ziyao Guo, Hui Li

arXiv · PDF · Open in the Atlas

Code that ran

We lifted 3 functions out of this paper's own repositories and ran 3 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.

RepositoryRoleRan
nus-hpc-ai-lab/datm canonical 3 of 3
FunctionStatusWhere it lives
VGG11 Ran nus-hpc-ai-lab/datm/networks.py
pointer only (licence: NONE) · get_code("2e6f03f47dc4131d")
VGG11BN Ran nus-hpc-ai-lab/datm/networks.py
pointer only (licence: NONE) · get_code("cce7c5ae5e902d5b")
VGG11_Tiny Ran nus-hpc-ai-lab/datm/networks.py
pointer only (licence: NONE) · get_code("57fb277537295695")

Repositories linked to this paper

Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.

Abstract

The ultimate goal of Dataset Distillation is to synthesize a small synthetic dataset such that a model trained on this synthetic set will perform equally well as a model trained on the full, real dataset. Until now, no method of Dataset Distillation has reached this completely lossless goal, in part because they only remain effective when the total number of synthetic samples is extremely small. Since only so much information can be contained in such a small number of samples, it seems that to achieve truly lossless dataset distillation, we must develop a distillation method that remains effective as the size of the synthetic dataset grows. In this work, we present such an algorithm and elucidate why existing methods fail to generate larger, highquality synthetic sets. Current state-of-the-art methods rely on trajectory-matching, or optimizing the synthetic data to induce similar long-term training dynamics as the real data. We empirically find that the training stage of the trajectories we choose to match (i.e., early or late) greatly affects the effectiveness of the distilled dataset. Specifically, early trajectories (where the teacher network learns easy patterns) work well for a low-cardinality synthetic set since there are fewer examples wherein to distribute the necessary information. Conversely, late trajectories (where the teacher network learns hard patterns) provide better signals for larger synthetic sets since there are now enough samples to represent the necessary complex patterns. Based on our findings, we propose to align the difficulty of the generated patterns with the size of the synthetic dataset. In doing so, we successfully scale trajectory matching-based methods to larger synthetic datasets, achieving lossless dataset distillation for the very first time. Code and distilled datasets are available at

For agents

The same record, over MCP at https://syntology.ai/mcp:

get_harvested_code_for_paper("2310.05773")
get_code_for_paper("2310.05773")
have("2310.05773")

Connect an agent — have() is free.