Papers › Multisize Dataset Condensation

Multisize Dataset Condensation

10 Mar 2024arXiv:2403.06075archive 2025-07-28

Yang He, Lingao Xiao, Joey Tianyi Zhou, Ivor Tsang

While dataset condensation effectively enhances training efficiency, its application in on-device scenarios brings unique challenges. 1) Due to the fluctuating computational resources of these devices, there's a demand for a flexible dataset size that diverges from a predefined size. 2) The limited computational power on devices often prevents additional condensation operations. These two challenges connect to the "subset degradation problem" in traditional dataset condensation: a subset from a larger condensed dataset is often unrepresentative compared to directly condensing the whole dataset to that smaller size. In this paper, we propose Multisize Dataset Condensation (MDC) by compressing N condensation processes into a single condensation process to obtain datasets with multiple sizes. Specifically, we introduce an "adaptive subset loss" on top of the basic condensation loss to mitigate the "subset degradation problem". Our MDC method offers several benefits: 1) No additional condensation process is required; 2) reduced storage requirement by reusing condensed images. Experiments validate our findings on networks including ConvNet, ResNet and DenseNet, and datasets including SVHN, CIFAR-10, CIFAR-100 and ImageNet. For example, we achieved 5.22%-6.40% average accuracy gains on condensing CIFAR-10 to ten images per class. Code is available at: https://github.com/he-y/Multisize-Dataset-Condensation.

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

Code

Syntology Ran 15 of 19 code samples harvested from 1 repository linked to this paper; 4 have no recorded run. Of those that ran: 1 ran · violated contract; 3 ran · our draft was wrong; 2 ran · fixture could not drive it; 9 ran with no contract checked.

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

he-y/multisize-dataset-condensation 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; 15 ran; 0 honoured the contract we drafted; 4 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.

1ran · violated contract
3ran · our draft was wrong
2ran · fixture could not drive it
9ran
4unverified

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 he-y/Multisize-Dataset-Condensation. “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.

remove_aug he-y/Multisize-Dataset-Condensation/condense_reg.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · 2813416b75f3a5a8 · report
tensor he-y/multisize-dataset-condensation/reg_ipcx.py official repository ran · violated contract fingerprinted MIT (permissive) · 230a4230e487b4ae · report
DenseNet121 he-y/Multisize-Dataset-Condensation/models/densenet_cifar.py official repository ran MIT (permissive) · 19442a6a71144dbd · report
DenseNet169 he-y/Multisize-Dataset-Condensation/models/densenet_cifar.py official repository ran MIT (permissive) · 96a2132550304d0d · report
DenseNet201 he-y/Multisize-Dataset-Condensation/models/densenet_cifar.py official repository ran MIT (permissive) · 8937ae0759fe135c · report
add_loss he-y/multisize-dataset-condensation/reg_ipcx.py official repository ran · fixture could not drive it fingerprinted MIT (permissive) · 5a397e2997395997 · report
conv3x3 he-y/Multisize-Dataset-Condensation/models/resnet.py official repository ran · our draft was wrong MIT (permissive) · fac5364e2f53c6db · report
conv_stride1 he-y/Multisize-Dataset-Condensation/models/resnet_ap.py official repository ran MIT (permissive) · 1b4af1f0c7b88a83 · report
dist he-y/multisize-dataset-condensation/reg_ipcx.py official repository ran · fixture could not drive it MIT (permissive) · 9cd6c3a551ef511d · report
ipc_epoch he-y/Multisize-Dataset-Condensation/argument.py official repository ran fingerprinted MIT (permissive) · d923e828eed4fb87 · report
normalization he-y/Multisize-Dataset-Condensation/models/resnet.py official repository ran MIT (permissive) · 8aac35516308515a · report
normalization he-y/Multisize-Dataset-Condensation/models/resnet_ap.py official repository ran MIT (permissive) · 8ba16d20cf03f09b · report
str2bool he-y/Multisize-Dataset-Condensation/argument.py official repository ran · our draft was wrong MIT (permissive) · 23bf22274cc64dc6 · report
transform_cifar he-y/Multisize-Dataset-Condensation/data.py official repository ran MIT (permissive) · 52605edc9d326455 · report
tune_lr_img he-y/Multisize-Dataset-Condensation/argument.py official repository ran MIT (permissive) · fb78e314a9cbf5ff · report
get_features he-y/Multisize-Dataset-Condensation/coreset.py official repository unverified MIT (permissive) · 27c45694acd469da · report
remove_prefix_checkpoint he-y/Multisize-Dataset-Condensation/coreset.py official repository unverified MIT (permissive) · e9adb33e803602e6 · report
transform_mnist he-y/Multisize-Dataset-Condensation/data.py official repository unverified MIT (permissive) · 5b2e2797a6da2cb5 · report
transform_svhn he-y/Multisize-Dataset-Condensation/data.py official repository unverified MIT (permissive) · 4a3eef12c129ad96 · report

Tasks

Dataset Condensation

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

1x1 ConvolutionAverage PoolingBatch NormalizationConcatenated Skip ConnectionConvolutionDense BlockDense ConnectionsDropoutGlobal Average PoolingKaiming InitializationMax PoolingReLUSoftmax

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