paper-with-me

Papers

CobBO: Coordinate Backoff Bayesian Optimization with Two-Stage Kernels

2021-01-13 · NeurIPS 2021 12 · Jian Tan, Niv Nayman, Mengchang Wang

Bayesian optimization is a popular method for optimizing expensive black-box functions. Yet it oftentimes struggles in high dimensions where the computation could be prohibitively heavy. To alleviate this problem, we introduce Coordinate backoff Bayesian Optimization (CobBO) with two-stage kernels. During each round, the first stage uses a simple coarse kernel that sacrifices the approximation accuracy for computational efficiency. It captures the global landscape by purposely smoothing away local fluctuations. Then, in the second stage of the same round, past observed points in the full space are projected to the selected subspace to form virtual points. These virtual points, along with the means and variances of their unknown function values estimated using the simple kernel of the first stage, are fitted to a more sophisticated kernel model in the second stage. Within the selected low dimensional subspace, the computational cost of conducting Bayesian optimization therein becomes affordable. To further enhance the performance, a sequence of consecutive observations in the same subspace are collected, which can effectively refine the approximation of the function. This refinement lasts until a stopping rule is met determining when to back off from a certain subspace and switch to another. This decoupling significantly reduces the computational burden in high dimensions, which fully leverages the observations in the whole space rather than only relying on observations in each coordinate subspace. Extensive evaluations show that CobBO finds solutions comparable to or better than other state-of-the-art methods for dimensions ranging from tens to hundreds, while reducing both the trial complexity and computational costs.

📄 PDF Abstract BibTeX arXiv:2101.05147

Code (1)

Alibaba-MIIL/CobBO 공식 구현

Tasks

Bayesian OptimizationComputational EfficiencyVocal Bursts Valence Prediction

Methods 이 논문이 사용한 방법론

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 제목 키워드 기반

Mean Field-based Dynamic Backoff Optimization for MIMO-enabled Grant-Free NOMA in Massive IoT Networks

2024-10-16 · Haibo Wang, Hongwei Gao, Pai Jiang, Matthieu De Mari 외

In the 6G Internet of Things (IoT) paradigm, unprecedented challenges will be raised to provide massive connectivity, ultra-low latency, and energy efficiency for ultra-dense IoT devices. To address these challenges, we …

Chance Constrained Policy Optimization for Process Control and Optimization

2020-07-30 · Panagiotis Petsagkourakis, Ilya Orson Sandoval, Eric Bradford, Federico Galvanin 외

Chemical process optimization and control are affected by 1) plant-model mismatch, 2) process disturbances, and 3) constraints for safe operation. Reinforcement learning by policy optimization would be a natural way to s…

Bayesian OptimizationChemical Processreinforcement-learningReinforcement Learning (RL)

Decomposition of the Leinster-Cobbold Diversity Index

2022-12-11 · Bingzhang Chen, Michael Grinfeld

The Leinster and Cobbold diversity index possesses a number of merits; in particular, it generalises many existing indices and defines an effective number. We present a scheme to quantify the contribution of richness, ev…

Diversity

Constrained Reinforcement Learning for Dynamic Optimization under Uncertainty

2020-06-04 · Panagiotis Petsagkourakis, Ilya Orson Sandoval, Eric Bradford, Dongda Zhang 외

Dynamic real-time optimization (DRTO) is a challenging task due to the fact that optimal operating conditions must be computed in real time. The main bottleneck in the industrial application of DRTO is the presence of un…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Expected Coordinate Improvement for High-Dimensional Bayesian Optimization

2024-04-18 · Dawei Zhan

Bayesian optimization (BO) algorithm is very popular for solving low-dimensional expensive optimization problems. Extending Bayesian optimization to high dimension is a meaningful but challenging task. One of the major c…

Bayesian Optimization