Papers › Rethinking Dataset Distillation for Classification: Do Distilled Sets Outperform Coresets?

Rethinking Dataset Distillation for Classification: Do Distilled Sets Outperform Coresets?

16 Jun 2026arXiv:2606.18209added by Syntology

Trisha Mittal, Akshay Mehra, Joshua Kimball

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Dataset distillation (DD) has emerged as a prominent approach in data centric machine learning, aiming to synthesize compact training sets for efficient training by compressing the information in large datasets into a small number of synthetic samples. However, DD methods are often evaluated under inconsistent evaluation protocols, ranging from standard ERM to single/multi-teacher supervision, making it difficult to isolate the effectiveness of distilled data from evaluation. Moreover, many prior methods claim that DD outperforms data pruning approaches such as coreset selection (CS), based on the assumption that restricting condensed datasets to subsets of real samples fundamentally limits their expressiveness. In this work, we critically evaluate DD methods through large-scale experiments using standardized datasets and evaluation protocols to assess their intrinsic effectiveness. We benchmark seven state-of-the-art (SOTA) DD methods on ImageNet-1K, ImageNet100, and ImageNette, using three widely adopted training protocols against three CS strategies. Our results show that while some DD methods fail to outperform even simple random subsets, the SOTA DD approaches are comparable to or worse than coresets on large-scale datasets and incur a substantially higher cost for construction. Beyond accuracy, we also evaluate the representativeness, diversity, and quality of condensed sets, and find that coresets consistently achieve better coverage of the original data distribution. These findings highlight the limited practical advantages of current DD methods and show that coresets remain competitive and are often a more computationally efficient alternative for data-centric learning.

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="2606.18209")

Code

Syntology Ran 61 of 72 code samples harvested from 5 repositories linked to this paper; 11 have no recorded run. Of those that ran: 5 ran · honoured contract; 1 ran · violated contract; 15 ran · our draft was wrong; 40 ran with no contract checked.

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

vimar-gu/MinimaxDiffusion found in paper text by Syntology report
jachansantiago/mode_guidance found in paper text by Syntology report
AyushRoy2001/ManifoldGD found in paper text by Syntology report
lin-zhao-resoLve/D3HR found in paper text by Syntology report
Jiacheng8/FADRM found in paper text by SyntologyMIT report

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

72 samples harvested; 61 ran; 5 honoured the contract we drafted; 11 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.

5ran · honoured contract
1ran · violated contract
15ran · our draft was wrong
40ran
11unverified

Licence: 54 of the 72 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 5 repositories linked to this paper, official or community; each sample names its own and says which. “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.

