Combating Label Noise With A General Surrogate Model For Sample Selection
Chao Liang, Linchao Zhu, Humphrey Shi, Yi Yang
TL;DR
This work tackles label noise in web-sourced image data by introducing a training-free sample-selection mechanism that leverages the vision-language model CLIP to identify clean training samples via prediction confidence and prompt-consistency criteria. To counteract biases introduced by CLIP and maintain robustness, it couples this sampling with a Noise-Aware Balanced Margin Adaptive (NABM) loss that integrates a transition matrix and class-frequency priors to adjust logits and emphasize hard, underrepresented cases using a focal formulation. The approach demonstrates significant improvements over strong baselines on multiple real-world and synthetic noisy datasets, while ensuring CLIP is not needed during inference. Overall, the paper presents a practical, general framework for mitigating label noise by combining external knowledge with a tailored margins-based loss.
Abstract
Modern deep learning systems are data-hungry. Learning with web data is one of the feasible solutions, but will introduce label noise inevitably, which can hinder the performance of deep neural networks. Sample selection is an effective way to deal with label noise. The key is to separate clean samples based on some criterion. Previous methods pay more attention to the small loss criterion where small-loss samples are regarded as clean ones. Nevertheless, such a strategy relies on the learning dynamics of each data instance. Some noisy samples are still memorized due to frequently occurring corrupted learning patterns. To tackle this problem, a training-free surrogate model is preferred, freeing from the effect of memorization. In this work, we propose to leverage the vision-language surrogate model CLIP to filter noisy samples automatically. CLIP brings external knowledge to facilitate the selection of clean samples with its ability of text-image alignment. Furthermore, a margin adaptive loss is designed to regularize the selection bias introduced by CLIP, providing robustness to label noise. We validate the effectiveness of our proposed method on both real-world and synthetic noisy datasets. Our method achieves significant improvement without CLIP involved during the inference stage.
