{"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/local-bayesian-optimization-via-maximizing","title":"Local Bayesian optimization via maximizing probability of descent","arxiv_id":"2210.11662","date":"2022-10-21","proceeding":null,"authors":["Quan Nguyen","Kaiwen Wu","Jacob R. Gardner","Roman Garnett"],"abstract":"Local optimization presents a promising approach to expensive, high-dimensional black-box optimization by sidestepping the need to globally explore the search space. For objective functions whose gradient cannot be evaluated directly, Bayesian optimization offers one solution -- we construct a probabilistic model of the objective, design a policy to learn about the gradient at the current location, and use the resulting information to navigate the objective landscape. Previous work has realized this scheme by minimizing the variance in the estimate of the gradient, then moving in the direction of the expected gradient. In this paper, we re-examine and refine this approach. We demonstrate that, surprisingly, the expected value of the gradient is not always the direction maximizing the probability of descent, and in fact, these directions may be nearly orthogonal. This observation then inspires an elegant optimization scheme seeking to maximize the probability of descent while moving in the direction of most-probable descent. Experiments on both synthetic and real-world objectives show that our method outperforms previous realizations of this optimization scheme and is competitive against other, significantly more complicated baselines.","url_abs":"https://arxiv.org/abs/2210.11662v2","url_pdf":"https://arxiv.org/pdf/2210.11662v2.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":"local-bayesian-optimization-via-maximizing","repo_url":"https://github.com/kayween/local-bo-mpd","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"MIT"}}],"tasks":[{"task_slug":"bayesian-optimization","task_name":"Bayesian Optimization"},{"task_slug":"navigate","task_name":"Navigate"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"syntology_url":null,"atlas_url":"https://app.syntology.ai/?focus=2210.11662","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2210.11662"}},"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":"deterministic:regex_extraction","url":"https://github.com/kayween/local-bo-mpd","reach":{"status":"ok","spdx":"MIT"}}],"summary":{"unverified":11},"by_repo_kind":{"official":{"samples":11,"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":"e2667727a67eed33","entry":"batch_rover","repo":"kayween/local-bo-mpd","repo_kind":"official","path":"src/custom_functions.py","file_url":"https://github.com/kayween/local-bo-mpd/blob/HEAD/src/custom_functions.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":"e2667727a67eed33"}},{"code_sha256_prefix":"5a80e2f4f753b250","entry":"call_counter","repo":"kayween/local-bo-mpd","repo_kind":"official","path":"src/loop.py","file_url":"https://github.com/kayween/local-bo-mpd/blob/HEAD/src/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":"5a80e2f4f753b250"}},{"code_sha256_prefix":"9ba1bb4104c6cbdc","entry":"insert","repo":"kayween/local-bo-mpd","repo_kind":"official","path":"src/config.py","file_url":"https://github.com/kayween/local-bo-mpd/blob/HEAD/src/config.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":"9ba1bb4104c6cbdc"}},{"code_sha256_prefix":"4413d8e3286e6243","entry":"manipulate_reward","repo":"kayween/local-bo-mpd","repo_kind":"official","path":"src/environment_api.py","file_url":"https://github.com/kayween/local-bo-mpd/blob/HEAD/src/environment_api.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":"4413d8e3286e6243"}},{"code_sha256_prefix":"df94ac83c17a7fb3","entry":"one_step_cholesky","repo":"kayween/local-bo-mpd","repo_kind":"official","path":"src/cholesky.py","file_url":"https://github.com/kayween/local-bo-mpd/blob/HEAD/src/cholesky.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":"df94ac83c17a7fb3"}},{"code_sha256_prefix":"20307dfa91e06968","entry":"optimize_acqf_custom_bo","repo":"kayween/local-bo-mpd","repo_kind":"official","path":"src/acquisition_function.py","file_url":"https://github.com/kayween/local-bo-mpd/blob/HEAD/src/acquisition_function.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":"20307dfa91e06968"}},{"code_sha256_prefix":"bf9e0cbb23842154","entry":"optimize_acqf_vanilla_bo","repo":"kayween/local-bo-mpd","repo_kind":"official","path":"src/acquisition_function.py","file_url":"https://github.com/kayween/local-bo-mpd/blob/HEAD/src/acquisition_function.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":"bf9e0cbb23842154"}},{"code_sha256_prefix":"93332fe605a1eec4","entry":"postprocessing_interpolate_x","repo":"kayween/local-bo-mpd","repo_kind":"official","path":"src/evaluate.py","file_url":"https://github.com/kayween/local-bo-mpd/blob/HEAD/src/evaluate.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":"93332fe605a1eec4"}},{"code_sha256_prefix":"f83045f1e912ae60","entry":"rover_dynamics","repo":"kayween/local-bo-mpd","repo_kind":"official","path":"src/custom_functions.py","file_url":"https://github.com/kayween/local-bo-mpd/blob/HEAD/src/custom_functions.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":"f83045f1e912ae60"}},{"code_sha256_prefix":"f285ee7646d73a6c","entry":"rover_obj_torch","repo":"kayween/local-bo-mpd","repo_kind":"official","path":"src/custom_functions.py","file_url":"https://github.com/kayween/local-bo-mpd/blob/HEAD/src/custom_functions.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":"f285ee7646d73a6c"}},{"code_sha256_prefix":"9493a6a3cdcb4b44","entry":"sort_rewards_global_optimization","repo":"kayween/local-bo-mpd","repo_kind":"official","path":"src/evaluate.py","file_url":"https://github.com/kayween/local-bo-mpd/blob/HEAD/src/evaluate.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":"9493a6a3cdcb4b44"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}