SOTAVerified

Long-Tailed Classification by Keeping the Good and Removing the Bad Momentum Causal Effect

2020-09-28NeurIPS 2020Code Available1· sign in to hype

Kaihua Tang, Jianqiang Huang, Hanwang Zhang

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

As the class size grows, maintaining a balanced dataset across many classes is challenging because the data are long-tailed in nature; it is even impossible when the sample-of-interest co-exists with each other in one collectable unit, e.g., multiple visual instances in one image. Therefore, long-tailed classification is the key to deep learning at scale. However, existing methods are mainly based on re-weighting/re-sampling heuristics that lack a fundamental theory. In this paper, we establish a causal inference framework, which not only unravels the whys of previous methods, but also derives a new principled solution. Specifically, our theory shows that the SGD momentum is essentially a confounder in long-tailed classification. On one hand, it has a harmful causal effect that misleads the tail prediction biased towards the head. On the other hand, its induced mediation also benefits the representation learning and head prediction. Our framework elegantly disentangles the paradoxical effects of the momentum, by pursuing the direct causal effect caused by an input sample. In particular, we use causal intervention in training, and counterfactual reasoning in inference, to remove the "bad" while keep the "good". We achieve new state-of-the-arts on three long-tailed visual recognition benchmarks: Long-tailed CIFAR-10/-100, ImageNet-LT for image classification and LVIS for instance segmentation.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
CIFAR-10-LT (ρ=10)Causal NormError Rate11.5Unverified
CIFAR-10-LT (ρ=10)DecTDEError Rate12.63Unverified
ImageNet-LTDe-confound-TDETop-1 Accuracy51.8Unverified

Reproductions