2019

Decoupling Representation and Classifier for Long-Tailed Recognition

Kang, Bingyi, Xie, Saining, Rohrbach, Marcus et al.

Understand

The long-tail distribution of the visual world poses great challenges for deep learning based classification models on how to handle the class imbalance problem.

  • Existing solutions usually involve class-balancing strategies, e.g., by loss re-weighting, data re-sampling, or transfer learning from head- to tail-classes, but most of them adhere to the scheme of jointly learning representations and classifiers.
  • In this work, we decouple the learning procedure into representation learning and classification, and systematically explore how different balancing strategies affect them for long-tailed recognition.
  • The findings are surprising: (1) data imbalance might not be an issue in learning high-quality representations; (2) with representations learned with the simplest instance-balanced (natural) sampling, it is also possible to achieve strong long-tailed recognition ability by adjusting only the classifier.

Reading the bibliography…