Share your thoughts, 1 month free Claude Pro on usSee more
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
Image ClassificationImageNet V2
Top-1 Acc65.7
749
Image ClassificationImageNet (val)
Top-1 Accuracy77.8
125
Multi-Label ClassificationPASCAL VOC 2007 (test)
mAP89.4
125
Multi-Label ClassificationNUS-WIDE (test)
mAP49.6
124
Multi-label Image ClassificationVOC 2012 (test)
mAP87.52
72
Multi-label recognitionMS-COCO
mAP72.6
71
Multi-label image recognitionPASCAL VOC 2007
mAP (Average)90.6
32
Multi-Label ClassificationCOCO 2014 (test)
mAP71.07
31
Multi-Label ClassificationImageNet ML v2
Top-1 Accuracy77.7
24
Multi-Label ClassificationAID-Manual (test)
mAP73.89
19
Showing 10 of 26 rows

Other info

Code

Follow for update