paper-with-me

Papers

Learning Discriminative Dynamics with Label Corruption for Noisy Label Detection

2024-05-30 · CVPR 2024 1 · Suyeon Kim, Dongha Lee, SeongKu Kang, Sukang Chae, Sanghwan Jang, Hwanjo Yu

Label noise, commonly found in real-world datasets, has a detrimental impact on a model's generalization. To effectively detect incorrectly labeled instances, previous works have mostly relied on distinguishable training signals, such as training loss, as indicators to differentiate between clean and noisy labels. However, they have limitations in that the training signals incompletely reveal the model's behavior and are not effectively generalized to various noise types, resulting in limited detection accuracy. In this paper, we propose DynaCor framework that distinguishes incorrectly labeled instances from correctly labeled ones based on the dynamics of the training signals. To cope with the absence of supervision for clean and noisy labels, DynaCor first introduces a label corruption strategy that augments the original dataset with intentionally corrupted labels, enabling indirect simulation of the model's behavior on noisy labels. Then, DynaCor learns to identify clean and noisy instances by inducing two clearly distinguishable clusters from the latent representations of training dynamics. Our comprehensive experiments show that DynaCor outperforms the state-of-the-art competitors and shows strong robustness to various noise types and noise rates.

📄 PDF Abstract BibTeX arXiv:2405.19902

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Stochastic Order Learning: An Approach to Rank Estimation Using Noisy Data

2026-07-09 · Chaewon Lee, Seon-Ho Lee, Chang-Su Kim arxiv

Rank estimation under label noise poses a fundamental challenge, as ordinal annotations often exhibit structured uncertainty rather than simple label corruption. In this paper, we reformulate rank estimation with noisy o…

Two Wrongs Don't Make a Right: Combating Confirmation Bias in Learning with Label Noise

2021-12-06 · Mingcai Chen, Hao Cheng, Yuntao Du, Ming Xu 외

Noisy labels damage the performance of deep networks. For robust learning, a prominent two-stage pipeline alternates between eliminating possible incorrect labels and semi-supervised training. However, discarding part of…

Image Classification

Defending Backdoor Data Poisoning Attacks by Using Noisy Label Defense Algorithm

2021-09-29 · Boyang Liu, Zhuangdi Zhu, Pang-Ning Tan, Jiayu Zhou

Training deep neural networks with data corruption is a challenging problem. One example of such corruption is the backdoor data poisoning attack, in which an adversary strategically injects a backdoor trigger to a small…

Backdoor AttackData Poisoning

The Impact of Label Noise on a Music Tagger

2020-08-14 · Katharina Prinz, Arthur Flexer, Gerhard Widmer

We explore how much can be learned from noisy labels in audio music tagging. Our experiments show that carefully annotated labels result in highest figures of merit, but even high amounts of noisy labels contain enough i…

Music Tagging

Towards Robust Learning with Different Label Noise Distributions

2019-12-18 · Diego Ortego, Eric Arazo, Paul Albert, Noel E. O'Connor 외

Noisy labels are an unavoidable consequence of labeling processes and detecting them is an important step towards preventing performance degradations in Convolutional Neural Networks. Discarding noisy labels avoids a har…

MemorizationRepresentation Learning