Multi-Label Learning from Single Positive Labels
About
Predicting all applicable labels for a given image is known as multi-label classification. Compared to the standard multi-class case (where each image has only one label), it is considerably more challenging to annotate training data for multi-label classification. When the number of potential labels is large, human annotators find it difficult to mention all applicable labels for each training image. Furthermore, in some settings detection is intrinsically difficult e.g. finding small object instances in high resolution images. As a result, multi-label training data is often plagued by false negatives. We consider the hardest version of this problem, where annotators provide only one relevant label for each image. As a result, training sets will have only one positive label per image and no confirmed negatives. We explore this special case of learning from missing labels across four different multi-label image classification datasets for both linear classifiers and end-to-end fine-tuned deep networks. We extend existing multi-label losses to this setting and propose novel variants that constrain the number of expected positive labels during training. Surprisingly, we show that in some cases it is possible to approach the performance of fully labeled classifiers despite training with significantly fewer confirmed labels.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Multi-Label Classification | PASCAL VOC 2007 (test) | mAP88.2 | 125 | |
| Multi-Label Classification | NUS-WIDE (test) | mAP51 | 112 | |
| Multi-label Image Classification | VOC 2012 (test) | mAP86.2 | 72 | |
| Multi-Label Classification | COCO 2014 (test) | mAP66.64 | 31 | |
| Multi-Label Classification | CUB-200-2011 (test) | mAP21.2 | 18 | |
| Multi-Label Classification | MS-COCO 2014 (val) | mAP (Overall)69.2 | 18 | |
| Multi-Label Classification | OpenImages V3 (test) | mAP (G1)77.1 | 17 | |
| Multi-label recognition | CUB (test) | mAP16.92 | 16 | |
| Multi-label recognition | Pascal VOC Single Positive Label 2007 | mAP89 | 10 | |
| Multi-label recognition | CUB-200 Single Positive Label 2011 | mAP20.4 | 10 |