Papers › Dataset Distillation via Committee Voting

Dataset Distillation via Committee Voting

13 Jan 2025arXiv:2501.07575archive 2025-07-28

Jiacheng Cui, Zhaoyi Li, Xiaochen Ma, Xinyue Bi, Yaxin Luo, Zhiqiang Shen

Dataset distillation aims to synthesize a smaller, representative dataset that preserves the essential properties of the original data, enabling efficient model training with reduced computational resources. Prior work has primarily focused on improving the alignment or matching process between original and synthetic data, or on enhancing the efficiency of distilling large datasets. In this work, we introduce ${\bf C}$ommittee ${\bf V}$oting for ${\bf D}$ataset ${\bf D}$istillation (CV-DD), a novel and orthogonal approach that leverages the collective wisdom of multiple models or experts to create high-quality distilled datasets. We start by showing how to establish a strong baseline that already achieves state-of-the-art accuracy through leveraging recent advancements and thoughtful adjustments in model design and optimization processes. By integrating distributions and predictions from a committee of models while generating high-quality soft labels, our method captures a wider spectrum of data features, reduces model-specific biases and the adverse effects of distribution shifts, leading to significant improvements in generalization. This voting-based strategy not only promotes diversity and robustness within the distilled dataset but also significantly reduces overfitting, resulting in improved performance on post-eval tasks. Extensive experiments across various datasets and IPCs (images per class) demonstrate that Committee Voting leads to more reliable and adaptable distilled data compared to single/multi-model distillation methods, demonstrating its potential for efficient and accurate dataset distillation. Code is available at: https://github.com/Jiacheng8/CV-DD.

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

Code

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

By repository: official repository: 19 samples from 1 repository, 12 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/cv-dd officialmentioned in papermentioned on GitHubpytorchMIT 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

19 samples harvested; 12 ran; 0 honoured the contract we drafted; 7 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.

2ran · our draft was wrong
10ran
7unverified

Licence: 0 of the 19 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/cv-dd. “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/cv-dd/models/densenet.py official repository ran MIT (permissive) · 3da7ee44118b27ad · report
DenseNet169 jiacheng8/cv-dd/models/densenet.py official repository ran MIT (permissive) · 339dfa096b3c4a02 · report
DenseNet201 jiacheng8/cv-dd/models/densenet.py official repository ran MIT (permissive) · e28ebe17022741b6 · report
ResNet18 jiacheng8/cv-dd/models/resnet.py official repository ran MIT (permissive) · c2749ad43673e986 · report
ResNet34 jiacheng8/cv-dd/models/resnet.py official repository ran MIT (permissive) · f9e75567dfd01367 · report
ResNet50 jiacheng8/cv-dd/models/resnet.py official repository ran MIT (permissive) · 71310b3a95d5c6eb · report
cutmix jiacheng8/cv-dd/relabel/utils_fkd.py official repository ran MIT (permissive) · b07a34e357aed3db · report
format_int_to_str jiacheng8/cv-dd/recover/utils_recover.py official repository ran fingerprinted MIT (permissive) · b97000ad1f1f7bba · report
get_FKD_info jiacheng8/cv-dd/relabel/utils_fkd.py official repository ran MIT (permissive) · 370445b84099fd37 · report
get_second_idx jiacheng8/cv-dd/recover/utils_recover.py official repository ran fingerprinted MIT (permissive) · 25dda4be04d5c390 · report
lr_policy jiacheng8/cv-dd/recover/utils_recover.py official repository ran · our draft was wrong MIT (permissive) · 38fd828e9ae4636a · report
rand_bbox jiacheng8/cv-dd/relabel/utils_fkd.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · 0756a99508caf42c · report
get_all_models jiacheng8/cv-dd/squeeze/utils_squeeze.py official repository unverified MIT (permissive) · a5eb548b0300cae0 · report
load_dataset jiacheng8/cv-dd/squeeze/utils_squeeze.py official repository unverified MIT (permissive) · bb8fad7d1a279f7e · report
load_model jiacheng8/cv-dd/squeeze/squeeze_imagenet1k_prior.py official repository unverified MIT (permissive) · c0c32e1872910304 · report
load_model jiacheng8/cv-dd/squeeze/squeeze_imagenette.py official repository unverified MIT (permissive) · 8c08fe6238212dd8 · report
train jiacheng8/cv-dd/squeeze/squeeze_imagenet1k_prior.py official repository unverified MIT (permissive) · ff01d3802d4ba4b2 · report
validate jiacheng8/cv-dd/recover/recover.py official repository unverified MIT (permissive) · 230fb2e9963063c9 · report
validate jiacheng8/cv-dd/squeeze/squeeze_imagenet1k_prior.py official repository unverified MIT (permissive) · af9e030f554c4938 · 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