{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/arxiv-2510-21379","title":"Cost-Sensitive Freeze-thaw Bayesian Optimization for Efficient Hyperparameter Tuning","arxiv_id":"2510.21379","date":"2025-10-24","proceeding":"NeurIPS","authors":["Dong Bok Lee","Aoxuan Silvia Zhang","Byungjoo Kim","Junhyeon Park","Steven Adriaensen","Juho Lee","Sung Ju Hwang","Hae Beom Lee"],"abstract":"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.","url_abs":"https://arxiv.org/abs/2510.21379","url_pdf":"https://arxiv.org/pdf/2510.21379","source":{"archive":null,"snapshot":"2025-07-28","note":"not in the Papers with Code archive (frozen at the snapshot)","row_kind":"graph","title_abstract_authors_date":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)"},"code_links":[],"tasks":[],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"syntology_url":null,"atlas_url":"https://app.syntology.ai/?focus=2510.21379","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2510.21379"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/automl/ifBO","reach":{"status":"ok","spdx":"MIT"}},{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/db-Lee/CFBO","reach":{"status":"ok"}},{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/releaunifreiburg/DPL","reach":null},{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/releaunifreiburg/fsbo","reach":{"status":"ok","spdx":"BSD-3-Clause"}}],"summary":{"ran":3,"ran_draft_wrong":1,"unverified":22},"by_repo_kind":{"found_in_text":{"samples":26,"ran":4,"repositories":4}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"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"},"n_pointer_only_for_licence":2,"samples":[{"code_sha256_prefix":"654e01bf7c8b1737","entry":"ConditionedPowerLaw","repo":"releaunifreiburg/DPL","repo_kind":"found_in_text","path":"surrogate_models/power_law_surrogate.py","file_url":"https://github.com/releaunifreiburg/DPL/blob/HEAD/surrogate_models/power_law_surrogate.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"654e01bf7c8b1737"}},{"code_sha256_prefix":"126b271bdf5f81f6","entry":"TabularDataset","repo":"releaunifreiburg/DPL","repo_kind":"found_in_text","path":"surrogate_models/power_law_surrogate.py","file_url":"https://github.com/releaunifreiburg/DPL/blob/HEAD/surrogate_models/power_law_surrogate.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"126b271bdf5f81f6"}},{"code_sha256_prefix":"139ac32fac23c8cb","entry":"WrappedDataLoader","repo":"releaunifreiburg/DPL","repo_kind":"found_in_text","path":"surrogate_models/power_law_surrogate.py","file_url":"https://github.com/releaunifreiburg/DPL/blob/HEAD/surrogate_models/power_law_surrogate.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"139ac32fac23c8cb"}},{"code_sha256_prefix":"a6b7d679f45f2735","entry":"totorch","repo":"releaunifreiburg/fsbo","repo_kind":"found_in_text","path":"fsbo_utils.py","file_url":"https://github.com/releaunifreiburg/fsbo/blob/HEAD/fsbo_utils.py","link_basis":"plan_row","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"MISDECLARED","metamorphic_tier":"invariant","behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"a6b7d679f45f2735"}},{"code_sha256_prefix":"5804550c8ae16837","entry":"EI","repo":"releaunifreiburg/fsbo","repo_kind":"found_in_text","path":"fsbo_utils.py","file_url":"https://github.com/releaunifreiburg/fsbo/blob/HEAD/fsbo_utils.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"5804550c8ae16837"}},{"code_sha256_prefix":"864f165e47883adb","entry":"FILENAME","repo":"automl/ifBO","repo_kind":"found_in_text","path":"ifbo/download.py","file_url":"https://github.com/automl/ifBO/blob/HEAD/ifbo/download.py","link_basis":"plan_row","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"864f165e47883adb"}},{"code_sha256_prefix":"b9bfe00fed47e0b8","entry":"FILE_URL","repo":"automl/ifBO","repo_kind":"found_in_text","path":"ifbo/download.py","file_url":"https://github.com/automl/ifBO/blob/HEAD/ifbo/download.py","link_basis":"plan_row","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"b9bfe00fed47e0b8"}},{"code_sha256_prefix":"01128e9619564490","entry":"PowerLawSurrogate","repo":"releaunifreiburg/DPL","repo_kind":"found_in_text","path":"surrogate_models/power_law_surrogate.py","file_url":"https://github.com/releaunifreiburg/DPL/blob/HEAD/surrogate_models/power_law_surrogate.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"01128e9619564490"}},{"code_sha256_prefix":"0937767fba66037a","entry":"WEIGHTS_FILE_NAME","repo":"automl/ifBO","repo_kind":"found_in_text","path":"ifbo/download.py","file_url":"https://github.com/automl/ifBO/blob/HEAD/ifbo/download.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"0937767fba66037a"}},{"code_sha256_prefix":"7442acf9f353f3e1","entry":"add_noise_and_break","repo":"automl/ifBO","repo_kind":"found_in_text","path":"ifbo/priors/ftpfn_prior.py","file_url":"https://github.com/automl/ifBO/blob/HEAD/ifbo/priors/ftpfn_prior.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"7442acf9f353f3e1"}},{"code_sha256_prefix":"c31ce57d43edda91","entry":"comb","repo":"automl/ifBO","repo_kind":"found_in_text","path":"ifbo/priors/ftpfn_prior.py","file_url":"https://github.com/automl/ifBO/blob/HEAD/ifbo/priors/ftpfn_prior.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"c31ce57d43edda91"}},{"code_sha256_prefix":"ec2630efe4c178da","entry":"form_cliques","repo":"releaunifreiburg/fsbo","repo_kind":"found_in_text","path":"cd_diagram.py","file_url":"https://github.com/releaunifreiburg/fsbo/blob/HEAD/cd_diagram.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"ec2630efe4c178da"}},{"code_sha256_prefix":"ea2dbfec4969c237","entry":"get_NormalInitializer","repo":"automl/ifBO","repo_kind":"found_in_text","path":"ifbo/initializers.py","file_url":"https://github.com/automl/ifBO/blob/HEAD/ifbo/initializers.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"ea2dbfec4969c237"}},{"code_sha256_prefix":"a1f411d79de50a61","entry":"get_bucket_limits","repo":"automl/ifBO","repo_kind":"found_in_text","path":"ifbo/bar_distribution.py","file_url":"https://github.com/automl/ifBO/blob/HEAD/ifbo/bar_distribution.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"a1f411d79de50a61"}},{"code_sha256_prefix":"b5f6521e91575128","entry":"get_cosine_schedule_with_warmup","repo":"automl/ifBO","repo_kind":"found_in_text","path":"ifbo/utils.py","file_url":"https://github.com/automl/ifBO/blob/HEAD/ifbo/utils.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"b5f6521e91575128"}},{"code_sha256_prefix":"a9c14b9fb71dbe7c","entry":"get_cosine_schedule_with_warmup","repo":"db-Lee/CFBO","repo_kind":"found_in_text","path":"utils.py","file_url":"https://github.com/db-Lee/CFBO/blob/HEAD/utils.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"a9c14b9fb71dbe7c"}},{"code_sha256_prefix":"0fbd7ae18b610085","entry":"get_custom_bar_dist","repo":"automl/ifBO","repo_kind":"found_in_text","path":"ifbo/bar_distribution.py","file_url":"https://github.com/automl/ifBO/blob/HEAD/ifbo/bar_distribution.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"0fbd7ae18b610085"}},{"code_sha256_prefix":"8037f2afd409786c","entry":"get_linear_schedule_with_warmup","repo":"automl/ifBO","repo_kind":"found_in_text","path":"ifbo/utils.py","file_url":"https://github.com/automl/ifBO/blob/HEAD/ifbo/utils.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"8037f2afd409786c"}},{"code_sha256_prefix":"a8d2e74d05b77827","entry":"get_log_dims","repo":"automl/ifBO","repo_kind":"found_in_text","path":"ifbo/encoders.py","file_url":"https://github.com/automl/ifBO/blob/HEAD/ifbo/encoders.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"a8d2e74d05b77827"}},{"code_sha256_prefix":"59a47f8b4de6eb37","entry":"get_normalized_encoder","repo":"automl/ifBO","repo_kind":"found_in_text","path":"ifbo/encoders.py","file_url":"https://github.com/automl/ifBO/blob/HEAD/ifbo/encoders.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"59a47f8b4de6eb37"}},{"code_sha256_prefix":"7cfaeeb640659f26","entry":"get_normalized_uniform_encoder","repo":"automl/ifBO","repo_kind":"found_in_text","path":"ifbo/encoders.py","file_url":"https://github.com/automl/ifBO/blob/HEAD/ifbo/encoders.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"7cfaeeb640659f26"}},{"code_sha256_prefix":"52be27ccccf02d3b","entry":"get_restarting_cosine_schedule_with_warmup","repo":"automl/ifBO","repo_kind":"found_in_text","path":"ifbo/utils.py","file_url":"https://github.com/automl/ifBO/blob/HEAD/ifbo/utils.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"52be27ccccf02d3b"}},{"code_sha256_prefix":"55ff883e3a316c76","entry":"get_utility_function","repo":"db-Lee/CFBO","repo_kind":"found_in_text","path":"utils.py","file_url":"https://github.com/db-Lee/CFBO/blob/HEAD/utils.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"55ff883e3a316c76"}},{"code_sha256_prefix":"d527eff7f5fa1acd","entry":"graph_ranks","repo":"releaunifreiburg/fsbo","repo_kind":"found_in_text","path":"cd_diagram.py","file_url":"https://github.com/releaunifreiburg/fsbo/blob/HEAD/cd_diagram.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"d527eff7f5fa1acd"}},{"code_sha256_prefix":"8f53d9e3d071456e","entry":"progress_noise","repo":"automl/ifBO","repo_kind":"found_in_text","path":"ifbo/priors/ftpfn_prior.py","file_url":"https://github.com/automl/ifBO/blob/HEAD/ifbo/priors/ftpfn_prior.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"8f53d9e3d071456e"}},{"code_sha256_prefix":"5c0fc4802077cde7","entry":"wilcoxon_holm","repo":"releaunifreiburg/fsbo","repo_kind":"found_in_text","path":"cd_diagram.py","file_url":"https://github.com/releaunifreiburg/fsbo/blob/HEAD/cd_diagram.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"5c0fc4802077cde7"}}]},"arxiv_metadata":{"licence":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)","fields":["title","abstract","authors","date"],"primary_category":"cs.LG","source":"arxiv_api"},"syntology_extracted_results":{"kind":"leaderboard_placements","source":"Syntology's leaderboard-shaped extractor over the paper's own arXiv-HTML tables: a model pointed at a cell, the number was read from that cell and checked against the board's metric, dataset, split and scale, and an independent check accepted the entry; not reviewed by the paper's authors or the archive's editors","extractor_model":"global.anthropic.claude-sonnet-4-5-20250929-v1:0","verifier_model":null,"prompt_sha":"fa63d4bb9d755694","coverage":{"sentence":"Syntology has checked 6,795 of the 9,581 papers on this site that are newer than the archive; results from the others appear after they are checked.","papers_newer_than_archive":9581,"papers_checked":6795},"entries":[],"not_placed":{"boards":0,"rejected_by_independent_check":0,"refused_by_a_rule":0,"check_did_not_answer":0,"proposed_without_a_cell":0,"declined_by_site":0}}}