Constrained Instance and Class Reweighting for Robust Learning under Label Noise
Abhishek Kumar, Ehsan Amid

TL;DR
This paper introduces a constrained reweighting method for training deep neural networks that improves robustness against label noise by assigning importance weights to instances and classes, with a theoretical foundation and practical efficiency.
Contribution
The paper presents a novel constrained optimization approach for importance reweighting that is computationally efficient and theoretically grounded, enhancing robustness to label noise in neural networks.
Findings
Significant performance improvements on benchmark datasets with label noise
The method provides a theoretical perspective on label smoothing heuristics
Efficient mini-batch updates eliminate the need for full dataset weight storage
Abstract
Deep neural networks have shown impressive performance in supervised learning, enabled by their ability to fit well to the provided training data. However, their performance is largely dependent on the quality of the training data and often degrades in the presence of noise. We propose a principled approach for tackling label noise with the aim of assigning importance weights to individual instances and class labels. Our method works by formulating a class of constrained optimization problems that yield simple closed form updates for these importance weights. The proposed optimization problems are solved per mini-batch which obviates the need of storing and updating the weights over the full dataset. Our optimization framework also provides a theoretical perspective on existing label smoothing heuristics for addressing label noise (such as label bootstrapping). We evaluate our method on…
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 · Machine Learning and Algorithms · Advanced Multi-Objective Optimization Algorithms
MethodsLabel Smoothing
