paper-with-me

홈 › Papers

Neural Nonmyopic Bayesian Optimization in Dynamic Cost Settings

2026-01-10 · Sang T. Truong, Duc Q. Nguyen, Willie Neiswanger, Ryan-Rhys Griffiths, Stefano Ermon, Nick Haber, Sanmi Koyejo arxiv

Bayesian optimization (BO) is a common framework for optimizing black-box functions, yet most existing methods assume static query costs and rely on myopic acquisition strategies. We introduce LookaHES, a nonmyopic BO framework designed for dynamic, history-dependent cost environments, where evaluation costs vary with prior actions, such as travel distance in spatial tasks or edit distance in sequence design. LookaHES combines a multi-step variant of $H$-Entropy Search with pathwise sampling and neural policy optimization, enabling long-horizon planning beyond twenty steps without the exponential complexity of existing nonmyopic methods. The key innovation is the integration of neural policies, including large language models, to effectively navigate structured, combinatorial action spaces such as protein sequences. These policies amortize lookahead planning and can be integrated with domain-specific constraints during rollout. Empirically, LookaHES outperforms strong myopic and nonmyopic baselines across nine synthetic benchmarks from two to eight dimensions and two real-world tasks: geospatial optimization using NASA night-light imagery and protein sequence design with constrained token-level edits. In short, LookaHES provides a general, scalable, and cost-aware solution for robust long-horizon optimization in complex decision spaces, which makes it a useful tool for researchers in machine learning, statistics, and applied domains. Our implementation is available at https://github.com/sangttruong/nonmyopia.

📄 PDF Abstract BibTeX arXiv:2601.06505

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

BINOCULARS for Efficient, Nonmyopic Sequential Experimental Design

2019-09-10 · ICML 2020 1 · Shali Jiang, Henry Chai, Javier Gonzalez, Roman Garnett

Finite-horizon sequential experimental design (SED) arises naturally in many contexts, including hyperparameter tuning in machine learning among more traditional settings. Computing the optimal policy for such problems r…

Bayesian OptimizationExperimental Design

Nonmyopic Gaussian Process Optimization with Macro-Actions

2020-02-22 · Dmitrii Kharkovskii, Chun Kai Ling, Kian Hsiang Low

This paper presents a multi-staged approach to nonmyopic adaptive Gaussian process optimization (GPO) for Bayesian optimization (BO) of unknown, highly complex objective functions that, in contrast to existing nonmyopic …

Bayesian Optimization

Efficient Nonmyopic Bayesian Optimization via One-Shot Multi-Step Trees

2020-06-29 · NeurIPS 2020 12 · Shali Jiang, Daniel R. Jiang, Maximilian Balandat, Brian Karrer 외

Bayesian optimization is a sequential decision making framework for optimizing expensive-to-evaluate black-box functions. Computing a full lookahead policy amounts to solving a highly intractable stochastic dynamic progr…

Bayesian OptimizationDecision MakingSequential Decision Making

Nonmyopic Global Optimisation via Approximate Dynamic Programming

2024-12-06 · Filippo Airaldi, Bart De Schutter, Azita Dabiri

Unconstrained global optimisation aims to optimise expensive-to-evaluate black-box functions without gradient information. Bayesian optimisation, one of the most well-known techniques, typically employs Gaussian processe…

Bayesian OptimisationGaussian ProcessesSequential Decision Making

Gaussian Process Planning with Lipschitz Continuous Reward Functions: Towards Unifying Bayesian Optimization, Active Learning, and Beyond

2015-11-21 · Chun Kai Ling, Kian Hsiang Low, Patrick Jaillet

This paper presents a novel nonmyopic adaptive Gaussian process planning (GPP) framework endowed with a general class of Lipschitz continuous reward functions that can unify some active learning/sensing and Bayesian opti…

Active LearningBayesian Optimization