OPBO: Order-Preserving Bayesian Optimization
Wei Peng, Jianchen Hu, Kang Liu, Qiaozhu Zhai

TL;DR
This paper introduces OPBO, a novel Bayesian optimization method that preserves the order of the objective function using neural networks, enabling efficient high-dimensional black-box optimization over 500 dimensions.
Contribution
The paper proposes a simple order-preserving surrogate model using neural networks, addressing high-dimensional challenges where Gaussian processes fail, and introduces a solution selection strategy to reduce computational costs.
Findings
OPBO outperforms traditional BO methods in high-dimensional problems.
OPBO effectively handles over 500-dimensional black-box optimization.
The method significantly reduces computational complexity in high-dimensional spaces.
Abstract
Bayesian optimization is an effective method for solving expensive black-box optimization problems. Most existing methods use Gaussian processes (GP) as the surrogate model for approximating the black-box objective function, it is well-known that it can fail in high-dimensional space (e.g., dimension over 500). We argue that the reliance of GP on precise numerical fitting is fundamentally ill-suited in high-dimensional space, where it leads to prohibitive computational complexity. In order to address this, we propose a simple order-preserving Bayesian optimization (OPBO) method, where the surrogate model preserves the order, instead of the value, of the black-box objective function. Then we can use a simple but effective OP neural network (NN) to replace GP as the surrogate model. Moreover, instead of searching for the best solution from the acquisition model, we select good-enough…
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 Multi-Objective Optimization Algorithms · Gaussian Processes and Bayesian Inference · Advanced Bandit Algorithms Research
