Mitigating Label Noise through Data Ambiguation
Julian Lienen, Eyke Hüllermeier
TL;DR
This work tackles label noise in deep learning by introducing Robust Data Ambiguation (RDA), which represents training targets as credal sets rather than fixed labels. Using the superset learning framework, RDA derives set-valued targets from model predictions and a confidence-based threshold, enabling the optimizer to avoid memorizing mislabeled data. The approach is instantiated with a KL-based loss and a convex projection onto credal sets, controlled by hyperparameters $eta$ and $\\alpha$ to regulate cautiousness and relaxation. Empirical results on CIFAR-10/100 with synthetic noise and real-world noisy datasets (WebVision, Clothing1M, CIFAR-10N) show improved generalization without extra model parameters, demonstrating that data ambiguation can effectively suppress memorization while preserving learning from clean samples.
Abstract
Label noise poses an important challenge in machine learning, especially in deep learning, in which large models with high expressive power dominate the field. Models of that kind are prone to memorizing incorrect labels, thereby harming generalization performance. Many methods have been proposed to address this problem, including robust loss functions and more complex label correction approaches. Robust loss functions are appealing due to their simplicity, but typically lack flexibility, while label correction usually adds substantial complexity to the training setup. In this paper, we suggest to address the shortcomings of both methodologies by "ambiguating" the target information, adding additional, complementary candidate labels in case the learner is not sufficiently convinced of the observed training label. More precisely, we leverage the framework of so-called superset learning to construct set-valued targets based on a confidence threshold, which deliver imprecise yet more reliable beliefs about the ground-truth, effectively helping the learner to suppress the memorization effect. In an extensive empirical evaluation, our method demonstrates favorable learning behavior on synthetic and real-world noise, confirming the effectiveness in detecting and correcting erroneous training labels.
