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

Large Loss Matters in Weakly Supervised Multi-Label Classification

About

Weakly supervised multi-label classification (WSML) task, which is to learn a multi-label classification using partially observed labels per image, is becoming increasingly important due to its huge annotation cost. In this work, we first regard unobserved labels as negative labels, casting the WSML task into noisy multi-label classification. From this point of view, we empirically observe that memorization effect, which was first discovered in a noisy multi-class setting, also occurs in a multi-label setting. That is, the model first learns the representation of clean labels, and then starts memorizing noisy labels. Based on this finding, we propose novel methods for WSML which reject or correct the large loss samples to prevent model from memorizing the noisy label. Without heavy and complex components, our proposed methods outperform previous state-of-the-art WSML methods on several partial label settings including Pascal VOC 2012, MS COCO, NUSWIDE, CUB, and OpenImages V3 datasets. Various analysis also show that our methodology actually works well, validating that treating large loss properly matters in a weakly supervised multi-label classification. Our code is available at https://github.com/snucml/LargeLossMatters.

Youngwook Kim, Jae Myung Kim, Zeynep Akata, Jungwoo Lee• 2022

Related benchmarks

TaskDatasetResultRank
Multi-Label ClassificationPASCAL VOC 2007 (test)
mAP89.4
125
Multi-Label ClassificationNUS-WIDE (test)
mAP49.6
112
Multi-label Image ClassificationVOC 2012 (test)
mAP87.52
72
Multi-Label ClassificationCOCO 2014 (test)
mAP71.07
31
Multi-Label ClassificationMS-COCO 2014 (val)
mAP (Overall)71.9
18
Multi-Label ClassificationCUB-200-2011 (test)
mAP21.8
18
Multi-Label ClassificationOpenImages V3 (test)
mAP (G1)77.7
17
Multi-label recognitionCUB (test)
mAP16.75
16
Multi-label recognitionPascal VOC Single Positive Label 2007
mAP89.3
10
Multi-label recognitionCUB-200 Single Positive Label 2011
mAP21.8
10
Showing 10 of 14 rows

Other info

Code

Follow for update