{"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-2605-23473","title":"Automated Random Embedding for Practical Bayesian Optimization with Unknown Effective Dimension","arxiv_id":"2605.23473","date":"2026-05-22","proceeding":null,"authors":["Hong Qian","Xiang Shu","Xiang Xia","Xuhui Liu","Yangde Fu","Bei Liang","Huibin Wang","Liang Dou"],"abstract":"Bayesian optimization is widely employed for optimizing complex black-box functions but struggles with the curse of dimensionality. Random embedding, as a dimension reduction strategy, simplifies tasks that possess the effective dimension by optimizing within a low-dimensional subspace. However, determining the effective dimension of a task in advance remains a significant challenge, which influences the selection of the subspace dimensionality and the optimization performance. Traditional methods use fixed subspace dimensions provided by experts or rely on trial and error to estimate subspace dimensions with resources consumed. To this end, this paper proposes an automated random embedding for high-dimensional Bayesian optimization with unknown effective dimension, called Dynamic Shared Embedding Bayesian Optimization (DSEBO). DSEBO starts with a low dimension and switches to a higher subspace if the solutions in the current subspace show preliminary convergence. DSEBO dynamically determines the dimension of the next subspace based on the quality of the solutions in different subspaces and shares the queried solutions with the new subspace for a better initialization. Theoretically, we derive a regret bound for DSEBO and demonstrate that DSEBO can better balance approximation and optimization errors. Extensive experiments on functions with dimensionality of varying magnitudes and real-world tasks with unknown effective dimensions reveal that, compared with state-of-the-art methods, alternating optimization across different subspaces results in significant improvements in high-dimensional optimization, both in terms of optimization regret and time.","url_abs":"https://arxiv.org/abs/2605.23473","url_pdf":"https://arxiv.org/pdf/2605.23473","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=2605.23473","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2605.23473"}},"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/huawei-noah/HEBO","reach":{"status":"ok"}},{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/lamda-bbo/MCTS-VS","reach":{"status":"ok"}},{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/LeoIV/BAxUS","reach":{"status":"ok","spdx":"NOASSERTION"}},{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/martinjankowiak/saasbo","reach":null},{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/uber-research/TuRBO","reach":null},{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/abardou/dumbo","reach":null},{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/Evolutionary-Intelligence/pypop","reach":{"status":"ok","spdx":"Apache-2.0"}}],"summary":{"ran":17,"ran_draft_wrong":1,"ran_honours":2,"unverified":9},"by_repo_kind":{"found_in_text":{"samples":29,"ran":20,"repositories":5}},"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":29,"samples":[{"code_sha256_prefix":"e964458f621bd7fa","entry":"ADMM","repo":"abardou/dumbo","repo_kind":"found_in_text","path":"dumbo/optimize.py","file_url":"https://github.com/abardou/dumbo/blob/HEAD/dumbo/optimize.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"GPL-3.0","inline_ok":false,"mcp_get_code":{"code_sha256":"e964458f621bd7fa"}},{"code_sha256_prefix":"21566ef153ccbc9c","entry":"BO","repo":"Evolutionary-Intelligence/pypop","repo_kind":"found_in_text","path":"pypop7/optimizers/bo/lamcts.py","file_url":"https://github.com/Evolutionary-Intelligence/pypop/blob/HEAD/pypop7/optimizers/bo/lamcts.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"GPL-3.0","inline_ok":false,"mcp_get_code":{"code_sha256":"21566ef153ccbc9c"}},{"code_sha256_prefix":"3584cfb5cc0a4091","entry":"Bag","repo":"Evolutionary-Intelligence/pypop","repo_kind":"found_in_text","path":"pypop7/optimizers/bo/lamcts.py","file_url":"https://github.com/Evolutionary-Intelligence/pypop/blob/HEAD/pypop7/optimizers/bo/lamcts.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"GPL-3.0","inline_ok":false,"mcp_get_code":{"code_sha256":"3584cfb5cc0a4091"}},{"code_sha256_prefix":"17e6d52cb14484dc","entry":"DumboAcqFunction","repo":"abardou/dumbo","repo_kind":"found_in_text","path":"dumbo/optimize.py","file_url":"https://github.com/abardou/dumbo/blob/HEAD/dumbo/optimize.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":true,"licence":"GPL-3.0","inline_ok":false,"mcp_get_code":{"code_sha256":"17e6d52cb14484dc"}},{"code_sha256_prefix":"2655e3ad5532d922","entry":"KMSVM","repo":"Evolutionary-Intelligence/pypop","repo_kind":"found_in_text","path":"pypop7/optimizers/bo/lamcts.py","file_url":"https://github.com/Evolutionary-Intelligence/pypop/blob/HEAD/pypop7/optimizers/bo/lamcts.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"GPL-3.0","inline_ok":false,"mcp_get_code":{"code_sha256":"2655e3ad5532d922"}},{"code_sha256_prefix":"72c37e9ca49e35f2","entry":"MyOwnGP","repo":"abardou/dumbo","repo_kind":"found_in_text","path":"dumbo/optimize.py","file_url":"https://github.com/abardou/dumbo/blob/HEAD/dumbo/optimize.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"GPL-3.0","inline_ok":false,"mcp_get_code":{"code_sha256":"72c37e9ca49e35f2"}},{"code_sha256_prefix":"f8702fe36ffd2e73","entry":"Optimizer","repo":"Evolutionary-Intelligence/pypop","repo_kind":"found_in_text","path":"pypop7/optimizers/bo/lamcts.py","file_url":"https://github.com/Evolutionary-Intelligence/pypop/blob/HEAD/pypop7/optimizers/bo/lamcts.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"GPL-3.0","inline_ok":false,"mcp_get_code":{"code_sha256":"f8702fe36ffd2e73"}},{"code_sha256_prefix":"dc901f04b796b774","entry":"Path","repo":"Evolutionary-Intelligence/pypop","repo_kind":"found_in_text","path":"pypop7/optimizers/bo/lamcts.py","file_url":"https://github.com/Evolutionary-Intelligence/pypop/blob/HEAD/pypop7/optimizers/bo/lamcts.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"GPL-3.0","inline_ok":false,"mcp_get_code":{"code_sha256":"dc901f04b796b774"}},{"code_sha256_prefix":"96e41ca3a94fa402","entry":"Sample","repo":"Evolutionary-Intelligence/pypop","repo_kind":"found_in_text","path":"pypop7/optimizers/bo/lamcts.py","file_url":"https://github.com/Evolutionary-Intelligence/pypop/blob/HEAD/pypop7/optimizers/bo/lamcts.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"GPL-3.0","inline_ok":false,"mcp_get_code":{"code_sha256":"96e41ca3a94fa402"}},{"code_sha256_prefix":"f638cb06284a6d77","entry":"_remove_duplicate","repo":"Evolutionary-Intelligence/pypop","repo_kind":"found_in_text","path":"pypop7/optimizers/bo/lamcts.py","file_url":"https://github.com/Evolutionary-Intelligence/pypop/blob/HEAD/pypop7/optimizers/bo/lamcts.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":true,"licence":"GPL-3.0","inline_ok":false,"mcp_get_code":{"code_sha256":"f638cb06284a6d77"}},{"code_sha256_prefix":"07f6cc10df3d3e1e","entry":"bernoulli","repo":"lamda-bbo/MCTS-VS","repo_kind":"found_in_text","path":"utils.py","file_url":"https://github.com/lamda-bbo/MCTS-VS/blob/HEAD/utils.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"07f6cc10df3d3e1e"}},{"code_sha256_prefix":"c264fcfb9e72ee00","entry":"construct_hidden","repo":"huawei-noah/HEBO","repo_kind":"found_in_text","path":"HEBO/hebo/models/util.py","file_url":"https://github.com/huawei-noah/HEBO/blob/HEAD/HEBO/hebo/models/util.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"c264fcfb9e72ee00"}},{"code_sha256_prefix":"3df50a3290357381","entry":"filter_nan","repo":"huawei-noah/HEBO","repo_kind":"found_in_text","path":"HEBO/hebo/models/util.py","file_url":"https://github.com/huawei-noah/HEBO/blob/HEAD/HEBO/hebo/models/util.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"3df50a3290357381"}},{"code_sha256_prefix":"465deea065c51f94","entry":"from_unit_cube","repo":"lamda-bbo/MCTS-VS","repo_kind":"found_in_text","path":"utils.py","file_url":"https://github.com/lamda-bbo/MCTS-VS/blob/HEAD/utils.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"465deea065c51f94"}},{"code_sha256_prefix":"76c02cee5568f926","entry":"from_unit_cube","repo":"uber-research/TuRBO","repo_kind":"found_in_text","path":"turbo/utils.py","file_url":"https://github.com/uber-research/TuRBO/blob/HEAD/turbo/utils.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"76c02cee5568f926"}},{"code_sha256_prefix":"c846fc2e563e1c26","entry":"latin_hypercube","repo":"uber-research/TuRBO","repo_kind":"found_in_text","path":"turbo/utils.py","file_url":"https://github.com/uber-research/TuRBO/blob/HEAD/turbo/utils.py","link_basis":"plan_row","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":"well_formed","behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"c846fc2e563e1c26"}},{"code_sha256_prefix":"37d629517c8ac0d5","entry":"latin_hypercube","repo":"lamda-bbo/MCTS-VS","repo_kind":"found_in_text","path":"utils.py","file_url":"https://github.com/lamda-bbo/MCTS-VS/blob/HEAD/utils.py","link_basis":"plan_row","language":"python","status":"ran_honours","verification_level":1,"contract_check":"HONOURS","metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"37d629517c8ac0d5"}},{"code_sha256_prefix":"05aff6a609448b1f","entry":"to_unit_cube","repo":"uber-research/TuRBO","repo_kind":"found_in_text","path":"turbo/utils.py","file_url":"https://github.com/uber-research/TuRBO/blob/HEAD/turbo/utils.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NOASSERTION","inline_ok":false,"mcp_get_code":{"code_sha256":"05aff6a609448b1f"}},{"code_sha256_prefix":"bb99a4d32b9de748","entry":"ty_fn","repo":"lamda-bbo/MCTS-VS","repo_kind":"found_in_text","path":"plot.py","file_url":"https://github.com/lamda-bbo/MCTS-VS/blob/HEAD/plot.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"bb99a4d32b9de748"}},{"code_sha256_prefix":"6d95046c4661fc6a","entry":"xy_fn","repo":"lamda-bbo/MCTS-VS","repo_kind":"found_in_text","path":"plot.py","file_url":"https://github.com/lamda-bbo/MCTS-VS/blob/HEAD/plot.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"6d95046c4661fc6a"}},{"code_sha256_prefix":"f9e82e856c03ba64","entry":"CMAES","repo":"Evolutionary-Intelligence/pypop","repo_kind":"found_in_text","path":"pypop7/optimizers/bo/lamcts.py","file_url":"https://github.com/Evolutionary-Intelligence/pypop/blob/HEAD/pypop7/optimizers/bo/lamcts.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"GPL-3.0","inline_ok":false,"mcp_get_code":{"code_sha256":"f9e82e856c03ba64"}},{"code_sha256_prefix":"228ea587eab1f0a1","entry":"DuMBOOptimizer","repo":"abardou/dumbo","repo_kind":"found_in_text","path":"dumbo/optimize.py","file_url":"https://github.com/abardou/dumbo/blob/HEAD/dumbo/optimize.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"GPL-3.0","inline_ok":false,"mcp_get_code":{"code_sha256":"228ea587eab1f0a1"}},{"code_sha256_prefix":"345235948879607a","entry":"ES","repo":"Evolutionary-Intelligence/pypop","repo_kind":"found_in_text","path":"pypop7/optimizers/bo/lamcts.py","file_url":"https://github.com/Evolutionary-Intelligence/pypop/blob/HEAD/pypop7/optimizers/bo/lamcts.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"GPL-3.0","inline_ok":false,"mcp_get_code":{"code_sha256":"345235948879607a"}},{"code_sha256_prefix":"f6ccf50bee79ec27","entry":"LAMCTS","repo":"Evolutionary-Intelligence/pypop","repo_kind":"found_in_text","path":"pypop7/optimizers/bo/lamcts.py","file_url":"https://github.com/Evolutionary-Intelligence/pypop/blob/HEAD/pypop7/optimizers/bo/lamcts.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"GPL-3.0","inline_ok":false,"mcp_get_code":{"code_sha256":"f6ccf50bee79ec27"}},{"code_sha256_prefix":"7f5685af4181a0af","entry":"MyGPFactor","repo":"abardou/dumbo","repo_kind":"found_in_text","path":"dumbo/optimize.py","file_url":"https://github.com/abardou/dumbo/blob/HEAD/dumbo/optimize.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"GPL-3.0","inline_ok":false,"mcp_get_code":{"code_sha256":"7f5685af4181a0af"}},{"code_sha256_prefix":"2094dedb2a12c187","entry":"Node","repo":"Evolutionary-Intelligence/pypop","repo_kind":"found_in_text","path":"pypop7/optimizers/bo/lamcts.py","file_url":"https://github.com/Evolutionary-Intelligence/pypop/blob/HEAD/pypop7/optimizers/bo/lamcts.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"GPL-3.0","inline_ok":false,"mcp_get_code":{"code_sha256":"2094dedb2a12c187"}},{"code_sha256_prefix":"b686ac8a146e53df","entry":"Sampler","repo":"Evolutionary-Intelligence/pypop","repo_kind":"found_in_text","path":"pypop7/optimizers/bo/lamcts.py","file_url":"https://github.com/Evolutionary-Intelligence/pypop/blob/HEAD/pypop7/optimizers/bo/lamcts.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"GPL-3.0","inline_ok":false,"mcp_get_code":{"code_sha256":"b686ac8a146e53df"}},{"code_sha256_prefix":"db096003f324a673","entry":"Terminations","repo":"Evolutionary-Intelligence/pypop","repo_kind":"found_in_text","path":"pypop7/optimizers/bo/lamcts.py","file_url":"https://github.com/Evolutionary-Intelligence/pypop/blob/HEAD/pypop7/optimizers/bo/lamcts.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"GPL-3.0","inline_ok":false,"mcp_get_code":{"code_sha256":"db096003f324a673"}},{"code_sha256_prefix":"ca6aa5dcedefe3d6","entry":"load_results","repo":"lamda-bbo/MCTS-VS","repo_kind":"found_in_text","path":"plot.py","file_url":"https://github.com/lamda-bbo/MCTS-VS/blob/HEAD/plot.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":"ca6aa5dcedefe3d6"}}]},"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_2026.jsonl"},"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}}}