Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

BBN: Bilateral-Branch Network with Cumulative Learning for Long-Tailed Visual Recognition

About

Our work focuses on tackling the challenging but natural visual recognition task of long-tailed data distribution (i.e., a few classes occupy most of the data, while most classes have rarely few samples). In the literature, class re-balancing strategies (e.g., re-weighting and re-sampling) are the prominent and effective methods proposed to alleviate the extreme imbalance for dealing with long-tailed problems. In this paper, we firstly discover that these re-balancing methods achieving satisfactory recognition accuracy owe to that they could significantly promote the classifier learning of deep networks. However, at the same time, they will unexpectedly damage the representative ability of the learned deep features to some extent. Therefore, we propose a unified Bilateral-Branch Network (BBN) to take care of both representation learning and classifier learning simultaneously, where each branch does perform its own duty separately. In particular, our BBN model is further equipped with a novel cumulative learning strategy, which is designed to first learn the universal patterns and then pay attention to the tail data gradually. Extensive experiments on four benchmark datasets, including the large-scale iNaturalist ones, justify that the proposed BBN can significantly outperform state-of-the-art methods. Furthermore, validation experiments can demonstrate both our preliminary discovery and effectiveness of tailored designs in BBN for long-tailed problems. Our method won the first place in the iNaturalist 2019 large scale species classification competition, and our code is open-source and available at https://github.com/Megvii-Nanjing/BBN.

Boyan Zhou, Quan Cui, Xiu-Shen Wei, Zhao-Min Chen• 2019

Related benchmarks

TaskDatasetResultRank
Image ClassificationCIFAR-100 (test)
Accuracy53.5
3518
Image ClassificationCIFAR-10 (test)
Accuracy83.59
3381
Image ClassificationiNaturalist 2018
Top-1 Accuracy69.62
287
Image ClassificationImageNet LT
Top-1 Accuracy44.7
251
Long-Tailed Image ClassificationImageNet-LT (test)
Top-1 Acc (Overall)49.3
220
Image ClassificationCIFAR-10 long-tailed (test)
Top-1 Acc88.32
201
Image ClassificationiNaturalist 2018 (test)
Top-1 Accuracy69.7
192
Image ClassificationCIFAR-10-LT (test)
Top-1 Error0.1168
185
Image ClassificationImageNet-LT (test)
Top-1 Acc (All)48.3
159
Image ClassificationCIFAR100 long-tailed (test)
Accuracy59.1
155
Showing 10 of 128 rows
...

Other info

Code

Follow for update