LGCVMLApr 8, 2019

Wasserstein Adversarial Regularization (WAR) on label noise

arXiv:1904.03936v329 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of noisy labels in vision datasets from sources like crowdsourcing or web scraping, offering an incremental improvement over existing regularization techniques.

The paper tackles the problem of learning robust classifiers from datasets with noisy labels by proposing Wasserstein Adversarial Regularization (WAR), which uses Wasserstein distance to selectively smooth decision boundaries between classes. The method outperforms state-of-the-art competitors on five corrupted datasets, including benchmarks and real-world data.

Noisy labels often occur in vision datasets, especially when they are obtained from crowdsourcing or Web scraping. We propose a new regularization method, which enables learning robust classifiers in presence of noisy data. To achieve this goal, we propose a new adversarial regularization scheme based on the Wasserstein distance. Using this distance allows taking into account specific relations between classes by leveraging the geometric properties of the labels space. Our Wasserstein Adversarial Regularization (WAR) encodes a selective regularization, which promotes smoothness of the classifier between some classes, while preserving sufficient complexity of the decision boundary between others. We first discuss how and why adversarial regularization can be used in the context of label noise and then show the effectiveness of our method on five datasets corrupted with noisy labels: in both benchmarks and real datasets, WAR outperforms the state-of-the-art competitors.

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