TL;DR
This paper introduces a novel high-dimensional Bayesian Optimization method that combines random projections with geometry-aware semi-supervised learning to efficiently optimize functions on low-dimensional manifolds embedded in high-dimensional spaces.
Contribution
It proposes a new approach that integrates random linear projections with nonlinear manifold representation learning, improving BO performance in high dimensions.
Findings
Outperforms existing high-dimensional BO baselines on synthetic functions.
Effectively exploits manifold geometry for better representation learning.
Reduces computational complexity in high-dimensional optimization tasks.
Abstract
Bayesian Optimization (BO) is a popular approach to optimizing expensive-to-evaluate black-box functions. Despite the success of BO, its performance may decrease exponentially as the dimensionality increases. A common framework to tackle this problem is to assume that the objective function depends on a limited set of features that lie on a low-dimensional manifold embedded in the high-dimensional ambient space. The latent space can be linear or more generally nonlinear. To learn feature mapping, existing works usually use an encode-decoder framework which is either computationally expensive or susceptible to overfittting when the labeled data is limited. This paper proposes a new approach for BO in high dimensions by exploiting a new representation of the objective function. Our approach combines a random linear projection to reduce the dimensionality, with a representation learning of…
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
MethodsSparse Evolutionary Training
