Learning Prototype Classifiers for Long-Tailed Recognition
Saurabh Sharma, Yongqin Xian, Ning Yu, Ambuj Singh

TL;DR
This paper introduces prototype classifiers for long-tailed recognition, addressing biases in softmax classifiers by jointly learning class prototypes, leading to improved separation and robustness, with strong empirical results on benchmarks.
Contribution
The work proposes a novel prototype classifier approach for LTR, including joint learning of prototypes and channel-dependent temperature parameters, improving over existing methods.
Findings
Prototype classifiers outperform or match state-of-the-art on four benchmarks.
Joint learning of prototypes enhances class separation.
Channel-dependent temperature parameters improve training stability.
Abstract
The problem of long-tailed recognition (LTR) has received attention in recent years due to the fundamental power-law distribution of objects in the real-world. Most recent works in LTR use softmax classifiers that are biased in that they correlate classifier norm with the amount of training data for a given class. In this work, we show that learning prototype classifiers addresses the biased softmax problem in LTR. Prototype classifiers can deliver promising results simply using Nearest-Class- Mean (NCM), a special case where prototypes are empirical centroids. We go one step further and propose to jointly learn prototypes by using distances to prototypes in representation space as the logit scores for classification. Further, we theoretically analyze the properties of Euclidean distance based prototype classifiers that lead to stable gradient-based optimization which is robust to…
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 · Machine Learning and ELM · Anomaly Detection Techniques and Applications
MethodsSoftmax
