Symmetric Cross Entropy for Robust Learning with Noisy Labels
Yisen Wang, Xingjun Ma, Zaiyi Chen, Yuan Luo, Jinfeng Yi, James Bailey

TL;DR
This paper introduces Symmetric Cross Entropy (SL), a novel loss function combining Cross Entropy and Reverse Cross Entropy, to improve deep neural network training robustness against noisy labels by addressing overfitting and under learning issues.
Contribution
The paper proposes Symmetric Cross Entropy, a new loss function that enhances robustness to noisy labels and can be integrated with existing methods, backed by theoretical and empirical validation.
Findings
SL outperforms state-of-the-art methods on benchmark datasets.
SL effectively mitigates overfitting to noisy labels.
SL improves learning on hard classes with noisy labels.
Abstract
Training accurate deep neural networks (DNNs) in the presence of noisy labels is an important and challenging task. Though a number of approaches have been proposed for learning with noisy labels, many open issues remain. In this paper, we show that DNN learning with Cross Entropy (CE) exhibits overfitting to noisy labels on some classes ("easy" classes), but more surprisingly, it also suffers from significant under learning on some other classes ("hard" classes). Intuitively, CE requires an extra term to facilitate learning of hard classes, and more importantly, this term should be noise tolerant, so as to avoid overfitting to noisy labels. Inspired by the symmetric KL-divergence, we propose the approach of \textbf{Symmetric cross entropy Learning} (SL), boosting CE symmetrically with a noise robust counterpart Reverse Cross Entropy (RCE). Our proposed SL approach simultaneously…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning and Data Classification · Water Systems and Optimization · Anomaly Detection Techniques and Applications
