Papers › A Simple Baseline for Low-Budget Active Learning

A Simple Baseline for Low-Budget Active Learning

22 Oct 2021arXiv:2110.12033archive 2025-07-28

Kossar Pourahmadi, Parsa Nooralinejad, Hamed Pirsiavash

Active learning focuses on choosing a subset of unlabeled data to be labeled. However, most such methods assume that a large subset of the data can be annotated. We are interested in low-budget active learning where only a small subset (e.g., 0.2% of ImageNet) can be annotated. Instead of proposing a new query strategy to iteratively sample batches of unlabeled data given an initial pool, we learn rich features by an off-the-shelf self-supervised learning method only once, and then study the effectiveness of different sampling strategies given a low labeling budget on a variety of datasets including ImageNet. We show that although the state-of-the-art active learning methods work well given a large labeling budget, a simple K-means clustering algorithm can outperform them on low budgets. We believe this method can be used as a simple baseline for low-budget active learning on image classification. Code is available at: https://github.com/UCDvision/low-budget-al

PaperPDFCodeCode 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="2110.12033")

Code

Syntology Ran 1 of 16 code samples harvested from 1 repository linked to this paper; 15 have no recorded run. Of those that ran: 1 ran · honoured contract.

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

ucdvision/low-budget-al officialmentioned in papermentioned 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

16 samples harvested; 1 ran; 1 honoured the contract we drafted; 15 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 · honoured contract
15unverified

Licence: 0 of the 16 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 ucdvision/low-budget-al. “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.

get_channels ucdvision/low-budget-al/sampler.py official repository ran · honoured contract MIT (permissive) · 4b168fddd9c6f72d · report
accu_kmeans ucdvision/low-budget-al/strategies.py official repository unverified MIT (permissive) · f492c504dc7b04a3 · report
core_set ucdvision/low-budget-al/strategies.py official repository unverified MIT (permissive) · 699fd70c1a03d08c · report
fast_kmeans ucdvision/low-budget-al/strategies.py official repository unverified MIT (permissive) · 58c44731fdf7049f · report
get_inference_loader ucdvision/low-budget-al/active_sampler.py official repository unverified MIT (permissive) · a35784f7dd9b3d4b · report
get_inference_loader ucdvision/low-budget-al/eval_knn.py official repository unverified MIT (permissive) · e3ae5af66cd61bb0 · report
get_inference_loader ucdvision/low-budget-al/eval_lincls.py official repository unverified MIT (permissive) · fb7f31c4f1519e8f · report
get_model ucdvision/low-budget-al/finetune.py official repository unverified MIT (permissive) · 2b1cd6fb4b47aba1 · report
get_model ucdvision/low-budget-al/active_sampler.py official repository unverified MIT (permissive) · ff4ed7bd1ee3e302 · report
get_model ucdvision/low-budget-al/eval_knn.py official repository unverified MIT (permissive) · fe318f86dbbade77 · report
get_model ucdvision/low-budget-al/eval_lincls.py official repository unverified MIT (permissive) · 5d525ce7dc2702df · report
get_train_loader ucdvision/low-budget-al/finetune.py official repository unverified MIT (permissive) · 2d99dc82b2c56aad · report
get_train_loader ucdvision/low-budget-al/active_sampler.py official repository unverified MIT (permissive) · 10b4a8cb35b97aaa · report
get_val_loader ucdvision/low-budget-al/finetune.py official repository unverified MIT (permissive) · 27110b2fee3f7db1 · report
get_val_loader ucdvision/low-budget-al/eval_knn.py official repository unverified MIT (permissive) · 1f16dd751b8e4097 · report
validate ucdvision/low-budget-al/trainer_DP.py official repository unverified MIT (permissive) · f3e86360420c3918 · report

Tasks

Active LearningImage ClassificationSelf-Supervised Learningimage-classification

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

k-Means Clustering

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