paper-with-me

Papers

AlphaNet: Improving Long-Tail Classification By Combining Classifiers

2020-08-17 · Nadine Chang, Jayanth Koushik, Aarti Singh, Martial Hebert, Yu-Xiong Wang, Michael J. Tarr

Methods in long-tail learning focus on improving performance for data-poor (rare) classes; however, performance for such classes remains much lower than performance for more data-rich (frequent) classes. Analyzing the predictions of long-tail methods for rare classes reveals that a large number of errors are due to misclassification of rare items as visually similar frequent classes. To address this problem, we introduce AlphaNet, a method that can be applied to existing models, performing post hoc correction on classifiers of rare classes. Starting with a pre-trained model, we find frequent classes that are closest to rare classes in the model's representation space and learn weights to update rare class classifiers with a linear combination of frequent class classifiers. AlphaNet, applied to several models, greatly improves test accuracy for rare classes in multiple long-tailed datasets, with very little change to overall accuracy. Our method also provides a way to control the trade-off between rare class and overall accuracy, making it practical for long-tail classification in the wild.

📄 PDF Abstract BibTeX arXiv:2008.07073

Code (1)

jayanthkoushik/alphanet 공식 구현 pytorch

Tasks

ClassificationLong-tail LearningTransfer Learning

Similar Papers 제목 키워드 기반

AlphaNet: Scaling Up Local-frame-based Atomistic Interatomic Potential

2025-01-13 · Bangchen Yin, Jiaao Wang, Weitao Du, Pengbo Wang 외

Molecular dynamics simulations demand an unprecedented combination of accuracy and scalability to tackle grand challenges in catalysis and materials design. To bridge this gap, we present AlphaNet, a local-frame-based eq…

Computational Efficiency

Solving Long-tailed Recognition with Deep Realistic Taxonomic Classifier

2020-07-20 · ECCV 2020 8 · Tz-Ying Wu, Pedro Morgado, Pei Wang, Chih-Hui Ho 외

Long-tail recognition tackles the natural non-uniformly distributed data in real-world scenarios. While modern classifiers perform well on populated classes, its performance degrades significantly on tail classes. Humans…

AlphaNet: Improved Training of Supernets with Alpha-Divergence

2021-02-16 · Dilin Wang, Chengyue Gong, Meng Li, Qiang Liu 외

Weight-sharing neural architecture search (NAS) is an effective technique for automating efficient neural architecture design. Weight-sharing NAS builds a supernet that assembles all the architectures as its sub-networks…

Image ClassificationNeural Architecture Search

Lifelong Learning of Hate Speech Classification on Social Media

2021-06-05 · NAACL 2021 4 · Jing Qian, Hong Wang, Mai ElSherief, Xifeng Yan

Existing work on automated hate speech classification assumes that the dataset is fixed and the classes are pre-defined. However, the amount of data in social media increases every day, and the hot topics changes rapidly…

ClassificationLifelong learningRepresentation Learning

Calibrating Class Activation Maps for Long-Tailed Visual Recognition

2021-08-29 · Chi Zhang, Guosheng Lin, Lvlong Lai, Henghui Ding 외

Real-world visual recognition problems often exhibit long-tailed distributions, where the amount of data for learning in different categories shows significant imbalance. Standard classification models learned on such da…

Representation Learning