English

Enhancing Sample Selection Against Label Noise by Cutting Mislabeled Easy Examples

Machine Learning 2025-10-22 v3

Abstract

Sample selection is a prevalent approach in learning with noisy labels, aiming to identify confident samples for training. Although existing sample selection methods have achieved decent results by reducing the noise rate of the selected subset, they often overlook that not all mislabeled examples harm the model's performance equally. In this paper, we demonstrate that mislabeled examples correctly predicted by the model early in the training process are particularly harmful to model performance. We refer to these examples as Mislabeled Easy Examples (MEEs). To address this, we propose Early Cutting, which introduces a recalibration step that employs the model's later training state to re-select the confident subset identified early in training, thereby avoiding misleading confidence from early learning and effectively filtering out MEEs. Experiments on the CIFAR, WebVision, and full ImageNet-1k datasets demonstrate that our method effectively improves sample selection and model performance by reducing MEEs.

Keywords

Cite

@article{arxiv.2502.08227,
  title  = {Enhancing Sample Selection Against Label Noise by Cutting Mislabeled Easy Examples},
  author = {Suqin Yuan and Lei Feng and Bo Han and Tongliang Liu},
  journal= {arXiv preprint arXiv:2502.08227},
  year   = {2025}
}

Comments

Accepted by NeurIPS 2025

R2 v1 2026-06-28T21:41:23.374Z