SYNTOLOGY HomeExplorerAtlasCodeMethodologyAboutDevelopersFeedPricing
Paper · 2411.11924 · 2024

Dataset Distillers Are Good Label Denoisers In the Wild

arXiv · PDF · Open in the Atlas

Code that ran

We lifted 19 functions out of this paper's own repositories and ran 10 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.

RepositoryRoleRan
kciiiman/dd_lnl canonical 10 of 19
FunctionStatusWhere it lives
remove_aug Ran kciiiman/dd_lnl/DANCE+ours/common.py
pointer only (licence: NONE) · get_code("2813416b75f3a5a8")
DenseNet121 Ran kciiiman/dd_lnl/DANCE+ours/models/densenet_cifar.py
pointer only (licence: NONE) · get_code("19442a6a71144dbd")
DenseNet169 Ran kciiiman/dd_lnl/DANCE+ours/models/densenet_cifar.py
pointer only (licence: NONE) · get_code("96a2132550304d0d")
DenseNet201 Ran kciiiman/dd_lnl/DANCE+ours/models/densenet_cifar.py
pointer only (licence: NONE) · get_code("8937ae0759fe135c")
VGG11 Ran kciiiman/dd_lnl/DATM+ours/networks.py
pointer only (licence: NONE) · get_code("2e6f03f47dc4131d")
VGG11BN Ran kciiiman/dd_lnl/DATM+ours/networks.py
pointer only (licence: NONE) · get_code("cce7c5ae5e902d5b")
VGG11_Tiny Ran kciiiman/dd_lnl/DATM+ours/networks.py
pointer only (licence: NONE) · get_code("57fb277537295695")
conv3x3 Ran kciiiman/dd_lnl/DANCE+ours/models/resnet.py
pointer only (licence: NONE) · get_code("fac5364e2f53c6db")
normalization Ran kciiiman/dd_lnl/DANCE+ours/models/resnet.py
pointer only (licence: NONE) · get_code("8aac35516308515a")
transform_cifar Ran kciiiman/dd_lnl/DANCE+ours/data.py
pointer only (licence: NONE) · get_code("52605edc9d326455")
VGG11 Not yet run kciiiman/dd_lnl/RCIG+ours/models.py
pointer only (licence: NONE) · get_code("705d6efdfd6176e7")
VGG13 Not yet run kciiiman/dd_lnl/RCIG+ours/models.py
pointer only (licence: NONE) · get_code("69d671dc134c7d4b")
VGG16 Not yet run kciiiman/dd_lnl/RCIG+ours/models.py
pointer only (licence: NONE) · get_code("e3f4257b6ec92e4b")
get_tree_mask Not yet run kciiiman/dd_lnl/RCIG+ours/algorithms.py
pointer only (licence: NONE) · get_code("32bbbf9213d49f02")
identity Not yet run kciiiman/dd_lnl/RCIG+ours/algorithms.py
pointer only (licence: NONE) · get_code("c8866f6e0f872a68")
innerloss Not yet run kciiiman/dd_lnl/DANCE+ours/DANCE.py
pointer only (licence: NONE) · get_code("5bd248f46233fcd6")
interloss Not yet run kciiiman/dd_lnl/DANCE+ours/DANCE.py
pointer only (licence: NONE) · get_code("1bb9a2b0d91ea4cf")
transform_mnist Not yet run kciiiman/dd_lnl/DANCE+ours/data.py
pointer only (licence: NONE) · get_code("5b2e2797a6da2cb5")
transform_svhn Not yet run kciiiman/dd_lnl/DANCE+ours/data.py
pointer only (licence: NONE) · get_code("4a3eef12c129ad96")

Repositories linked to this paper

Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.

Abstract

Learning from noisy data has become essential for adapting deep learning models to real-world applications. Traditional methods often involve first evaluating the noise and then applying strategies such as discarding noisy samples, re-weighting, or re-labeling. However, these methods can fall into a vicious cycle when the initial noise evaluation is inaccurate, leading to suboptimal performance. To address this, we propose a novel approach that leverages dataset distillation for noise removal. This method avoids the feedback loop common in existing techniques and enhances training efficiency, while also providing strong privacy protection through offline processing. We rigorously evaluate three representative dataset distillation methods (DATM, DANCE, and RCIG) under various noise conditions, including symmetric noise, asymmetric noise, and real-world natural noise. Our empirical findings reveal that dataset distillation effectively serves as a denoising tool in random noise scenarios but may struggle with structured asymmetric noise patterns, which can be absorbed into the distilled samples. Additionally, clean but challenging samples, such as those from tail classes in imbalanced datasets, may undergo lossy compression during distillation. Despite these challenges, our results highlight that dataset distillation holds significant promise for robust model training, especially in high-privacy environments where noise is prevalent. The source code is available at https://github.com/Kciiiman/DD_LNL.

For agents

The same record, over MCP at https://syntology.ai/mcp:

get_harvested_code_for_paper("2411.11924")
get_code_for_paper("2411.11924")
have("2411.11924")

Connect an agent — have() is free.