CVLGJun 17, 2021

Multi-Label Learning from Single Positive Labels

arXiv:2106.09708v2150 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of annotating multi-label data for tasks like image classification, where false negatives are common, but it is incremental as it extends existing methods to a specific setting.

The paper tackles the problem of multi-label classification when training data only has one positive label per image and no confirmed negatives, showing that it is possible to approach the performance of fully labeled classifiers in some cases.

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.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes