Papers › Multi-Label Learning from Single Positive Labels

Multi-Label Learning from Single Positive Labels

17 Jun 2021CVPR 2021 1arXiv:2106.09708archive 2025-07-28

Elijah Cole, Oisin Mac Aodha, Titouan Lorieul, Pietro Perona, Dan Morris, Nebojsa Jojic

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.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2106.09708")

Code

Syntology Ran 3 of 13 code samples harvested from 2 repositories linked to this paper; 10 have no recorded run. Of those that ran: 1 ran · our draft was wrong; 2 ran · fixture could not drive it.

By repository: official repository: 11 samples from 1 repository, 1 ran; community (archive-listed): 2 samples from 1 repository, 2 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

elijahcole/single-positive-multi-label officialmentioned on GitHubpytorchMIT report
correr-zhou/spml-acktheunknown mentioned on GitHubpytorchMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

13 samples harvested; 3 ran; 0 honoured the contract we drafted; 10 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · our draft was wrong
2ran · fixture could not drive it
10unverified

Licence: 0 of the 13 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

expected_positive_regularizer elijahcole/single-positive-multi-label/losses.py official repository ran · fixture could not drive it MIT (permissive) · fd9787c5dee571b5 · report
compute_avg_precision elijahcole/single-positive-multi-label/metrics.py official repository unverified MIT (permissive) · 49dd609fa1a505c6 · report
compute_precision_at_k elijahcole/single-positive-multi-label/metrics.py official repository unverified MIT (permissive) · b13a333afd489a8b · report
compute_recall_at_k elijahcole/single-positive-multi-label/metrics.py official repository unverified MIT (permissive) · 20006cdd5ff4c9e6 · report
generate_split elijahcole/single-positive-multi-label/datasets.py official repository unverified MIT (permissive) · 710fec7dc17f5069 · report
get_data elijahcole/single-positive-multi-label/datasets.py official repository unverified MIT (permissive) · 349f715cf5270d52 · report
get_metadata elijahcole/single-positive-multi-label/datasets.py official repository unverified MIT (permissive) · 1255b14983c0b14e · report
inverse_sigmoid elijahcole/single-positive-multi-label/models.py official repository unverified MIT (permissive) · 1d978fb1ef9ac6b3 · report
log_loss elijahcole/single-positive-multi-label/losses.py official repository unverified MIT (permissive) · b19f196f194e428a · report
neg_log elijahcole/single-positive-multi-label/losses.py official repository unverified MIT (permissive) · fec97abec81fb6c1 · report
parse_categories elijahcole/single-positive-multi-label/preproc/format_coco.py official repository unverified MIT (permissive) · 80aadadec5852973 · report
get_random_label_indices correr-zhou/spml-acktheunknown/preproc/generate_observed_labels.py community (archive-listed) ran · our draft was wrong MIT (permissive) · acb5be644ff9589f · report
observe_uniform correr-zhou/spml-acktheunknown/preproc/generate_observed_labels.py community (archive-listed) ran · fixture could not drive it MIT (permissive) · ae55452446d2adda · report

Tasks

Image ClassificationMUlTI-LABEL-ClASSIFICATIONMissing LabelsMulti-Label ClassificationMulti-Label Image ClassificationMulti-Label Learningimage-classification

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections