Decoupling Representation and Classifier for Long-Tailed Recognition
Bingyi Kang, Saining Xie, Marcus Rohrbach, Zhicheng Yan, Albert Gordo,, Jiashi Feng, Yannis Kalantidis

TL;DR
This paper proposes decoupling representation learning from classifier training to improve long-tailed recognition, demonstrating that simple, balanced representations combined with classifier adjustment outperform complex existing methods.
Contribution
It introduces a decoupled approach to long-tailed recognition, showing that high-quality representations can be learned independently and classifiers can be adjusted to handle class imbalance effectively.
Findings
Representation learning may not be hindered by class imbalance.
Adjusting classifiers alone can achieve strong long-tailed recognition.
State-of-the-art results on multiple benchmarks with a simple decoupled method.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Anomaly Detection Techniques and Applications · COVID-19 diagnosis using AI
