English

PLReMix: Combating Noisy Labels with Pseudo-Label Relaxed Contrastive Representation Learning

Computer Vision and Pattern Recognition 2024-11-27 v2

Abstract

Recently, the usage of Contrastive Representation Learning (CRL) as a pre-training technique improves the performance of learning with noisy labels (LNL) methods. However, instead of pre-training, when trivially combining CRL loss with LNL methods as an end-to-end framework, the empirical experiments show severe degeneration of the performance. We verify through experiments that this issue is caused by optimization conflicts of losses and propose an end-to-end \textbf{PLReMix} framework by introducing a Pseudo-Label Relaxed (PLR) contrastive loss. This PLR loss constructs a reliable negative set of each sample by filtering out its inappropriate negative pairs, alleviating the loss conflicts by trivially combining these losses. The proposed PLR loss is pluggable and we have integrated it into other LNL methods, observing their improved performance. Furthermore, a two-dimensional Gaussian Mixture Model is adopted to distinguish clean and noisy samples by leveraging semantic information and model outputs simultaneously. Experiments on multiple benchmark datasets demonstrate the effectiveness of the proposed method. Code is available at \url{https://github.com/lxysl/PLReMix}.

Keywords

Cite

@article{arxiv.2402.17589,
  title  = {PLReMix: Combating Noisy Labels with Pseudo-Label Relaxed Contrastive Representation Learning},
  author = {Xiaoyu Liu and Beitong Zhou and Zuogong Yue and Cheng Cheng},
  journal= {arXiv preprint arXiv:2402.17589},
  year   = {2024}
}

Comments

WACV 2025

R2 v1 2026-06-28T15:02:05.381Z