SOTAVerified

Balanced Meta-Softmax for Long-Tailed Visual Recognition

2020-07-21NeurIPS 2020Code Available1· sign in to hype

Jiawei Ren, Cunjun Yu, Shunan Sheng, Xiao Ma, Haiyu Zhao, Shuai Yi, Hongsheng Li

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Deep classifiers have achieved great success in visual recognition. However, real-world data is long-tailed by nature, leading to the mismatch between training and testing distributions. In this paper, we show that the Softmax function, though used in most classification tasks, gives a biased gradient estimation under the long-tailed setup. This paper presents Balanced Softmax, an elegant unbiased extension of Softmax, to accommodate the label distribution shift between training and testing. Theoretically, we derive the generalization bound for multiclass Softmax regression and show our loss minimizes the bound. In addition, we introduce Balanced Meta-Softmax, applying a complementary Meta Sampler to estimate the optimal class sample rate and further improve long-tailed learning. In our experiments, we demonstrate that Balanced Meta-Softmax outperforms state-of-the-art long-tailed classification solutions on both visual recognition and instance segmentation tasks.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
CIFAR-10-LT (ρ=10)Balanced Softmax (BALMS)Error Rate8.7Unverified
ImageNet-LTBALMSTop-1 Accuracy41.8Unverified
Places-LTBALMSTop-1 Accuracy38.7Unverified

Reproductions