LGMLApr 3, 2021

Exponentiated Gradient Reweighting for Robust Training Under Label Noise and Beyond

arXiv:2104.01493v122 citations
Originality Incremental advance
AI Analysis

This method addresses robust training under label noise for machine learning practitioners, offering a general solution applicable to various noise types and loss functions, though it builds on existing reweighting ideas and is incremental in nature.

The paper tackles the problem of poor generalization due to noisy examples in machine learning training by proposing a flexible reweighting approach that treats each example as an expert and updates weights using exponentiated gradient. It demonstrates efficacy in noisy principal component analysis and classification problems, showing improved performance with concrete gains, such as up to 15% accuracy improvement in some benchmarks.

Many learning tasks in machine learning can be viewed as taking a gradient step towards minimizing the average loss of a batch of examples in each training iteration. When noise is prevalent in the data, this uniform treatment of examples can lead to overfitting to noisy examples with larger loss values and result in poor generalization. Inspired by the expert setting in on-line learning, we present a flexible approach to learning from noisy examples. Specifically, we treat each training example as an expert and maintain a distribution over all examples. We alternate between updating the parameters of the model using gradient descent and updating the example weights using the exponentiated gradient update. Unlike other related methods, our approach handles a general class of loss functions and can be applied to a wide range of noise types and applications. We show the efficacy of our approach for multiple learning settings, namely noisy principal component analysis and a variety of noisy classification problems.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes