paper-with-me

Papers

Long-Tailed Recognition Using Class-Balanced Experts

2020-04-07 · Saurabh Sharma, Ning Yu, Mario Fritz, Bernt Schiele

Deep learning enables impressive performance in image recognition using large-scale artificially-balanced datasets. However, real-world datasets exhibit highly class-imbalanced distributions, yielding two main challenges: relative imbalance amongst the classes and data scarcity for mediumshot or fewshot classes. In this work, we address the problem of long-tailed recognition wherein the training set is highly imbalanced and the test set is kept balanced. Differently from existing paradigms relying on data-resampling, cost-sensitive learning, online hard example mining, loss objective reshaping, and/or memory-based modeling, we propose an ensemble of class-balanced experts that combines the strength of diverse classifiers. Our ensemble of class-balanced experts reaches results close to state-of-the-art and an extended ensemble establishes a new state-of-the-art on two benchmarks for long-tailed recognition. We conduct extensive experiments to analyse the performance of the ensembles, and discover that in modern large-scale datasets, relative imbalance is a harder problem than data scarcity. The training and evaluation code is available at https://github.com/ssfootball04/class-balanced-experts.

📄 PDF Abstract BibTeX arXiv:2004.03706

Code (1)

ssfootball04/class-balanced-experts 공식 구현 pytorch

Tasks

Long-tail Learning

Similar Papers 제목 키워드 기반

Balanced Product of Calibrated Experts for Long-Tailed Recognition

2022-06-10 · CVPR 2023 1 · Emanuel Sanchez Aimar, Arvi Jonnarth, Michael Felsberg, Marco Kuhlmann

Many real-world recognition problems are characterized by long-tailed label distributions. These distributions make representation learning highly challenging due to limited generalization over the tail classes. If the t…

Long-tail LearningLong-tail Learning on CIFAR-10-LT (ρ=100)Representation Learning

Self-Supervised Aggregation of Diverse Experts for Test-Agnostic Long-Tailed Recognition

2021-07-20 · Yifan Zhang, Bryan Hooi, Lanqing Hong, Jiashi Feng

Existing long-tailed recognition methods, aiming to train class-balanced models from long-tailed data, generally assume the models would be evaluated on the uniform test class distribution. However, practical test class …

Image ClassificationLong-tail LearningTest Agnostic Long-Tailed Learning

Balancing Domain Experts for Long-Tailed Camera-Trap Recognition

2022-02-15 · Byeongjun Park, JeongSoo Kim, Seungju Cho, Heeseon Kim 외

Label distributions in camera-trap images are highly imbalanced and long-tailed, resulting in neural networks tending to be biased towards head-classes that appear frequently. Although long-tail learning has been extreme…

Long-tail LearningOptical Flow Estimation

Long-tailed Recognition by Routing Diverse Distribution-Aware Experts

2020-10-05 · ICLR 2021 1 · Xudong Wang, Long Lian, Zhongqi Miao, Ziwei Liu 외

Natural data are often long-tail distributed over semantic classes. Existing recognition methods tackle this imbalanced classification by placing more emphasis on the tail data, through class re-balancing/re-weighting or…

DiversityImage Classificationimbalanced classificationLong-tail Learning

ACE: Ally Complementary Experts for Solving Long-Tailed Recognition in One-Shot

2021-08-05 · ICCV 2021 10 · Jiarui Cai, Yizhou Wang, Jenq-Neng Hwang

One-stage long-tailed recognition methods improve the overall performance in a "seesaw" manner, i.e., either sacrifice the head's accuracy for better tail classification or elevate the head's accuracy even higher but ign…

Long-tail Learning