paper-with-me

홈 › Papers

Efficient Adaptive Label Refinement for Label Noise Learning

2025-02-01 · Wenzhen Zhang, Debo Cheng, Guangquan Lu, Bo Zhou, Jiaye Li, Shichao Zhang

Deep neural networks are highly susceptible to overfitting noisy labels, which leads to degraded performance. Existing methods address this issue by employing manually defined criteria, aiming to achieve optimal partitioning in each iteration to avoid fitting noisy labels while thoroughly learning clean samples. However, this often results in overly complex and difficult-to-train models. To address this issue, we decouple the tasks of avoiding fitting incorrect labels and thoroughly learning clean samples and propose a simple yet highly applicable method called Adaptive Label Refinement (ALR). First, inspired by label refurbishment techniques, we update the original hard labels to soft labels using the model's predictions to reduce the risk of fitting incorrect labels. Then, by introducing the entropy loss, we gradually `harden' the high-confidence soft labels, guiding the model to better learn from clean samples. This approach is simple and efficient, requiring no prior knowledge of noise or auxiliary datasets, making it more accessible compared to existing methods. We validate ALR's effectiveness through experiments on benchmark datasets with artificial label noise (CIFAR-10/100) and real-world datasets with inherent noise (ANIMAL-10N, Clothing1M, WebVision). The results show that ALR outperforms state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2502.00386

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Adaptive Pseudo-Label Refinement by Negative Ensemble Learning for Source-Free Unsupervised Domain Adaptation

2021-03-29 · Waqar Ahmed, Pietro Morerio, Vittorio Murino

The majority of existing Unsupervised Domain Adaptation (UDA) methods presumes source and target domain data to be simultaneously available during training. Such an assumption may not hold in practice, as source data is …

Domain AdaptationEnsemble LearningPseudo LabelUnsupervised Domain Adaptation

Dual-Refinement: Joint Label and Feature Refinement for Unsupervised Domain Adaptive Person Re-Identification

2020-12-26 · Yongxing Dai, Jun Liu, Yan Bai, Zekun Tong 외

Unsupervised domain adaptive (UDA) person re-identification (re-ID) is a challenging task due to the missing of labels for the target domain data. To handle this problem, some recent works adopt clustering algorithms to …

ClusteringDomain Adaptive Person Re-IdentificationPerson Re-Identification

Mitigating Instance-Dependent Label Noise: Integrating Self-Supervised Pretraining with Pseudo-Label Refinement

2024-12-06 · Gouranga Bala, Anuj Gupta, Subrat Kumar Behera, Amit Sethi

Deep learning models rely heavily on large volumes of labeled data to achieve high performance. However, real-world datasets often contain noisy labels due to human error, ambiguity, or resource constraints during the an…

Pseudo LabelSelf-Supervised Learning

From Calibration to Refinement: Seeking Certainty via Probabilistic Evidence Propagation for Noisy-Label Person Re-Identification

2026-02-26 · Xin Yuan, Zhiyong Zhang, Xin Xu, Zheng Wang 외 arxiv

With the increasing demand for robust person Re-ID in unconstrained environments, learning from datasets with noisy labels and sparse per-identity samples remains a critical challenge. Existing noise-robust person Re-ID …

Person Re-Identification

Noise-Tolerant Few-Shot Unsupervised Adapter for Vision-Language Models

2023-09-26 · Eman Ali, Muhammad Haris Khan

Recent advances in large-scale vision-language models have achieved impressive performance in various zero-shot image classification tasks. While prior studies have demonstrated significant improvements by introducing fe…

image-classificationImage ClassificationKnowledge DistillationPseudo Label+1