pith. sign in

arxiv: 2411.11924 · v2 · pith:WAM3AEWDnew · submitted 2024-11-18 · 💻 cs.LG · cs.CV

Dataset Distillers Are Good Label Denoisers In the Wild

classification 💻 cs.LG cs.CV
keywords noisedatasetdistillationmethodssamplesasymmetriclearningnoisy
0
0 comments X
read the original 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.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Robust Trajectory Distillation: Hybrid Reweighting Meets Teacher-Inspired Targets

    cs.CV 2026-06 unverdicted novelty 6.0

    Introduces SGR and TIAT for robust dataset distillation that suppresses noise while preserving knowledge under noisy supervision.