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

Equalization Loss for Long-Tailed Object Recognition

About

Object recognition techniques using convolutional neural networks (CNN) have achieved great success. However, state-of-the-art object detection methods still perform poorly on large vocabulary and long-tailed datasets, e.g. LVIS. In this work, we analyze this problem from a novel perspective: each positive sample of one category can be seen as a negative sample for other categories, making the tail categories receive more discouraging gradients. Based on it, we propose a simple but effective loss, named equalization loss, to tackle the problem of long-tailed rare categories by simply ignoring those gradients for rare categories. The equalization loss protects the learning of rare categories from being at a disadvantage during the network parameter updating. Thus the model is capable of learning better discriminative features for objects of rare classes. Without any bells and whistles, our method achieves AP gains of 4.1% and 4.8% for the rare and common categories on the challenging LVIS benchmark, compared to the Mask R-CNN baseline. With the utilization of the effective equalization loss, we finally won the 1st place in the LVIS Challenge 2019. Code has been made available at: https: //github.com/tztztztztz/eql.detectron2

Jingru Tan, Changbao Wang, Buyu Li, Quanquan Li, Wanli Ouyang, Changqing Yin, Junjie Yan• 2020

Related benchmarks

TaskDatasetResultRank
Object DetectionLVIS v1.0 (val)
APbbox27.2
518
Image ClassificationImageNet LT
Top-1 Accuracy36.44
251
Long-Tailed Image ClassificationImageNet-LT (test)
Top-1 Acc (Overall)36.4
220
Image ClassificationCIFAR-10 long-tailed (test)
Top-1 Acc90.2
201
Instance SegmentationLVIS v1.0 (val)
AP (Rare)4.1
189
Image ClassificationImageNet-LT (test)--
159
Image ClassificationCIFAR-100 Long-Tailed (test)
Top-1 Accuracy60.5
149
Image ClassificationCIFAR-100-LT Imbalance Ratio 100
Top-1 Acc0.4647
88
Image ClassificationCIFAR-100-LT Imbalance Ratio 10
Top-1 Acc60.13
83
Image ClassificationCIFAR-100-LT (Imbalance Ratio 50)
Top-1 Accuracy51.34
61
Showing 10 of 34 rows

Other info

Code

Follow for update