Papers › SelMatch: Effectively Scaling Up Dataset Distillation via Selection-Based...

SelMatch: Effectively Scaling Up Dataset Distillation via Selection-Based Initialization and Partial Updates by Trajectory Matching

28 May 2024arXiv:2406.18561archive 2025-07-28

Yongmin Lee, Hye Won Chung

Dataset distillation aims to synthesize a small number of images per class (IPC) from a large dataset to approximate full dataset training with minimal performance loss. While effective in very small IPC ranges, many distillation methods become less effective, even underperforming random sample selection, as IPC increases. Our examination of state-of-the-art trajectory-matching based distillation methods across various IPC scales reveals that these methods struggle to incorporate the complex, rare features of harder samples into the synthetic dataset even with the increased IPC, resulting in a persistent coverage gap between easy and hard test samples. Motivated by such observations, we introduce SelMatch, a novel distillation method that effectively scales with IPC. SelMatch uses selection-based initialization and partial updates through trajectory matching to manage the synthetic dataset's desired difficulty level tailored to IPC scales. When tested on CIFAR-10/100 and TinyImageNet, SelMatch consistently outperforms leading selection-only and distillation-only methods across subset ratios from 5% to 30%.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2406.18561")

Code

Syntology Ran 32 of 40 code samples harvested from 1 repository linked to this paper; 8 have no recorded run. Of those that ran: 20 ran · our draft was wrong; 12 ran with no contract checked.

By repository: found in paper text by Syntology: 40 samples from 1 repository, 32 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

Yongalls/SelMatch found in paper text by Syntology report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

40 samples harvested; 32 ran; 0 honoured the contract we drafted; 8 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

20ran · our draft was wrong
12ran
8unverified

Licence: 40 of the 40 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from Yongalls/SelMatch. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

AlexNet Yongalls/SelMatch/distill.py found in paper text by Syntology ran · metamorphic tier: deterministic no licence file found · pointer only · 26023475e9668a76 · report
Bottleneck Yongalls/SelMatch/distill.py found in paper text by Syntology ran · metamorphic tier: deterministic fingerprinted no licence file found · pointer only · 9ec4246d33171db6 · report
ConvNet Yongalls/SelMatch/distill.py found in paper text by Syntology ran · metamorphic tier: deterministic no licence file found · pointer only · cf3443b66d74eec0 · report
LSA Yongalls/SelMatch/distill.py found in paper text by Syntology ran · metamorphic tier: deterministic no licence file found · pointer only · 371aba208faf83cd · report
ReparamModule Yongalls/SelMatch/distill.py found in paper text by Syntology ran · metamorphic tier: deterministic no licence file found · pointer only · 0659789349e75ef6 · report
ResNet Yongalls/SelMatch/distill.py found in paper text by Syntology ran · metamorphic tier: deterministic no licence file found · pointer only · e323be0c1aeceaa5 · report
ResNet101BN Yongalls/SelMatch/distill.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · f1c86836668b2785 · report
ResNet18 Yongalls/SelMatch/distill.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 84ba1f2ad3c425f4 · report
ResNet18BN Yongalls/SelMatch/distill.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 2af61113e38c992d · report
ResNet18BN_AP Yongalls/SelMatch/distill.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · f3c36231a90784f7 · report
ResNet18BN_Tiny Yongalls/SelMatch/distill.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 7394c89998438e45 · report
ResNet18_AP Yongalls/SelMatch/distill.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 006daf90ec565d3f · report
ResNet18_Tiny Yongalls/SelMatch/distill.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 75154222e4b7ede3 · report
ResNet34BN Yongalls/SelMatch/distill.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 45e1eea50fa0950e · report
ResNet50BN Yongalls/SelMatch/distill.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · c22088f4ef97b98c · report
ResNet_AP Yongalls/SelMatch/distill.py found in paper text by Syntology ran · metamorphic tier: deterministic no licence file found · pointer only · 7bf0123c9fc94dc4 · report
SPT Yongalls/SelMatch/distill.py found in paper text by Syntology ran · metamorphic tier: deterministic no licence file found · pointer only · 0532d65abae10a50 · report
TensorDataset Yongalls/SelMatch/distill.py found in paper text by Syntology ran no licence file found · pointer only · 6f696ee92285cb93 · report
Transformer Yongalls/SelMatch/distill.py found in paper text by Syntology ran · metamorphic tier: deterministic no licence file found · pointer only · a00407801e7e6c77 · report
VGG Yongalls/SelMatch/distill.py found in paper text by Syntology ran · metamorphic tier: deterministic no licence file found · pointer only · 974aaf074ac83fb5 · report
VGG11 Yongalls/SelMatch/distill.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 699b6b81e84201eb · report
VGG11BN Yongalls/SelMatch/distill.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · ac697617d51c3b71 · report
VGG16BN Yongalls/SelMatch/distill.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · f4602783777ba068 · report
ViT Yongalls/SelMatch/distill.py found in paper text by Syntology ran · metamorphic tier: deterministic fingerprinted no licence file found · pointer only · 14ea76a0840557fb · report
rand_brightness Yongalls/SelMatch/distill.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · ff7b23be3efb6c10 · report
rand_contrast Yongalls/SelMatch/distill.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 08cac66a8707ba68 · report
rand_crop Yongalls/SelMatch/distill.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · a9a6465b11bbd8cd · report
rand_cutout Yongalls/SelMatch/distill.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · d23b4f2a3643720b · report
rand_flip Yongalls/SelMatch/distill.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 75e94dafde92f764 · report
rand_rotate Yongalls/SelMatch/distill.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 71b51acad65ccadc · report
rand_saturation Yongalls/SelMatch/distill.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 5cb7afb924303755 · report
rand_scale Yongalls/SelMatch/distill.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 48298f98898ede21 · report
CombinedTensorDataset Yongalls/SelMatch/distill.py found in paper text by Syntology unverified no licence file found · pointer only · e82e3c419d049397 · report
DiffAugment Yongalls/SelMatch/distill.py found in paper text by Syntology unverified no licence file found · pointer only · ef316248cd525d06 · report
ParamDiffAug Yongalls/SelMatch/distill.py found in paper text by Syntology unverified no licence file found · pointer only · a522190c9d065e12 · report
epoch Yongalls/SelMatch/distill.py found in paper text by Syntology unverified no licence file found · pointer only · 32fbd0b361e6d136 · report
evaluate_synset Yongalls/SelMatch/distill.py found in paper text by Syntology unverified no licence file found · pointer only · 16e765ab134ae53c · report
get_dataset Yongalls/SelMatch/distill.py found in paper text by Syntology unverified no licence file found · pointer only · e29d3dc3ccef05d1 · report
get_network Yongalls/SelMatch/distill.py found in paper text by Syntology unverified no licence file found · pointer only · efa1700ccbdc1593 · report
main Yongalls/SelMatch/distill.py found in paper text by Syntology unverified no licence file found · pointer only · 8ae07679993c03b6 · report

Tasks

Dataset Distillation

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections