Learning with Noisy Labels via Sparse Regularization
Xiong Zhou, Xianming Liu, Chenyang Wang, Deming Zhai, Junjun Jiang,, Xiangyang Ji

TL;DR
This paper introduces a sparse regularization method that makes any loss function robust to noisy labels by enforcing output sparsity and sharpness, significantly improving deep neural network training in noisy label scenarios.
Contribution
The authors propose a novel sparse regularization strategy that guarantees robustness of arbitrary loss functions to noisy labels without sacrificing fitting ability.
Findings
Improves performance of common loss functions under noisy labels.
Outperforms state-of-the-art methods in noisy label and class imbalance scenarios.
Theoretical proof that any loss can be made robust with output constraints.
Abstract
Learning with noisy labels is an important and challenging task for training accurate deep neural networks. Some commonly-used loss functions, such as Cross Entropy (CE), suffer from severe overfitting to noisy labels. Robust loss functions that satisfy the symmetric condition were tailored to remedy this problem, which however encounter the underfitting effect. In this paper, we theoretically prove that \textbf{any loss can be made robust to noisy labels} by restricting the network output to the set of permutations over a fixed vector. When the fixed vector is one-hot, we only need to constrain the output to be one-hot, which however produces zero gradients almost everywhere and thus makes gradient-based optimization difficult. In this work, we introduce the sparse regularization strategy to approximate the one-hot constraint, which is composed of network output sharpening operation…
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 · Infrastructure Maintenance and Monitoring
