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

Distribution-Balanced Loss for Multi-Label Classification in Long-Tailed Datasets

About

We present a new loss function called Distribution-Balanced Loss for the multi-label recognition problems that exhibit long-tailed class distributions. Compared to conventional single-label classification problem, multi-label recognition problems are often more challenging due to two significant issues, namely the co-occurrence of labels and the dominance of negative labels (when treated as multiple binary classification problems). The Distribution-Balanced Loss tackles these issues through two key modifications to the standard binary cross-entropy loss: 1) a new way to re-balance the weights that takes into account the impact caused by label co-occurrence, and 2) a negative tolerant regularization to mitigate the over-suppression of negative labels. Experiments on both Pascal VOC and COCO show that the models trained with this new loss function achieve significant performance gains over existing methods. Code and models are available at: https://github.com/wutong16/DistributionBalancedLoss .

Tong Wu, Qingqiu Huang, Ziwei Liu, Yu Wang, Dahua Lin• 2020

Related benchmarks

TaskDatasetResultRank
Multi-Label ClassificationPASCAL VOC 2007 (test)
mAP91.1
125
Text ClassificationPubmed
micro-F163.15
50
Multi-Label ClassificationVOC-MLT (test)
Total mAP78.94
34
Multi-Label ClassificationCOCO 2014 (test)
mAP66.1
31
Long-Tailed Multi-Label Visual RecognitionCOCO Long-Tailed (test)
mAP Total53.55
21
Multi-Label ClassificationYeast (test)
Micro-F178
15
Multilabel Classificationmediamill (test)
Macro F1 Score52.9
15
Long-tailed classificationLesion-10 (test)
Accuracy (Head)88.01
14
Long-tailed classificationDisease-48 (test)
Accuracy (Head)63.19
14
Multi-Label ClassificationCOCO-MLT (test)
mAP (Overall)53.55
13
Showing 10 of 16 rows

Other info

Code

Follow for update