paper-with-me

Papers

Deep Learning for Bayesian Optimization of Scientific Problems with High-Dimensional Structure

2021-04-23 · Samuel Kim, Peter Y. Lu, Charlotte Loh, Jamie Smith, Jasper Snoek, Marin Soljačić

Bayesian optimization (BO) is a popular paradigm for global optimization of expensive black-box functions, but there are many domains where the function is not completely a black-box. The data may have some known structure (e.g. symmetries) and/or the data generation process may be a composite process that yields useful intermediate or auxiliary information in addition to the value of the optimization objective. However, surrogate models traditionally employed in BO, such as Gaussian Processes (GPs), scale poorly with dataset size and do not easily accommodate known structure. Instead, we use Bayesian neural networks, a class of scalable and flexible surrogate models with inductive biases, to extend BO to complex, structured problems with high dimensionality. We demonstrate BO on a number of realistic problems in physics and chemistry, including topology optimization of photonic crystal materials using convolutional neural networks, and chemical property optimization of molecules using graph neural networks. On these complex tasks, we show that neural networks often outperform GPs as surrogate models for BO in terms of both sampling efficiency and computational cost.

📄 PDF Abstract BibTeX arXiv:2104.11667

Code (2)

samuelkim314/DeepBO 공식 구현 tf
wiseodd/laplace-bayesopt pytorch

Tasks

Bayesian OptimizationGaussian Processesglobal-optimization

Methods 이 논문이 사용한 방법론

GPS Greedy Policy Search (GPS) is a simple algorithm that learns a policy for test-time data augmentation based on the predictive performance on a validation set. GPS starts with…

Similar Papers 제목 키워드 기반

Scalable Constrained Bayesian Optimization

2020-02-20 · David Eriksson, Matthias Poloczek

The global optimization of a high-dimensional black-box function under black-box constraints is a pervasive task in machine learning, control, and engineering. These problems are challenging since the feasible set is typ…

Bayesian Optimizationglobal-optimization

Domain Knowledge Guided Bayesian Optimization For Autonomous Alignment Of Complex Scientific Instruments

2026-02-11 · Aashwin Mishra, Matt Seaberg, Ryan Roussel, Daniel Ratner 외 arxiv

Bayesian Optimization (BO) is a powerful tool for optimizing complex non-linear systems. However, its performance degrades in high-dimensional problems with tightly coupled parameters and highly asymmetric objective land…

Generative Evolutionary Strategy For Black-Box Optimizations

2022-05-06 · Changhwi Park

Many scientific and technological problems are related to optimization. Among them, black-box optimization in high-dimensional space is particularly challenging. Recent neural network-based black-box optimization studies…

Bayesian Optimization

Unleashing LLMs in Bayesian Optimization: Preference-Guided Framework for Scientific Discovery

2026-05-18 · Xinzhe Yuan, Zhuo Chen, Jianshu Zhang, Huan Xiong 외 arxiv

Scientific discovery is increasingly constrained by costly experiments and limited resources, underscoring the need for efficient optimization in AI for science. Bayesian Optimization (BO), though widely adopted for bala…

Posterior Inference with Diffusion Models for High-dimensional Black-box Optimization

2025-02-24 · Taeyoung Yun, Kiyoung Om, Jaewoo Lee, Sujin Yun 외

Optimizing high-dimensional and complex black-box functions is crucial in numerous scientific applications. While Bayesian optimization (BO) is a powerful method for sample-efficient optimization, it struggles with the c…

Bayesian OptimizationUncertainty Quantification