SOTAVerified

Rethinking the Value of Labels for Improving Class-Imbalanced Learning

2020-06-13NeurIPS 2020Code Available1· sign in to hype

Yuzhe Yang, Zhi Xu

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Real-world data often exhibits long-tailed distributions with heavy class imbalance, posing great challenges for deep recognition models. We identify a persisting dilemma on the value of labels in the context of imbalanced learning: on the one hand, supervision from labels typically leads to better results than its unsupervised counterparts; on the other hand, heavily imbalanced data naturally incurs "label bias" in the classifier, where the decision boundary can be drastically altered by the majority classes. In this work, we systematically investigate these two facets of labels. We demonstrate, theoretically and empirically, that class-imbalanced learning can significantly benefit in both semi-supervised and self-supervised manners. Specifically, we confirm that (1) positively, imbalanced labels are valuable: given more unlabeled data, the original labels can be leveraged with the extra data to reduce label bias in a semi-supervised manner, which greatly improves the final classifier; (2) negatively however, we argue that imbalanced labels are not useful always: classifiers that are first pre-trained in a self-supervised manner consistently outperform their corresponding baselines. Extensive experiments on large-scale imbalanced datasets verify our theoretically grounded strategies, showing superior performance over previous state-of-the-arts. Our intriguing findings highlight the need to rethink the usage of imbalanced labels in realistic long-tailed tasks. Code is available at https://github.com/YyzHarry/imbalanced-semi-self.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
CIFAR-100-LT (ρ=10)LDAM-DRW + SSPError Rate41.09Unverified
CIFAR-100-LT (ρ=100)LDAM-DRW + SSPError Rate56.57Unverified
CIFAR-100-LT (ρ=50)LDAM-DRW + SSPError Rate52.89Unverified
CIFAR-10-LT (ρ=10)LDAM-DRW + SSPError Rate11.47Unverified
CIFAR-10-LT (ρ=100)LDAM-DRW + SSPError Rate22.17Unverified
ImageNet-LTcRT + SSPTop-1 Accuracy51.3Unverified
iNaturalist 2018cRT + SSPTop-1 Accuracy68.1Unverified

Reproductions