LGAIJun 7, 2023

Learning with Noisy Labels by Adaptive Gradient-Based Outlier Removal

arXiv:2306.04502v45 citationsh-index: 5
Originality Incremental advance
AI Analysis

This addresses the issue of label errors in datasets for machine learning practitioners, offering an incremental improvement over previous methods that rely on permanent outlier removal.

The paper tackles the problem of learning with noisy labels by proposing AGRA, a method that dynamically adjusts the dataset during training using adaptive gradient-based outlier removal, achieving effectiveness across several datasets.

An accurate and substantial dataset is essential for training a reliable and well-performing model. However, even manually annotated datasets contain label errors, not to mention automatically labeled ones. Previous methods for label denoising have primarily focused on detecting outliers and their permanent removal - a process that is likely to over- or underfilter the dataset. In this work, we propose AGRA: a new method for learning with noisy labels by using Adaptive GRAdient-based outlier removal. Instead of cleaning the dataset prior to model training, the dataset is dynamically adjusted during the training process. By comparing the aggregated gradient of a batch of samples and an individual example gradient, our method dynamically decides whether a corresponding example is helpful for the model at this point or is counter-productive and should be left out for the current update. Extensive evaluation on several datasets demonstrates AGRA's effectiveness, while a comprehensive results analysis supports our initial hypothesis: permanent hard outlier removal is not always what model benefits the most from.

Code Implementations1 repo
Foundations

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

Your Notes