Balanced Classification: A Unified Framework for Long-Tailed Object Detection
Tianhao Qi, Hongtao Xie, Pandeng Li, Jiannan Ge, Yongdong Zhang

TL;DR
This paper introduces BACL, a unified framework that addresses long-tailed object detection by balancing class competition and enhancing tail category representation through a novel loss and feature hallucination, achieving state-of-the-art results.
Contribution
The paper proposes BACL, a novel framework combining a balanced classification loss and a feature hallucination module to improve long-tailed object detection performance.
Findings
BACL achieves 5.8% AP improvement over vanilla Faster R-CNN on LVIS.
BACL significantly boosts tail category AP by 16.1%.
The framework demonstrates consistent performance gains across datasets and architectures.
Abstract
Conventional detectors suffer from performance degradation when dealing with long-tailed data due to a classification bias towards the majority head categories. In this paper, we contend that the learning bias originates from two factors: 1) the unequal competition arising from the imbalanced distribution of foreground categories, and 2) the lack of sample diversity in tail categories. To tackle these issues, we introduce a unified framework called BAlanced CLassification (BACL), which enables adaptive rectification of inequalities caused by disparities in category distribution and dynamic intensification of sample diversities in a synchronized manner. Specifically, a novel foreground classification balance loss (FCBL) is developed to ameliorate the domination of head categories and shift attention to difficult-to-differentiate categories by introducing pairwise class-aware margins and…
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 · COVID-19 diagnosis using AI · Advanced Neural Network Applications
MethodsSoftmax · Region Proposal Network · RoIPool · Convolution · Faster R-CNN
