LGCVDec 11, 2023

Regroup Median Loss for Combating Label Noise

arXiv:2312.06273v119 citationsh-index: 14AAAI
Originality Incremental advance
AI Analysis

This work addresses label noise in deep learning, which is a common issue in large-scale datasets, but it appears incremental as it builds on existing small-loss criterion methods.

The paper tackles the problem of label noise in deep learning by proposing Regroup Median Loss (RML), which reduces noisy sample selection and corrects losses, achieving significant improvements over state-of-the-art methods on synthetic and real-world datasets.

The deep model training procedure requires large-scale datasets of annotated data. Due to the difficulty of annotating a large number of samples, label noise caused by incorrect annotations is inevitable, resulting in low model performance and poor model generalization. To combat label noise, current methods usually select clean samples based on the small-loss criterion and use these samples for training. Due to some noisy samples similar to clean ones, these small-loss criterion-based methods are still affected by label noise. To address this issue, in this work, we propose Regroup Median Loss (RML) to reduce the probability of selecting noisy samples and correct losses of noisy samples. RML randomly selects samples with the same label as the training samples based on a new loss processing method. Then, we combine the stable mean loss and the robust median loss through a proposed regrouping strategy to obtain robust loss estimation for noisy samples. To further improve the model performance against label noise, we propose a new sample selection strategy and build a semi-supervised method based on RML. Compared to state-of-the-art methods, for both the traditionally trained and semi-supervised models, RML achieves a significant improvement on synthetic and complex real-world datasets. The source code of the paper has been released.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes