paper-with-me

Papers

SelectMix: Enhancing Label Noise Robustness through Targeted Sample Mixing

2025-09-14 · Qiuhao Liu, Ling Li, Yao Lu, Qi Xuan, Zhaowei Zhu, Jiaheng Wei arxiv

Deep neural networks tend to memorize noisy labels, severely degrading their generalization performance. Although Mixup has demonstrated effectiveness in improving generalization and robustness, existing Mixup-based methods typically perform indiscriminate mixing without principled guidance on sample selection and mixing strategy, inadvertently propagating noisy supervision. To overcome these limitations, we propose SelectMix, a confidence-guided mixing framework explicitly tailored for noisy labels. SelectMix first identifies potentially noisy or ambiguous samples through confidence based mismatch analysis using K-fold cross-validation, then selectively blends identified uncertain samples with confidently predicted peers from their potential classes. Furthermore, SelectMix employs soft labels derived from all classes involved in the mixing process, ensuring the labels accurately represent the composition of the mixed samples, thus aligning supervision signals closely with the actual mixed inputs. Through extensive theoretical analysis and empirical evaluations on multiple synthetic (MNIST, Fashion-MNIST, CIFAR-10, CIFAR-100) and real-world benchmark datasets (CIFAR-N, MNIST and Clothing1M), we demonstrate that SelectMix consistently outperforms strong baseline methods, validating its effectiveness and robustness in learning with noisy labels.

📄 PDF Abstract BibTeX arXiv:2509.11265

Code (0)

등록된 구현이 없습니다.

Tasks

Learning with noisy labels

Similar Papers 제목 키워드 기반

NLPrompt: Noise-Label Prompt Learning for Vision-Language Models

2024-12-02 · CVPR 2025 1 · Bikang Pan, Qun Li, Xiaoying Tang, Wei Huang 외

The emergence of vision-language foundation models, such as CLIP, has revolutionized image-text representation, enabling a broad range of applications via prompt learning. Despite its promise, real-world datasets often c…

Learning TheoryLearning with noisy labelsPrompt Learning

See Through the Noise: Improving Domain Generalization in Gaze Estimation

2026-04-17 · Yanming Peng, Shijing Wang, Yaping Huang, Yi Tian arxiv

Generalizable gaze estimation methods have garnered increasing attention due to their critical importance in real-world applications and have achieved significant progress. However, they often overlook the effect of labe…

Domain GeneralizationGaze Estimation

Is the Information Bottleneck Robust Enough? Towards Label-Noise Resistant Information Bottleneck Learning

2025-12-11 · Yi Huang, Qingyun Sun, Yisen Gao, Haonan Yuan 외 arxiv

The Information Bottleneck (IB) principle facilitates effective representation learning by preserving label-relevant information while compressing irrelevant information. However, its strong reliance on accurate labels m…

Representation Learning

Can gradient clipping mitigate label noise?

2020-05-01 · ICLR 2020 1 · Aditya Krishna Menon, Ankit Singh Rawat, Sashank J. Reddi, Sanjiv Kumar

Gradient clipping is a widely-used technique in the training of deep networks, and is generally motivated from an optimisation lens: informally, it controls the dynamics of iterates, thus enhancing the rate of convergenc…

On the Robustness of Decision Tree Learning under Label Noise

2016-05-20 · Aritra Ghosh, Naresh Manwani, P. S. Sastry

In most practical problems of classifier learning, the training data suffers from the label noise. Hence, it is important to understand how robust is a learning algorithm to such label noise. This paper presents some the…