Scaling Bayesian Optimization With Game Theory
L. Mathesen, G. Pedrielli, R.L. Smith

TL;DR
This paper presents BOFiP, a novel high-dimensional Bayesian Optimization algorithm that decomposes the space into sub-spaces, using game theory to improve scalability and performance in complex black box functions.
Contribution
BOFiP introduces a game-theoretic approach to decompose high-dimensional optimization into sub-spaces, enabling scalable Bayesian Optimization with improved performance.
Findings
BOFiP outperforms state-of-the-art methods on benchmark functions.
BOFiP maintains high performance from 20 to 1000 dimensions.
BOFiP effectively optimizes neural network architectures with thousands of weights.
Abstract
We introduce the algorithm Bayesian Optimization (BO) with Fictitious Play (BOFiP) for the optimization of high dimensional black box functions. BOFiP decomposes the original, high dimensional, space into several sub-spaces defined by non-overlapping sets of dimensions. These sets are randomly generated at the start of the algorithm, and they form a partition of the dimensions of the original space. BOFiP searches the original space with alternating BO, within sub-spaces, and information exchange among sub-spaces, to update the sub-space function evaluation. The basic idea is to distribute the high dimensional optimization across low dimensional sub-spaces, where each sub-space is a player in an equal interest game. At each iteration, BO produces approximate best replies that update the players belief distribution. The belief update and BO alternate until a stopping condition is met.…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Bandit Algorithms Research · Sports Analytics and Performance · Advanced Multi-Objective Optimization Algorithms
