LGCVNov 22, 2022

Dynamic Loss For Robust Learning

arXiv:2211.12506v214 citationsh-index: 27
Originality Highly original
AI Analysis

This addresses robust learning for real-world data where multiple biases coexist, offering a novel solution rather than an incremental improvement.

The paper tackles the problem of learning from data with both label noise and class imbalance by introducing a dynamic loss that adjusts objective functions during training, achieving state-of-the-art accuracy on datasets like CIFAR-10/100 and ImageNet-LT.

Label noise and class imbalance commonly coexist in real-world data. Previous works for robust learning, however, usually address either one type of the data biases and underperform when facing them both. To mitigate this gap, this work presents a novel meta-learning based dynamic loss that automatically adjusts the objective functions with the training process to robustly learn a classifier from long-tailed noisy data. Concretely, our dynamic loss comprises a label corrector and a margin generator, which respectively correct noisy labels and generate additive per-class classification margins by perceiving the underlying data distribution as well as the learning state of the classifier. Equipped with a new hierarchical sampling strategy that enriches a small amount of unbiased metadata with diverse and hard samples, the two components in the dynamic loss are optimized jointly through meta-learning and cultivate the classifier to well adapt to clean and balanced test data. Extensive experiments show our method achieves state-of-the-art accuracy on multiple real-world and synthetic datasets with various types of data biases, including CIFAR-10/100, Animal-10N, ImageNet-LT, and Webvision. Code will soon be publicly available.

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