Benchmarking noisy label detection methods
Henrique Pickler, Jorge K. S. Kamassury, Danilo Silva
TL;DR
The paper tackles the problem of detecting noisy labels to enable cleaner training and evaluation. It introduces a unified benchmark that decomposes detection methods into a label agreement function and an aggregation strategy, comparing in-sample versus out-of-sample information gathering under a fixed noise-rate budget $\eta$. Through extensive experiments on vision and tabular datasets with both synthetic and real-world noise, the study finds that aggregating prediction probabilities using Mean Probabilities together with the Logit Margin as the label agreement function (Mean Prob - LM) delivers the most robust performance across diverse scenarios. The results challenge the necessity of complex detection schemes based on training dynamics, showing that simpler in-sample methods often outperform their out-of-sample counterparts, with practical implications for dataset cleaning and reliable evaluation.
Abstract
Label noise is a common problem in real-world datasets, affecting both model training and validation. Clean data are essential for achieving strong performance and ensuring reliable evaluation. While various techniques have been proposed to detect noisy labels, there is no clear consensus on optimal approaches. We perform a comprehensive benchmark of detection methods by decomposing them into three fundamental components: label agreement function, aggregation method, and information gathering approach (in-sample vs out-of-sample). This decomposition can be applied to many existing detection methods, and enables systematic comparison across diverse approaches. To fairly compare methods, we propose a unified benchmark task, detecting a fraction of training samples equal to the dataset's noise rate. We also introduce a novel metric: the false negative rate at this fixed operating point. Our evaluation spans vision and tabular datasets under both synthetic and real-world noise conditions. We identify that in-sample information gathering using average probability aggregation combined with the logit margin as the label agreement function achieves the best results across most scenarios. Our findings provide practical guidance for designing new detection methods and selecting techniques for specific applications.
