Do We Need to Penalize Variance of Losses for Learning with Label Noise?
Summary
The paper by Yexiong Lin, Yu Yao, Yuxuan Du, Jun Yu, Bo Han, Mingming Gong, and Tongliang Liu, published in 2026, investigates the role of loss variance in algorithms designed for learning with noisy labels. While conventional understanding suggests penalizing loss variance to reduce estimation error and discrepancy between average and expected risk, this research presents a counter-intuitive finding. The authors discovered that, for label-noise learning, encouraging a large variance of losses is actually beneficial. This approach effectively boosts the "memorization effect" and significantly reduces the detrimental impact of incorrect labels. The study demonstrates that simple regularizers can be designed to promote this large loss variance, easily integrating into many existing algorithms. Empirically, their proposed method consistently improved the generalization ability of baseline models across both synthetic and real-world datasets.
Key takeaway
For Machine Learning Engineers developing models for noisy datasets, you should reconsider the conventional approach of penalizing loss variance. Instead, actively encouraging a large variance of losses can significantly boost your model's memorization effect and reduce the harmfulness of incorrect labels. Implement regularizers designed to promote this large variance, as they can be easily integrated into existing algorithms to improve generalization on both synthetic and real-world data.
Key insights
For label-noise learning, encouraging a large variance of losses boosts memorization and reduces the harm of incorrect labels.
Principles
- Conventional loss variance principles may not apply to noisy labels.
- Boosting memorization can mitigate label noise impact.
- Loss variance is a controllable factor for noise robustness.
Method
Design regularizers that actively encourage a large variance of losses. These can be easily integrated into many existing statistically consistent algorithms to improve generalization with noisy labels.
In practice
- Integrate variance-encouraging regularizers into existing models.
- Test models with increased loss variance on noisy datasets.
Topics
- Label Noise Learning
- Loss Variance
- Regularization
- Memorization Effect
- Noisy Datasets
- Model Robustness
Best for: Research Scientist, AI Engineer, NLP Engineer, AI Scientist, Machine Learning Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by JMLR.