Papers › Rethinking deep active learning: Using unlabeled data at model training

Rethinking deep active learning: Using unlabeled data at model training

19 Nov 2019arXiv:1911.08177archive 2025-07-28

Oriane Siméoni, Mateusz Budnik, Yannis Avrithis, Guillaume Gravier

Active learning typically focuses on training a model on few labeled examples alone, while unlabeled ones are only used for acquisition. In this work we depart from this setting by using both labeled and unlabeled data during model training across active learning cycles. We do so by using unsupervised feature learning at the beginning of the active learning pipeline and semi-supervised learning at every active learning cycle, on all available data. The former has not been investigated before in active learning, while the study of latter in the context of deep learning is scarce and recent findings are not conclusive with respect to its benefit. Our idea is orthogonal to acquisition strategies by using more data, much like ensemble methods use more models. By systematically evaluating on a number of popular acquisition strategies and datasets, we find that the use of unlabeled data during model training brings a surprising accuracy improvement in image classification, compared to the differences between acquisition strategies. We thus explore smaller label budgets, even one label per class.

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="1911.08177")

Code

Syntology Ran 3 of 21 code samples harvested from 1 repository linked to this paper; 18 have no recorded run. Of those that ran: 2 ran · honoured contract; 1 ran · our draft was wrong.

By repository: official repository: 21 samples from 1 repository, 3 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

osimeoni/RethinkingDeepActiveLearning officialmentioned 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

21 samples harvested; 3 ran; 2 honoured the contract we drafted; 18 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.

2ran · honoured contract
1ran · our draft was wrong
18unverified

Licence: 0 of the 21 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 osimeoni/RethinkingDeepActiveLearning. “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.

sigmoid_rampup osimeoni/RethinkingDeepActiveLearning/lib/ramps.py official repository ran · honoured contract fingerprinted MIT (permissive) · 3fb68ed6809a8085 · report
cosine_rampdown osimeoni/RethinkingDeepActiveLearning/lib/ramps.py official repository ran · honoured contract fingerprinted MIT (permissive) · 214e4ee9afcfa0e3 · report
normalize_connection_graph osimeoni/RethinkingDeepActiveLearning/lib/diffusion.py official repository ran · our draft was wrong MIT (permissive) · 0182e8a61631b045 · report
args_def osimeoni/RethinkingDeepActiveLearning/lib/parse_args.py official repository unverified MIT (permissive) · b644c92f19b17c62 · report
arrange_clustering osimeoni/RethinkingDeepActiveLearning/lib/pretraining.py official repository unverified MIT (permissive) · eb00239afa626c47 · report
cg_diffusion osimeoni/RethinkingDeepActiveLearning/lib/diffusion.py official repository unverified MIT (permissive) · 61ad799063fb382f · report
cg_diffusion_sel osimeoni/RethinkingDeepActiveLearning/lib/diffusion.py official repository unverified MIT (permissive) · b4e42d5d1f365191 · report
from_args_to_string osimeoni/RethinkingDeepActiveLearning/lib/parse_args.py official repository unverified MIT (permissive) · c2b960cfb8e3e5e5 · report
get_checkpoint_cycle_epoch osimeoni/RethinkingDeepActiveLearning/lib/checkpoints.py official repository unverified MIT (permissive) · ca3060b255d2379d · report
get_unlabeled_idx osimeoni/RethinkingDeepActiveLearning/lib/selection_methods.py official repository unverified MIT (permissive) · 768bffc1d686fdc1 · report
iterate_eternally_weighted osimeoni/RethinkingDeepActiveLearning/lib/samplers.py official repository unverified MIT (permissive) · 52ce43e6a4cb29fd · report
iterate_once osimeoni/RethinkingDeepActiveLearning/lib/samplers.py official repository unverified MIT (permissive) · 4232c309adddf9e4 · report
iterate_once_weighted osimeoni/RethinkingDeepActiveLearning/lib/samplers.py official repository unverified MIT (permissive) · c0409a72750ab70d · report
linear_rampup osimeoni/RethinkingDeepActiveLearning/lib/ramps.py official repository unverified MIT (permissive) · 069122bd5268cc56 · report
load_best_model osimeoni/RethinkingDeepActiveLearning/lib/checkpoints.py official repository unverified MIT (permissive) · 027cbb8a99163f3d · report
load_checkpoint osimeoni/RethinkingDeepActiveLearning/lib/checkpoints.py official repository unverified MIT (permissive) · 46ba2181ef7b8680 · report
preprocess_features osimeoni/RethinkingDeepActiveLearning/lib/pretraining.py official repository unverified MIT (permissive) · f71bd22cd58c9889 · report
relabel_dataset osimeoni/RethinkingDeepActiveLearning/lib/data.py official repository unverified MIT (permissive) · 06cfd1a81374ad1f · report
run_kmeans osimeoni/RethinkingDeepActiveLearning/lib/pretraining.py official repository unverified MIT (permissive) · 241d2900db767278 · report
update_dataset osimeoni/RethinkingDeepActiveLearning/lib/data.py official repository unverified MIT (permissive) · 9504dfabd495b1d0 · report
update_dataset_resuming osimeoni/RethinkingDeepActiveLearning/lib/data.py official repository unverified MIT (permissive) · 536b69ff13eb7ad5 · report

Tasks

Active LearningImage Classificationimage-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