Papers › Noise-Adaptive Confidence Sets for Linear Bandits and Application to Bayesian Optimization

Noise-Adaptive Confidence Sets for Linear Bandits and Application to Bayesian Optimization

12 Feb 2024arXiv:2402.07341archive 2025-07-28

Kwang-Sung Jun, Jungtaek Kim

Adapting to a priori unknown noise level is a very important but challenging problem in sequential decision-making as efficient exploration typically requires knowledge of the noise level, which is often loosely specified. We report significant progress in addressing this issue for linear bandits in two respects. First, we propose a novel confidence set that is `semi-adaptive' to the unknown sub-Gaussian parameter σ_*² in the sense that the (normalized) confidence width scales with √(dσ_*² + σ₀²) where d is the dimension and σ₀² is the specified sub-Gaussian parameter (known) that can be much larger than σ_*². This is a significant improvement over √(dσ₀²) of the standard confidence set of Abbasi-Yadkori et al. (2011), especially when d is large or σ_*²=0. We show that this leads to an improved regret bound in linear bandits. Second, for bounded rewards, we propose a novel variance-adaptive confidence set that has much improved numerical performance upon prior art. We then apply this confidence set to develop, as we claim, the first practical variance-adaptive linear bandit algorithm via an optimistic approach, which is enabled by our novel regret analysis technique. Both of our confidence sets rely critically on `regret equality' from online learning. Our empirical evaluation in diverse Bayesian optimization tasks shows that our proposed algorithms demonstrate better or comparable performance compared to existing methods.

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

Code

Syntology Ran 15 of 15 code samples harvested from 1 repository linked to this paper; 0 have no recorded run. Of those that ran: 3 ran · fixture could not drive it; 12 ran with no contract checked.

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

jungtaekkim/losan-lofav officialmentioned in papermentioned on GitHubMIT 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

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

3ran · fixture could not drive it
12ran

Licence: 0 of the 15 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 jungtaekkim/losan-lofav. “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.

calculate_D_t jungtaekkim/losan-lofav/losan_lofav/losan.py official repository ran · fixture could not drive it fingerprinted MIT (permissive) · 80dc1d6f184bf30a · report
calculate_L jungtaekkim/LOSAN-LOFAV/losan_lofav/lofav.py official repository ran MIT (permissive) · 923a7aa11b372188 · report
calculate_Sigma jungtaekkim/LOSAN-LOFAV/losan_lofav/linear_models.py official repository ran fingerprinted MIT (permissive) · 991446f285a41bf3 · report
calculate_Sigma_t jungtaekkim/losan-lofav/losan_lofav/losan.py official repository ran · fixture could not drive it fingerprinted MIT (permissive) · 2e28195f08ce8691 · report
calculate_predictions jungtaekkim/LOSAN-LOFAV/losan_lofav/linear_models.py official repository ran fingerprinted MIT (permissive) · 83a1582dfbc7d4e1 · report
calculate_rho_l jungtaekkim/LOSAN-LOFAV/losan_lofav/lofav.py official repository ran fingerprinted MIT (permissive) · 06663716441337df · report
calculate_theta_hat jungtaekkim/LOSAN-LOFAV/losan_lofav/linear_models.py official repository ran MIT (permissive) · fba3fac32e739f9c · report
calculate_w_t jungtaekkim/losan-lofav/losan_lofav/losan.py official repository ran · fixture could not drive it fingerprinted MIT (permissive) · df7a616fb8f85529 · report
calculate_w_tl jungtaekkim/LOSAN-LOFAV/losan_lofav/lofav.py official repository ran MIT (permissive) · 2fdadb9d07b6f319 · report
generate_rademacher_noises jungtaekkim/LOSAN-LOFAV/losan_lofav/utils_optimization.py official repository ran MIT (permissive) · 10e169edf72bcc15 · report
get_arms jungtaekkim/LOSAN-LOFAV/losan_lofav/utils_optimization.py official repository ran MIT (permissive) · 51e29dbeb8bfda28 · report
get_arms_unitsphere jungtaekkim/LOSAN-LOFAV/losan_lofav/utils_optimization.py official repository ran MIT (permissive) · 83d54d372ee996ec · report
get_inverse_with_cholesky jungtaekkim/LOSAN-LOFAV/losan_lofav/utils_regression.py official repository ran MIT (permissive) · 3b4fc3f3f55e08d5 · report
get_lambda jungtaekkim/LOSAN-LOFAV/losan_lofav/utils_regression.py official repository ran fingerprinted MIT (permissive) · 63057e612b635486 · report
sample_unknown_theta jungtaekkim/LOSAN-LOFAV/losan_lofav/utils_regression.py official repository ran MIT (permissive) · 420d42afe9fd5262 · report

Tasks

Bayesian OptimizationDecision MakingEfficient ExplorationSequential Decision Making

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

SET

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