English

Fine-Grained Classification with Noisy Labels

Computer Vision and Pattern Recognition 2023-03-07 v1

Abstract

Learning with noisy labels (LNL) aims to ensure model generalization given a label-corrupted training set. In this work, we investigate a rarely studied scenario of LNL on fine-grained datasets (LNL-FG), which is more practical and challenging as large inter-class ambiguities among fine-grained classes cause more noisy labels. We empirically show that existing methods that work well for LNL fail to achieve satisfying performance for LNL-FG, arising the practical need of effective solutions for LNL-FG. To this end, we propose a novel framework called stochastic noise-tolerated supervised contrastive learning (SNSCL) that confronts label noise by encouraging distinguishable representation. Specifically, we design a noise-tolerated supervised contrastive learning loss that incorporates a weight-aware mechanism for noisy label correction and selectively updating momentum queue lists. By this mechanism, we mitigate the effects of noisy anchors and avoid inserting noisy labels into the momentum-updated queue. Besides, to avoid manually-defined augmentation strategies in contrastive learning, we propose an efficient stochastic module that samples feature embeddings from a generated distribution, which can also enhance the representation ability of deep models. SNSCL is general and compatible with prevailing robust LNL strategies to improve their performance for LNL-FG. Extensive experiments demonstrate the effectiveness of SNSCL.

Keywords

Cite

@article{arxiv.2303.02404,
  title  = {Fine-Grained Classification with Noisy Labels},
  author = {Qi Wei and Lei Feng and Haoliang Sun and Ren Wang and Chenhui Guo and Yilong Yin},
  journal= {arXiv preprint arXiv:2303.02404},
  year   = {2023}
}

Comments

Accepted to CVPR 2023

R2 v1 2026-06-28T09:01:20.686Z