Dataset Condensation Atlas

Trustworthy DD

DD_LNL

Dataset Distillers Are Good Label Denoisers In the Wild

Lechao Cheng, Kaifeng Chen, Jiyang Li, Shengeng Tang, Shufei Zhang, Meng Wang

arXiv 2024 · first public 2024-11-18 · arXiv 2411.11924

paper ↗code ↗catalogued✓ abstract read

In one paragraph

Evaluates three existing dataset distillation methods (DATM, DANCE, RCIG) as an offline, feedback-loop-free alternative to noise evaluation for learning with noisy labels. Reports that distillation denoises effectively under symmetric random noise but struggles with structured asymmetric noise, which can be absorbed into the distilled samples, and that clean tail-class samples can be lossily compressed away.

Where it sits

Abstract (verbatim from arXiv)

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.

BibTeX (generated; prefer the venue's official entry)
@article{cheng2024dataset,
  title   = {Dataset Distillers Are Good Label Denoisers In the Wild},
  author  = {Lechao Cheng and Kaifeng Chen and Jiyang Li and Shengeng Tang and Shufei Zhang and Meng Wang},
  journal = {arXiv preprint arXiv:2411.11924},
  year    = {2024}
}