Papers › A Framework and Benchmark for Deep Batch Active Learning for Regression

A Framework and Benchmark for Deep Batch Active Learning for Regression

17 Mar 2022arXiv:2203.09410archive 2025-07-28

David Holzmüller, Viktor Zaverkin, Johannes Kästner, Ingo Steinwart

The acquisition of labels for supervised learning can be expensive. To improve the sample efficiency of neural network regression, we study active learning methods that adaptively select batches of unlabeled data for labeling. We present a framework for constructing such methods out of (network-dependent) base kernels, kernel transformations, and selection methods. Our framework encompasses many existing Bayesian methods based on Gaussian process approximations of neural networks as well as non-Bayesian methods. Additionally, we propose to replace the commonly used last-layer features with sketched finite-width neural tangent kernels and to combine them with a novel clustering method. To evaluate different methods, we introduce an open-source benchmark consisting of 15 large tabular regression data sets. Our proposed method outperforms the state-of-the-art on our benchmark, scales to large data sets, and works out-of-the-box without adjusting the network architecture or training code. We provide open-source code that includes efficient implementations of all kernels, kernel transformations, and selection methods, and can be used for reproducing our results.

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

Code

Syntology Ran 0 of 8 code samples harvested from 1 repository linked to this paper; 8 have no recorded run.

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

dholzmueller/bmdal_reg officialmentioned in papermentioned on GitHubpytorchApache-2.0 report
blackhc/2302.08981 mentioned on GitHubpytorchApache-2.0 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

8 samples harvested; 0 ran; 0 honoured the contract we drafted; 8 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.

8unverified

Licence: 0 of the 8 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 dholzmueller/bmdal_reg. “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.

adapt_config dholzmueller/bmdal_reg/bmdal_reg/utils.py official repository unverified Apache-2.0 (permissive) · 2e17be58345bd466 · report
batch_randperm dholzmueller/bmdal_reg/bmdal_reg/data.py official repository unverified Apache-2.0 (permissive) · 95eea7da879628d6 · report
existsDir dholzmueller/bmdal_reg/bmdal_reg/utils.py official repository unverified Apache-2.0 (permissive) · 03a15704a71a77e1 · report
get_act_layer dholzmueller/bmdal_reg/bmdal_reg/layers.py official repository unverified Apache-2.0 (permissive) · b8bcbb07e5765b1f · report
get_devices dholzmueller/bmdal_reg/bmdal_reg/task_execution.py official repository unverified Apache-2.0 (permissive) · 85a8460e7bdd92dc · report
measure_fixed_rams_gb dholzmueller/bmdal_reg/bmdal_reg/task_execution.py official repository unverified Apache-2.0 (permissive) · 8d08e6cb25102f66 · report
seeded_randperm dholzmueller/bmdal_reg/bmdal_reg/data.py official repository unverified Apache-2.0 (permissive) · 7e6e2aa6dabd6a9b · report
select_from_config dholzmueller/bmdal_reg/bmdal_reg/utils.py official repository unverified Apache-2.0 (permissive) · 5c9ba5ab385c9169 · report

Tasks

Active Learningregressiontabular-regression

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

BASEGaussian Process

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