On the Implementation of a Bayesian Optimization Framework for Interconnected Systems
Leonardo D. Gonz\'alez, Victor M. Zavala

TL;DR
This paper presents BOIS, a grey-box Bayesian optimization method that uses adaptive linearizations to efficiently exploit structural knowledge in interconnected systems, outperforming standard and existing grey-box approaches.
Contribution
The paper provides a detailed implementation of BOIS, a grey-box BO framework using adaptive linearizations to analytically compute moments, reducing computational cost and enhancing performance.
Findings
BOIS performs as well as or better than existing grey-box methods.
BOIS is less computationally intensive than previous approaches.
Benchmark results in chemical process optimization demonstrate its effectiveness.
Abstract
Bayesian optimization (BO) is an effective paradigm for the optimization of expensive-to-sample systems. Standard BO learns the performance of a system by using a Gaussian Process (GP) model; this treats the system as a black-box and limits its ability to exploit available structural knowledge (e.g., physics and sparse interconnections in a complex system). Grey-box modeling, wherein the performance function is treated as a composition of known and unknown intermediate functions (where is a GP model) offers a solution to this limitation; however, generating an analytical probability density for from the Gaussian density of is often an intractable problem (e.g., when is nonlinear). Previous work has handled this issue by using sampling techniques or by solving an auxiliary problem over an augmented space where the values of are constrained…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsEmbedded Systems Design Techniques · Reliability and Maintenance Optimization · Advanced Multi-Objective Optimization Algorithms
MethodsGaussian Process
