Exploring Classification Equilibrium in Long-Tailed Object Detection
Chengjian Feng, Yujie Zhong, Weilin Huang

TL;DR
This paper introduces a novel approach to long-tailed object detection that balances classification across classes using an equilibrium loss and feature sampling, significantly improving tail class performance.
Contribution
The paper proposes a new method combining equilibrium loss and memory-augmented feature sampling to address class imbalance in long-tailed object detection.
Findings
Improves tail class AP by 15.6 points
Outperforms recent detectors by over 1 AP
Effective across various backbones like ResNet-50-FPN and ResNet-101-FPN
Abstract
The conventional detectors tend to make imbalanced classification and suffer performance drop, when the distribution of the training data is severely skewed. In this paper, we propose to use the mean classification score to indicate the classification accuracy for each category during training. Based on this indicator, we balance the classification via an Equilibrium Loss (EBL) and a Memory-augmented Feature Sampling (MFS) method. Specifically, EBL increases the intensity of the adjustment of the decision boundary for the weak classes by a designed score-guided loss margin between any two classes. On the other hand, MFS improves the frequency and accuracy of the adjustment of the decision boundary for the weak classes through over-sampling the instance features of those classes. Therefore, EBL and MFS work collaboratively for finding the classification equilibrium in long-tailed…
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
TopicsAdvanced Neural Network Applications · Domain Adaptation and Few-Shot Learning · COVID-19 diagnosis using AI
MethodsRegion Proposal Network · RoIAlign · Softmax · Convolution · Mask R-CNN
