Papers › Black-Box Batch Active Learning for Regression

Black-Box Batch Active Learning for Regression

17 Feb 2023arXiv:2302.08981archive 2025-07-28

Andreas Kirsch

Batch active learning is a popular approach for efficiently training machine learning models on large, initially unlabelled datasets by repeatedly acquiring labels for batches of data points. However, many recent batch active learning methods are white-box approaches and are often limited to differentiable parametric models: they score unlabeled points using acquisition functions based on model embeddings or first- and second-order derivatives. In this paper, we propose black-box batch active learning for regression tasks as an extension of white-box approaches. Crucially, our method only relies on model predictions. This approach is compatible with a wide range of machine learning models, including regular and Bayesian deep learning models and non-differentiable models such as random forests. It is rooted in Bayesian principles and utilizes recent kernel-based approaches. This allows us to extend a wide range of existing state-of-the-art white-box batch active learning methods (BADGE, BAIT, LCMD) to black-box models. We demonstrate the effectiveness of our approach through extensive experimental evaluations on regression datasets, achieving surprisingly strong performance compared to white-box approaches for deep learning models.

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

Code

Syntology Ran 8 of 13 code samples harvested from 2 repositories linked to this paper; 5 have no recorded run. Of those that ran: 6 ran · honoured contract; 1 ran · violated contract; 1 ran · fixture could not drive it.

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

blackhc/2302.08981 officialmentioned in papermentioned on GitHubpytorchApache-2.0 report
uqhwen2/FCCM mentioned on GitHubpytorch report
uqhwen2/MACAL mentioned on GitHubpytorch 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; 8 ran; 6 honoured the contract we drafted; 5 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.

6ran · honoured contract
1ran · violated contract
1ran · fixture could not drive it
5unverified

Licence: 8 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. Some samples are identical code Syntology first harvested from another repository; for those, this paper's copy is not located and its licence is not recorded. “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.

batch_randperm blackhc/2302.08981/bmdal_reg/data.py official repository unverified Apache-2.0 (permissive) · 95eea7da879628d6 · report
create_tabular_model blackhc/2302.08981/bmdal_reg/models.py official repository unverified Apache-2.0 (permissive) · f327e207a87ccae0 · report
get_act_layer blackhc/2302.08981/bmdal_reg/layers.py official repository unverified Apache-2.0 (permissive) · b8bcbb07e5765b1f · report
seeded_randperm blackhc/2302.08981/bmdal_reg/data.py official repository unverified Apache-2.0 (permissive) · 7e6e2aa6dabd6a9b · report
single_learnability blackhc/2302.08981/bmdal_reg/check_task_learnability.py official repository unverified Apache-2.0 (permissive) · 383611e128889d9b · report
generation uqhwen2/MACAL/TOY/ExactGPR_Sim.py community (archive-listed) ran · honoured contract no licence file found · pointer only · c7e225a53d449976 · report
mu uqhwen2/MACAL/causal_bald/library/acquisitions.py community (archive-listed) ran · violated contract fingerprinted no licence file found · pointer only · db1200b166ffcce8 · report
random uqhwen2/MACAL/causal_bald/library/acquisitions.py community (archive-listed) ran · honoured contract no licence file found · pointer only · 19f07f2e51d71313 · report
tau uqhwen2/MACAL/causal_bald/library/acquisitions.py community (archive-listed) ran · honoured contract fingerprinted no licence file found · pointer only · e548c9e01ad0d415 · report
trt_ctr uqhwen2/MACAL/TOY/ExactGPR_Sim.py community (archive-listed) ran · fixture could not drive it fingerprinted no licence file found · pointer only · 7eaf6114b6e38e95 · report
create_graph_from_file identical code first harvested elsewhere ran · honoured contract licence of this copy not recorded · 42372767641add35 · report
generation identical code first harvested elsewhere ran · honoured contract licence of this copy not recorded · edcc2cb680388d24 · report
process_matrix identical code first harvested elsewhere ran · honoured contract licence of this copy not recorded · 09bd4643abcf808c · report

Tasks

Active Learningregression

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