Papers › FADRM: Fast and Accurate Data Residual Matching for Dataset Distillation

FADRM: Fast and Accurate Data Residual Matching for Dataset Distillation

30 Jun 2025arXiv:2506.24125archive 2025-07-28

Jiacheng Cui, Xinyue Bi, Yaxin Luo, Xiaohan Zhao, Jiacheng Liu, Zhiqiang Shen

Residual connection has been extensively studied and widely applied at the model architecture level. However, its potential in the more challenging data-centric approaches remains unexplored. In this work, we introduce the concept of Data Residual Matching for the first time, leveraging data-level skip connections to facilitate data generation and mitigate data information vanishing. This approach maintains a balance between newly acquired knowledge through pixel space optimization and existing core local information identification within raw data modalities, specifically for the dataset distillation task. Furthermore, by incorporating optimization-level refinements, our method significantly improves computational efficiency, achieving superior performance while reducing training time and peak GPU memory usage by 50%. Consequently, the proposed method Fast and Accurate Data Residual Matching for Dataset Distillation (FADRM) establishes a new state-of-the-art, demonstrating substantial improvements over existing methods across multiple dataset benchmarks in both efficiency and effectiveness. For instance, with ResNet-18 as the student model and a 0.8% compression ratio on ImageNet-1K, the method achieves 47.7% test accuracy in single-model dataset distillation and 50.0% in multi-model dataset distillation, surpassing RDED by +5.7% and outperforming state-of-the-art multi-model approaches, EDC and CV-DD, by +1.4% and +4.0%. Code is available at: https://github.com/Jiacheng8/FADRM.

PaperPDFCodeCode 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="2506.24125")

Code

Syntology Ran 17 of 18 code samples harvested from 1 repository linked to this paper; 1 has no recorded run. Of those that ran: 1 ran · violated contract; 2 ran · our draft was wrong; 14 ran with no contract checked.

By repository: official repository: 18 samples from 1 repository, 17 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

jiacheng8/fadrm officialmentioned in paperpytorchMIT 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

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

1ran · violated contract
2ran · our draft was wrong
14ran
1unverified

Licence: 0 of the 18 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 jiacheng8/fadrm. “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 jiacheng8/fadrm/models/densenet.py official repository ran MIT (permissive) · 3da7ee44118b27ad · report
DenseNet169 jiacheng8/fadrm/models/densenet.py official repository ran MIT (permissive) · 339dfa096b3c4a02 · report
DenseNet201 jiacheng8/fadrm/models/densenet.py official repository ran MIT (permissive) · e28ebe17022741b6 · report
ResNet18 jiacheng8/fadrm/models/resnet.py official repository ran MIT (permissive) · c2749ad43673e986 · report
ResNet34 jiacheng8/fadrm/models/resnet.py official repository ran MIT (permissive) · f9e75567dfd01367 · report
ResNet50 jiacheng8/fadrm/models/resnet.py official repository ran MIT (permissive) · 71310b3a95d5c6eb · report
count_multiplications jiacheng8/fadrm/recover/recover.py official repository ran fingerprinted MIT (permissive) · ca73dd5ac9ee210f · report
cutmix jiacheng8/fadrm/relabel/utils_fkd.py official repository ran MIT (permissive) · b07a34e357aed3db · report
format_int_to_str jiacheng8/fadrm/recover/utils_recover.py official repository ran fingerprinted MIT (permissive) · b97000ad1f1f7bba · report
get_FKD_info jiacheng8/fadrm/relabel/utils_fkd.py official repository ran MIT (permissive) · 370445b84099fd37 · report
get_lambda jiacheng8/fadrm/models/util.py official repository ran fingerprinted MIT (permissive) · ba1399ac9cd62aa7 · report
get_second_idx jiacheng8/fadrm/recover/utils_recover.py official repository ran fingerprinted MIT (permissive) · 25dda4be04d5c390 · report
is_special_epoch jiacheng8/fadrm/validate/train_fkd.py official repository ran · violated contract fingerprinted MIT (permissive) · cd4d8e43e2ff286b · report
lr_policy jiacheng8/fadrm/recover/utils_recover.py official repository ran · our draft was wrong MIT (permissive) · 38fd828e9ae4636a · report
mixup_process jiacheng8/fadrm/models/util.py official repository ran MIT (permissive) · bf057d506488cd4c · report
rand_bbox jiacheng8/fadrm/relabel/utils_fkd.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · 0756a99508caf42c · report
to_one_hot jiacheng8/fadrm/models/util.py official repository ran MIT (permissive) · 4f312e21745a6f61 · report
validate jiacheng8/fadrm/recover/recover.py official repository unverified MIT (permissive) · 230fb2e9963063c9 · report

Tasks

Computational EfficiencyDataset Distillation

1 archive task tag without a task page not shown.

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