DenseNet121 AyushRoy2001/ManifoldGD/train_models/densenet_cifar.py found in paper text by Syntology ran no licence file found · pointer only · 19442a6a71144dbd · report
DenseNet121 Jiacheng8/FADRM/models/densenet.py found in paper text by Syntology ran MIT (permissive) · 3da7ee44118b27ad · report
DenseNet169 AyushRoy2001/ManifoldGD/train_models/densenet_cifar.py found in paper text by Syntology ran no licence file found · pointer only · 96a2132550304d0d · report
DenseNet169 Jiacheng8/FADRM/models/densenet.py found in paper text by Syntology ran MIT (permissive) · 339dfa096b3c4a02 · report
DenseNet201 AyushRoy2001/ManifoldGD/train_models/densenet_cifar.py found in paper text by Syntology ran no licence file found · pointer only · 8937ae0759fe135c · report
DenseNet201 Jiacheng8/FADRM/models/densenet.py found in paper text by Syntology ran MIT (permissive) · e28ebe17022741b6 · report
ResNet18 Jiacheng8/FADRM/models/resnet.py found in paper text by Syntology ran MIT (permissive) · c2749ad43673e986 · report
ResNet34 Jiacheng8/FADRM/models/resnet.py found in paper text by Syntology ran MIT (permissive) · f9e75567dfd01367 · report
ResNet50 Jiacheng8/FADRM/models/resnet.py found in paper text by Syntology ran MIT (permissive) · 71310b3a95d5c6eb · report
agglomerative_ipc_l2 AyushRoy2001/ManifoldGD/sample_new.py found in paper text by Syntology ran no licence file found · pointer only · 77c5c0238ecc8b28 · report
agglomerative_ipc_l2_closest AyushRoy2001/ManifoldGD/sample_new.py found in paper text by Syntology ran no licence file found · pointer only · 7eb2592bfc829f81 · report
approx_standard_normal_cdf vimar-gu/MinimaxDiffusion/diffusion/diffusion_utils.py found in paper text by Syntology ran · our draft was wrong fingerprinted no licence file found · pointer only · d6a68e210556f857 · report
betas_for_alpha_bar jachansantiago/mode_guidance/diffusers/src/diffusers/schedulers/scheduling_ddim_mode_guidance.py found in paper text by Syntology ran no licence file found · pointer only · fde7881344a30b12 · report
center_crop_arr jachansantiago/mode_guidance/finetune_dit.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 1712a07966b542ee · report
collate_fn lin-zhao-resoLve/D3HR/generation/dit_inversion_save_statistic.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 6fc038f89ff59f28 · report
compute_distance AyushRoy2001/ManifoldGD/sample_mode_guidance.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · dfaf3be9474cef03 · report
continuous_gaussian_log_likelihood vimar-gu/MinimaxDiffusion/diffusion/diffusion_utils.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · ab1c9568b4e13899 · report
conv3x3 vimar-gu/MinimaxDiffusion/train_models/resnet.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · fac5364e2f53c6db · report
conv_1x1_bn lin-zhao-resoLve/D3HR/validation/models/mobilenet_v2.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · a0131fb70c267a9e · report
conv_3x3_bn lin-zhao-resoLve/D3HR/validation/models/mobilenet_v2.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 408e747e0425a594 · report
conv_stride1 vimar-gu/MinimaxDiffusion/train_models/resnet_ap.py found in paper text by Syntology ran no licence file found · pointer only · 1b4af1f0c7b88a83 · report
cosine_similarity jachansantiago/mode_guidance/finetune_dit.py found in paper text by Syntology ran · honoured contract fingerprinted no licence file found · pointer only · e157ae27e2ac5b4a · report
count_multiplications Jiacheng8/FADRM/recover/recover.py found in paper text by Syntology ran fingerprinted MIT (permissive) · ca73dd5ac9ee210f · report
cutmix Jiacheng8/FADRM/relabel/utils_fkd.py found in paper text by Syntology ran MIT (permissive) · b07a34e357aed3db · report
diversity_score_minimax AyushRoy2001/ManifoldGD/representativeness_diversity.py found in paper text by Syntology ran no licence file found · pointer only · dea99904c6a5b594 · report
divisive_bisect_kmeans_ipc_l2 AyushRoy2001/ManifoldGD/sample_new.py found in paper text by Syntology ran no licence file found · pointer only · 734076d456219648 · report
format_int_to_str Jiacheng8/FADRM/recover/utils_recover.py found in paper text by Syntology ran fingerprinted MIT (permissive) · b97000ad1f1f7bba · report
get_2d_sincos_pos_embed AyushRoy2001/ManifoldGD/models.py found in paper text by Syntology ran · honoured contract no licence file found · pointer only · c92c27c924b517e8 · report
get_FKD_info Jiacheng8/FADRM/relabel/utils_fkd.py found in paper text by Syntology ran MIT (permissive) · 370445b84099fd37 · report
get_beta_schedule vimar-gu/MinimaxDiffusion/diffusion/gaussian_diffusion.py found in paper text by Syntology ran · honoured contract no licence file found · pointer only · 3e0fa4efc22272d4 · report
get_class_distribution AyushRoy2001/ManifoldGD/kl.py found in paper text by Syntology ran no licence file found · pointer only · 6b9edc653f0146c3 · report
get_closest_distance AyushRoy2001/ManifoldGD/sample_mode_guidance.py found in paper text by Syntology ran no licence file found · pointer only · a62a3ace38a10be2 · report
get_features_per_classv2 jachansantiago/mode_guidance/sample_mode_guidance_text2img.py found in paper text by Syntology ran no licence file found · pointer only · 31acc8c84b0a2549 · report
get_lambda Jiacheng8/FADRM/models/util.py found in paper text by Syntology ran fingerprinted MIT (permissive) · ba1399ac9cd62aa7 · report
get_loader AyushRoy2001/ManifoldGD/fid.py found in paper text by Syntology ran no licence file found · pointer only · 8e9046371d41825d · report
get_named_beta_schedule vimar-gu/MinimaxDiffusion/diffusion/gaussian_diffusion.py found in paper text by Syntology ran · honoured contract no licence file found · pointer only · 36e30c7fb679ec78 · report
get_second_idx Jiacheng8/FADRM/recover/utils_recover.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 25dda4be04d5c390 · report
ipc_epoch AyushRoy2001/ManifoldGD/argument.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · d923e828eed4fb87 · report
is_special_epoch Jiacheng8/FADRM/validate/train_fkd.py found in paper text by Syntology ran · violated contract fingerprinted MIT (permissive) · cd4d8e43e2ff286b · report
kl_divergence AyushRoy2001/ManifoldGD/kl.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 6a59f07f0b669e9e · report
load_image_features AyushRoy2001/ManifoldGD/representativeness_diversity.py found in paper text by Syntology ran no licence file found · pointer only · 6728d2ca5cbb846d · report
load_image_paths AyushRoy2001/ManifoldGD/representativeness_diversity.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 585d0c5757aa75ee · report
load_mapping lin-zhao-resoLve/D3HR/generation/group_sampling.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 9ce85b699efd5492 · report
lr_policy Jiacheng8/FADRM/recover/utils_recover.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 38fd828e9ae4636a · report
make_loader AyushRoy2001/ManifoldGD/kl.py found in paper text by Syntology ran no licence file found · pointer only · 580747f8e67364f5 · report
mean_flat vimar-gu/MinimaxDiffusion/diffusion/gaussian_diffusion.py found in paper text by Syntology ran · our draft was wrong fingerprinted no licence file found · pointer only · f6d7c009a8efb8b7 · report
mixup_process Jiacheng8/FADRM/models/util.py found in paper text by Syntology ran MIT (permissive) · bf057d506488cd4c · report
modulate AyushRoy2001/ManifoldGD/models.py found in paper text by Syntology ran · our draft was wrong fingerprinted no licence file found · pointer only · 03310bba324ae4fb · report
normal_kl vimar-gu/MinimaxDiffusion/diffusion/diffusion_utils.py found in paper text by Syntology ran · honoured contract fingerprinted no licence file found · pointer only · 8afbfc42c6ea0448 · report
normalization vimar-gu/MinimaxDiffusion/train_models/resnet.py found in paper text by Syntology ran no licence file found · pointer only · 8aac35516308515a · report
normalization vimar-gu/MinimaxDiffusion/train_models/resnet_ap.py found in paper text by Syntology ran no licence file found · pointer only · 8ba16d20cf03f09b · report
rand_bbox Jiacheng8/FADRM/relabel/utils_fkd.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · 0756a99508caf42c · report
rescale_noise_cfg jachansantiago/mode_guidance/diffusers/src/diffusers/pipelines/stable_diffusion/pipeline_stable_diffusion_mode_guidance.py found in paper text by Syntology ran · our draft was wrong fingerprinted no licence file found · pointer only · bea2d776a332f2b0 · report
rescale_zero_terminal_snr jachansantiago/mode_guidance/diffusers/src/diffusers/schedulers/scheduling_ddim_mode_guidance.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · bb350b00da2aea93 · report
retrieve_timesteps jachansantiago/mode_guidance/diffusers/src/diffusers/pipelines/stable_diffusion/pipeline_stable_diffusion_mode_guidance.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 0b56680ee1708fee · report
stage1 jachansantiago/mode_guidance/finetuning.py found in paper text by Syntology ran no licence file found · pointer only · ef1eb484f67917c1 · report
stage2 jachansantiago/mode_guidance/finetuning.py found in paper text by Syntology ran no licence file found · pointer only · fc06c170864d1f3d · report
str2bool AyushRoy2001/ManifoldGD/argument.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 23bf22274cc64dc6 · report
to_one_hot Jiacheng8/FADRM/models/util.py found in paper text by Syntology ran MIT (permissive) · 4f312e21745a6f61 · report
transform_cifar AyushRoy2001/ManifoldGD/data.py found in paper text by Syntology ran no licence file found · pointer only · 52605edc9d326455 · report
tune_lr_img AyushRoy2001/ManifoldGD/argument.py found in paper text by Syntology ran no licence file found · pointer only · fb78e314a9cbf5ff · report
create_logger jachansantiago/mode_guidance/finetune_dit.py found in paper text by Syntology unverified no licence file found · pointer only · 57a1842709f61195 · report
download_model AyushRoy2001/ManifoldGD/download.py found in paper text by Syntology unverified no licence file found · pointer only · 6a0d5ecd441905cc · report
find_model AyushRoy2001/ManifoldGD/download.py found in paper text by Syntology unverified no licence file found · pointer only · 29947a0a94157558 · report
get_2d_sincos_pos_embed_from_grid AyushRoy2001/ManifoldGD/models.py found in paper text by Syntology unverified no licence file found · pointer only · 665d8a4e8f673a4c · report
invert lin-zhao-resoLve/D3HR/generation/dit_inversion_save_statistic.py found in paper text by Syntology unverified no licence file found · pointer only · fd6a20859bd2e457 · report
process_class lin-zhao-resoLve/D3HR/generation/group_sampling.py found in paper text by Syntology unverified no licence file found · pointer only · c9efd67365a73165 · report
process_p_sample lin-zhao-resoLve/D3HR/generation/group_sampling.py found in paper text by Syntology unverified no licence file found · pointer only · d1d74d9fb90d59c1 · report
sample lin-zhao-resoLve/D3HR/generation/dit_inversion_save_statistic.py found in paper text by Syntology unverified no licence file found · pointer only · e21d40497e4a97b0 · report
transform_mnist AyushRoy2001/ManifoldGD/data.py found in paper text by Syntology unverified no licence file found · pointer only · 5b2e2797a6da2cb5 · report
transform_svhn AyushRoy2001/ManifoldGD/data.py found in paper text by Syntology unverified no licence file found · pointer only · 4a3eef12c129ad96 · report
validate Jiacheng8/FADRM/recover/recover.py found in paper text by Syntology unverified MIT (permissive) · 230fb2e9963063c9 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2606.18209, was issued in June 2026, after that date, so the archive has no leaderboard rows for it.

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