paper-with-me

Papers

High Dimensional Bayesian Optimization with Kernel Principal Component Analysis

2022-04-28 · Kirill Antonov, Elena Raponi, Hao Wang, Carola Doerr

Bayesian Optimization (BO) is a surrogate-based global optimization strategy that relies on a Gaussian Process regression (GPR) model to approximate the objective function and an acquisition function to suggest candidate points. It is well-known that BO does not scale well for high-dimensional problems because the GPR model requires substantially more data points to achieve sufficient accuracy and acquisition optimization becomes computationally expensive in high dimensions. Several recent works aim at addressing these issues, e.g., methods that implement online variable selection or conduct the search on a lower-dimensional sub-manifold of the original search space. Advancing our previous work of PCA-BO that learns a linear sub-manifold, this paper proposes a novel kernel PCA-assisted BO (KPCA-BO) algorithm, which embeds a non-linear sub-manifold in the search space and performs BO on this sub-manifold. Intuitively, constructing the GPR model on a lower-dimensional sub-manifold helps improve the modeling accuracy without requiring much more data from the objective function. Also, our approach defines the acquisition function on the lower-dimensional sub-manifold, making the acquisition optimization more manageable. We compare the performance of KPCA-BO to a vanilla BO and to PCA-BO on the multi-modal problems of the COCO/BBOB benchmark suite. Empirical results show that KPCA-BO outperforms BO in terms of convergence speed on most test problems, and this benefit becomes more significant when the dimensionality increases. For the 60D functions, KPCA-BO achieves better results than PCA-BO for many test cases. Compared to the vanilla BO, it efficiently reduces the CPU time required to train the GPR model and to optimize the acquisition function compared to the vanilla BO.

📄 PDF Abstract BibTeX arXiv:2204.13753

Code (0)

등록된 구현이 없습니다.

Tasks

Bayesian OptimizationCPUglobal-optimizationGPRVariable SelectionVocal Bursts Intensity Prediction

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
Gaussian Process Gaussian Processes are non-parametric models for approximating functions. They rely upon a measure of similarity between points (the kernel function) to predict the value for…

Similar Papers 제목 키워드 기반

W-Kernel and Its Principal Space for Frequentist Evaluation of Bayesian Estimators

2023-11-21 · Yukito Iba

Evaluating the variability of posterior estimates is a key aspect of Bayesian model assessment. In this study, we focus on the posterior covariance matrix W, defined using the log-likelihood of each observation. Previous…

Deep Kernel Principal Component Analysis for Multi-level Feature Learning

2023-02-22 · Francesco Tonin, Qinghua Tao, Panagiotis Patrinos, Johan A. K. Suykens

Principal Component Analysis (PCA) and its nonlinear extension Kernel PCA (KPCA) are widely used across science and industry for data analysis and dimensionality reduction. Modern deep learning tools have achieved great …

Dimensionality Reduction

Automated Kernel Discovery Towards Understanding High-dimensional Bayesian Optimization

2026-05-18 · Taeyoung Yun, Woocheol Shin, Inhyuck Song, Jaewoo Lee 외 arxiv

Gaussian Process (GP) kernels are central to Bayesian optimization (BO), yet designing effective kernels for high-dimensional problems still relies on extensive manual engineering. Existing automated approaches struggle …

A warped kernel improving robustness in Bayesian optimization via random embeddings

2014-11-13 · Mickaël Binois, David Ginsbourger, Olivier Roustant

This works extends the Random Embedding Bayesian Optimization approach by integrating a warping of the high dimensional subspace within the covariance kernel. The proposed warping, that relies on elementary geometric con…

Bayesian Optimization

RTDK-BO: High Dimensional Bayesian Optimization with Reinforced Transformer Deep kernels

2023-10-05 · Alexander Shmakov, Avisek Naug, Vineet Gundecha, Sahand Ghorbanpour 외

Bayesian Optimization (BO), guided by Gaussian process (GP) surrogates, has proven to be an invaluable technique for efficient, high-dimensional, black-box optimization, a critical problem inherent to many applications s…

Bayesian OptimizationMeta-Learningreinforcement-learningReinforcement Learning+1