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

Equalization Loss v2: A New Gradient Balance Approach for Long-tailed Object Detection

About

Recently proposed decoupled training methods emerge as a dominant paradigm for long-tailed object detection. But they require an extra fine-tuning stage, and the disjointed optimization of representation and classifier might lead to suboptimal results. However, end-to-end training methods, like equalization loss (EQL), still perform worse than decoupled training methods. In this paper, we reveal the main issue in long-tailed object detection is the imbalanced gradients between positives and negatives, and find that EQL does not solve it well. To address the problem of imbalanced gradients, we introduce a new version of equalization loss, called equalization loss v2 (EQL v2), a novel gradient guided reweighing mechanism that re-balances the training process for each category independently and equally. Extensive experiments are performed on the challenging LVIS benchmark. EQL v2 outperforms origin EQL by about 4 points overall AP with 14-18 points improvements on the rare categories. More importantly, it also surpasses decoupled training methods. Without further tuning for the Open Images dataset, EQL v2 improves EQL by 7.3 points AP, showing strong generalization ability. Codes have been released at https://github.com/tztztztztz/eqlv2

Jingru Tan, Xin Lu, Gang Zhang, Changqing Yin, Quanquan Li• 2020

Related benchmarks

TaskDatasetResultRank
Object DetectionLVIS v1.0 (val)
APbbox32.3
518
Instance SegmentationLVIS v1.0 (val)
AP (Rare)22.3
189
Object DetectionLVIS v0.5 (val)
APr18.3
61
Instance SegmentationLVIS v0.5 (val)
Mask AP32
36
Instance SegmentationLVIS v1.0
AP27.2
12
Object DetectionLVIS v1.0
APbb27.9
12
Object DetectionOID19 v5 (val)
AP55.6
11
Object DetectionCOCO-LT (val)
APb26.8
8
Object DetectionCOCO-LT v1.0 (test)
AP23.1
6
Showing 9 of 9 rows

Other info

Code

Follow for update