DiscrimLoss: A Universal Loss for Hard Samples and Incorrect Samples Discrimination
Tingting Wu, Xiao Ding, Hao Zhang, Jinglong Gao, Li Du, Bing Qin, Ting, Liu

TL;DR
DiscrimLoss is a novel loss function designed to differentiate between hard and incorrect samples during training, improving model robustness and generalization across various tasks with noisy data.
Contribution
The paper introduces DiscrimLoss, a dynamic, self-supervised loss function that effectively distinguishes hard from incorrect samples to enhance learning in noisy environments.
Findings
Improves model performance in noisy data scenarios
Effective across multiple tasks including classification and regression
Enhances generalization by discriminating between hard and incorrect samples
Abstract
Given data with label noise (i.e., incorrect data), deep neural networks would gradually memorize the label noise and impair model performance. To relieve this issue, curriculum learning is proposed to improve model performance and generalization by ordering training samples in a meaningful (e.g., easy to hard) sequence. Previous work takes incorrect samples as generic hard ones without discriminating between hard samples (i.e., hard samples in correct data) and incorrect samples. Indeed, a model should learn from hard samples to promote generalization rather than overfit to incorrect ones. In this paper, we address this problem by appending a novel loss function DiscrimLoss, on top of the existing task loss. Its main effect is to automatically and stably estimate the importance of easy samples and difficult samples (including hard and incorrect samples) at the early stages of training…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning and Data Classification · Anomaly Detection Techniques and Applications · Handwritten Text Recognition Techniques
