Papers › Cost-Sensitive Freeze-thaw Bayesian Optimization for Efficient Hyperparameter Tuning

Cost-Sensitive Freeze-thaw Bayesian Optimization for Efficient Hyperparameter Tuning

24 Oct 2025NeurIPSarXiv:2510.21379added by Syntology

Dong Bok Lee, Aoxuan Silvia Zhang, Byungjoo Kim, Junhyeon Park, Steven Adriaensen, Juho Lee, Sung Ju Hwang, Hae Beom Lee

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

In this paper, we address the problem of \emph{cost-sensitive} hyperparameter optimization (HPO) built upon freeze-thaw Bayesian optimization (BO). Specifically, we assume a scenario where users want to early-stop the HPO process when the expected performance improvement is not satisfactory with respect to the additional computational cost. Motivated by this scenario, we introduce \emph{utility} in the freeze-thaw framework, a function describing the trade-off between the cost and performance that can be estimated from the user's preference data. This utility function, combined with our novel acquisition function and stopping criterion, allows us to dynamically continue training the configuration that we expect to maximally improve the utility in the future, and also automatically stop the HPO process around the maximum utility. Further, we improve the sample efficiency of existing freeze-thaw methods with transfer learning to develop a specialized surrogate model for the cost-sensitive HPO problem. We validate our algorithm on established multi-fidelity HPO benchmarks and show that it outperforms all the previous freeze-thaw BO and transfer-BO baselines we consider, while achieving a significantly better trade-off between the cost and performance. Our code is publicly available at https://github.com/db-Lee/CFBO.

PaperPDFCode 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="2510.21379")

Code

Syntology Ran 4 of 26 code samples harvested from 4 repositories linked to this paper; 22 have no recorded run. Of those that ran: 1 ran · our draft was wrong; 3 ran with no contract checked.

By repository: found in paper text by Syntology: 26 samples from 4 repositories, 4 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

automl/ifBO found in paper text by SyntologyMIT report
db-Lee/CFBO found in paper text by Syntology report
releaunifreiburg/DPL found in paper text by Syntology report
releaunifreiburg/fsbo found in paper text by SyntologyBSD-3-Clause report

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

26 samples harvested; 4 ran; 0 honoured the contract we drafted; 22 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 · our draft was wrong
3ran
22unverified

Licence: 2 of the 26 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 4 repositories linked to this paper, official or community; each sample names its own and says which. “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.

ConditionedPowerLaw releaunifreiburg/DPL/surrogate_models/power_law_surrogate.py found in paper text by Syntology ran · metamorphic tier: deterministic Apache-2.0 (permissive) · 654e01bf7c8b1737 · report
TabularDataset releaunifreiburg/DPL/surrogate_models/power_law_surrogate.py found in paper text by Syntology ran Apache-2.0 (permissive) · 126b271bdf5f81f6 · report
WrappedDataLoader releaunifreiburg/DPL/surrogate_models/power_law_surrogate.py found in paper text by Syntology ran Apache-2.0 (permissive) · 139ac32fac23c8cb · report
totorch releaunifreiburg/fsbo/fsbo_utils.py found in paper text by Syntology ran · our draft was wrong BSD-3-Clause (permissive) · a6b7d679f45f2735 · report
EI releaunifreiburg/fsbo/fsbo_utils.py found in paper text by Syntology unverified BSD-3-Clause (permissive) · 5804550c8ae16837 · report
FILENAME automl/ifBO/ifbo/download.py found in paper text by Syntology unverified MIT (permissive) · 864f165e47883adb · report
FILE_URL automl/ifBO/ifbo/download.py found in paper text by Syntology unverified MIT (permissive) · b9bfe00fed47e0b8 · report
PowerLawSurrogate releaunifreiburg/DPL/surrogate_models/power_law_surrogate.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 01128e9619564490 · report
WEIGHTS_FILE_NAME automl/ifBO/ifbo/download.py found in paper text by Syntology unverified MIT (permissive) · 0937767fba66037a · report
add_noise_and_break automl/ifBO/ifbo/priors/ftpfn_prior.py found in paper text by Syntology unverified MIT (permissive) · 7442acf9f353f3e1 · report
comb automl/ifBO/ifbo/priors/ftpfn_prior.py found in paper text by Syntology unverified MIT (permissive) · c31ce57d43edda91 · report
form_cliques releaunifreiburg/fsbo/cd_diagram.py found in paper text by Syntology unverified BSD-3-Clause (permissive) · ec2630efe4c178da · report
get_NormalInitializer automl/ifBO/ifbo/initializers.py found in paper text by Syntology unverified MIT (permissive) · ea2dbfec4969c237 · report
get_bucket_limits automl/ifBO/ifbo/bar_distribution.py found in paper text by Syntology unverified MIT (permissive) · a1f411d79de50a61 · report
get_cosine_schedule_with_warmup automl/ifBO/ifbo/utils.py found in paper text by Syntology unverified MIT (permissive) · b5f6521e91575128 · report
get_cosine_schedule_with_warmup db-Lee/CFBO/utils.py found in paper text by Syntology unverified no licence file found · pointer only · a9c14b9fb71dbe7c · report
get_custom_bar_dist automl/ifBO/ifbo/bar_distribution.py found in paper text by Syntology unverified MIT (permissive) · 0fbd7ae18b610085 · report
get_linear_schedule_with_warmup automl/ifBO/ifbo/utils.py found in paper text by Syntology unverified MIT (permissive) · 8037f2afd409786c · report
get_log_dims automl/ifBO/ifbo/encoders.py found in paper text by Syntology unverified MIT (permissive) · a8d2e74d05b77827 · report
get_normalized_encoder automl/ifBO/ifbo/encoders.py found in paper text by Syntology unverified MIT (permissive) · 59a47f8b4de6eb37 · report
get_normalized_uniform_encoder automl/ifBO/ifbo/encoders.py found in paper text by Syntology unverified MIT (permissive) · 7cfaeeb640659f26 · report
get_restarting_cosine_schedule_with_warmup automl/ifBO/ifbo/utils.py found in paper text by Syntology unverified MIT (permissive) · 52be27ccccf02d3b · report
get_utility_function db-Lee/CFBO/utils.py found in paper text by Syntology unverified no licence file found · pointer only · 55ff883e3a316c76 · report
graph_ranks releaunifreiburg/fsbo/cd_diagram.py found in paper text by Syntology unverified BSD-3-Clause (permissive) · d527eff7f5fa1acd · report
progress_noise automl/ifBO/ifbo/priors/ftpfn_prior.py found in paper text by Syntology unverified MIT (permissive) · 8f53d9e3d071456e · report
wilcoxon_holm releaunifreiburg/fsbo/cd_diagram.py found in paper text by Syntology unverified BSD-3-Clause (permissive) · 5c0fc4802077cde7 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2510.21379, was issued in October 2025, after that date, so the archive has no leaderboard rows for it.

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