vix.ing · top · new · best · stats · spec

Robust long-tailed learning under label noise

2025/10/16 by Wei Tong, Jiang-Xin Shi, Min-Ling Zhang +1 · 1 voice
Computer Science · #Machine Learning and Data Classification #Text and Document Classification Technologies #Domain Adaptation and Few-Shot Learning

paper · pdf · doi:10.1007/s11704-025-40860-0

openalex created_date 2022/07/25 · openalex publication_date 2025/10/16 · openalex updated_date 2026/07/23

Abstract

Abstract Long-tailed learning aims to enhance the generalization performance of underrepresented tail classes. However, previous methods have largely overlooked the prevalence of noisy labels in training data. In this paper, we address the challenge of noisy labels in long-tailed learning. We identify a critical issue: the commonly used small-loss noisy label detection criterion fails to perform effectively in long-tailed class distributions. This failure arises from the inherent bias of deep neural networks, which tend to misclassify tail class examples as head classes, leading to unreliable loss calculations. To mitigate this, we propose a novel small-distance criterion that leverages the robustness of learned representations, enabling more accurate identification of correctly-labeled examples across both head and tail classes. Additionally, to improve training for tail classes, we replace discrete pseudo-labels with label distributions for examples flagged as noisy, resulting in significant performance gains. Based on these contributions, we introduce the robust long-tail learning framework, designed to train models that are resilient to both class imbalance and noisy labels. Extensive experiments on benchmark and real-world datasets demonstrate that our approach outperforms previous methods, offering substantial performance improvements. Our source code is available at the website of github.com/Stomach-ache/RoLT

Citations

Discussions

Related