{"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/risk-averse-heteroscedastic-bayesian","title":"Risk-averse Heteroscedastic Bayesian Optimization","arxiv_id":"2111.03637","date":"2021-11-05","proceeding":"NeurIPS 2021 12","authors":["Anastasiia Makarova","Ilnura Usmanova","Ilija Bogunovic","Andreas Krause"],"abstract":"Many black-box optimization tasks arising in high-stakes applications require risk-averse decisions. The standard Bayesian optimization (BO) paradigm, however, optimizes the expected value only. We generalize BO to trade mean and input-dependent variance of the objective, both of which we assume to be unknown a priori. In particular, we propose a novel risk-averse heteroscedastic Bayesian optimization algorithm (RAHBO) that aims to identify a solution with high return and low noise variance, while learning the noise distribution on the fly. To this end, we model both expectation and variance as (unknown) RKHS functions, and propose a novel risk-aware acquisition function. We bound the regret for our approach and provide a robust rule to report the final decision point for applications where only a single solution must be identified. We demonstrate the effectiveness of RAHBO on synthetic benchmark functions and hyperparameter tuning tasks.","url_abs":"https://arxiv.org/abs/2111.03637v1","url_pdf":"https://arxiv.org/pdf/2111.03637v1.pdf","source":{"archive":"pwc-archive (Hugging Face), CC BY-SA 4.0","snapshot":"2025-07-28","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","row_kind":"abstracts"},"code_links":[{"paper_slug":"risk-averse-heteroscedastic-bayesian","repo_url":"https://github.com/avidereta/risk-averse-hetero-bo","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":0,"framework":"pytorch","reach":{"status":"ok","spdx":"MIT"}}],"tasks":[{"task_slug":"bayesian-optimization","task_name":"Bayesian Optimization"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2111.03637","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2111.03637"}},"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":[{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/avidereta/risk-averse-hetero-bo","reach":{"status":"ok","spdx":"MIT"}}],"summary":{"unverified":10},"by_repo_kind":{"official":{"samples":10,"ran":0,"repositories":1}},"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":0,"samples":[{"code_sha256_prefix":"420e987d372e2337","entry":"evaluate_rho_mean","repo":"avidereta/risk-averse-hetero-bo","repo_kind":"official","path":"rahbo/optimization/bo_loop.py","file_url":"https://github.com/avidereta/risk-averse-hetero-bo/blob/HEAD/rahbo/optimization/bo_loop.py","link_basis":"harvester_set","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":"420e987d372e2337"}},{"code_sha256_prefix":"28b100e428b95d4d","entry":"get_data","repo":"avidereta/risk-averse-hetero-bo","repo_kind":"official","path":"rahbo/test_functions/fel.py","file_url":"https://github.com/avidereta/risk-averse-hetero-bo/blob/HEAD/rahbo/test_functions/fel.py","link_basis":"harvester_set","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":"28b100e428b95d4d"}},{"code_sha256_prefix":"c3e7c0c72b91e876","entry":"get_observation_with_learnt_rho","repo":"avidereta/risk-averse-hetero-bo","repo_kind":"official","path":"rahbo/optimization/bo_loop.py","file_url":"https://github.com/avidereta/risk-averse-hetero-bo/blob/HEAD/rahbo/optimization/bo_loop.py","link_basis":"harvester_set","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":"c3e7c0c72b91e876"}},{"code_sha256_prefix":"8dd73bff5f65ce7d","entry":"get_observation_with_learnt_rho","repo":"avidereta/risk-averse-hetero-bo","repo_kind":"official","path":"rahbo/optimization/bo_loop_synthetic.py","file_url":"https://github.com/avidereta/risk-averse-hetero-bo/blob/HEAD/rahbo/optimization/bo_loop_synthetic.py","link_basis":"harvester_set","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":"8dd73bff5f65ce7d"}},{"code_sha256_prefix":"e87b63840e8987eb","entry":"plot_hist_f_rho","repo":"avidereta/risk-averse-hetero-bo","repo_kind":"official","path":"helper_fns/plotting_utils.py","file_url":"https://github.com/avidereta/risk-averse-hetero-bo/blob/HEAD/helper_fns/plotting_utils.py","link_basis":"harvester_set","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":"e87b63840e8987eb"}},{"code_sha256_prefix":"90942a5fc32233d8","entry":"plot_objectives","repo":"avidereta/risk-averse-hetero-bo","repo_kind":"official","path":"helper_fns/plotting_utils.py","file_url":"https://github.com/avidereta/risk-averse-hetero-bo/blob/HEAD/helper_fns/plotting_utils.py","link_basis":"harvester_set","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":"90942a5fc32233d8"}},{"code_sha256_prefix":"be5403f057684c73","entry":"plot_objectives_mean_std","repo":"avidereta/risk-averse-hetero-bo","repo_kind":"official","path":"helper_fns/plotting_utils.py","file_url":"https://github.com/avidereta/risk-averse-hetero-bo/blob/HEAD/helper_fns/plotting_utils.py","link_basis":"harvester_set","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":"be5403f057684c73"}},{"code_sha256_prefix":"f258426a0effcca1","entry":"report_idx_max_mv","repo":"avidereta/risk-averse-hetero-bo","repo_kind":"official","path":"helper_fns/reporting_rules_postprocess.py","file_url":"https://github.com/avidereta/risk-averse-hetero-bo/blob/HEAD/helper_fns/reporting_rules_postprocess.py","link_basis":"harvester_set","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":"f258426a0effcca1"}},{"code_sha256_prefix":"2082fb24073365a7","entry":"report_idx_max_ymean","repo":"avidereta/risk-averse-hetero-bo","repo_kind":"official","path":"helper_fns/reporting_rules_postprocess.py","file_url":"https://github.com/avidereta/risk-averse-hetero-bo/blob/HEAD/helper_fns/reporting_rules_postprocess.py","link_basis":"harvester_set","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":"2082fb24073365a7"}},{"code_sha256_prefix":"710478242bc82d69","entry":"transform_x_to_tensor","repo":"avidereta/risk-averse-hetero-bo","repo_kind":"official","path":"helper_fns/reporting_rules_postprocess.py","file_url":"https://github.com/avidereta/risk-averse-hetero-bo/blob/HEAD/helper_fns/reporting_rules_postprocess.py","link_basis":"harvester_set","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":"710478242bc82d69"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}