paper-with-me

Papers

High-Dimensional Bayesian Optimization via Random Projection of Manifold Subspaces

2024-12-21 · Quoc-Anh Hoang Nguyen, The Hung Tran

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 the nonlinear manifold. When the geometry of the latent manifold is available, a solution to exploit this geometry is proposed for representation learning. In contrast, we use a neural network. To mitigate overfitting by using the neural network, we train the feature mapping in a geometry-aware semi-supervised manner. Our approach enables efficient optimizing of BO's acquisition function in the low-dimensional space, with the advantage of projecting back to the original high-dimensional space compared to existing works in the same setting. Finally, we show empirically that our algorithm outperforms other high-dimensional BO baselines in various synthetic functions and real applications.

📄 PDF Abstract BibTeX arXiv:2412.16554

Code (1)

fsoft-aic/rpm-bo 공식 구현 pytorch

Tasks

Bayesian OptimizationRepresentation Learning

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

High dimensional Bayesian Optimization via Condensing-Expansion Projection

2024-08-09 · Jiaming Lu, Rong J. B. Zhu

In high-dimensional settings, Bayesian optimization (BO) can be expensive and infeasible. The random embedding Bayesian optimization algorithm is commonly used to address high-dimensional BO challenges. However, this met…

Bayesian Optimization

Semi-supervised Embedding Learning for High-dimensional Bayesian Optimization

2020-05-29 · Jingfan Chen, Guanghui Zhu, Chunfeng Yuan, Yihua Huang

Bayesian optimization is a broadly applied methodology to optimize the expensive black-box function. Despite its success, it still faces the challenge from the high-dimensional search space. To alleviate this problem, we…

Bayesian OptimizationDimensionality ReductionHyperparameter OptimizationVocal Bursts Intensity Prediction

Adaptive Linear Embedding for Nonstationary High-Dimensional Optimization

2025-05-16 · Yuejiang Wen, Paul D. Franzon

Bayesian Optimization (BO) in high-dimensional spaces remains fundamentally limited by the curse of dimensionality and the rigidity of global low-dimensional assumptions. While Random EMbedding Bayesian Optimization (REM…

Bayesian Optimization

Recovering the Optimal Solution by Dual Random Projection

2012-11-13 · Lijun Zhang, Mehrdad Mahdavi, Rong Jin, Tianbao Yang 외

Random projection has been widely used in data classification. It maps high-dimensional data into a low-dimensional subspace in order to reduce the computational cost in solving the related optimization problem. While pr…

General Classification

Sparse Learning for Large-scale and High-dimensional Data: A Randomized Convex-concave Optimization Approach

2015-11-12 · Lijun Zhang, Tianbao Yang, Rong Jin, Zhi-Hua Zhou

In this paper, we develop a randomized algorithm and theory for learning a sparse model from large-scale and high-dimensional data, which is usually formulated as an empirical risk minimization problem with a sparsity-in…

Sparse Learning