vix.ing · top · new · best · stats

CobBO: Coordinate Backoff Bayesian Optimization with Two-Stage Kernels

2021/01/13 by Jian Tan, Tan, Jian, Niv Nayman +3
Computer Science · Decision Sciences · Mathematics · #62C12 #68T20 #68W27 #Advanced Bandit Algorithms Research #Advanced Multi-Objective Optimization Algorithms #Artificial Intelligence (cs.AI) #FOS: Computer and information sciences #FOS: Mathematics #G.3 #I.2.6 #I.2.8 #Machine Learning (cs.LG) #Machine Learning (stat.ML) #Metaheuristic Optimization Algorithms Research #Optimization and Control (math.OC) #acm:62C12 #acm:68T20 #acm:68W27 #cs.AI #cs.LG #math.OC #msc:62C12 #msc:68T20 #msc:68W27 #stat.ML

paper · pdf · doi:10.48550/arxiv.2101.05147

Jian Tan and Niv Nayman contributed equally. An implementation of CobBO is available at: https://github.com/Alibaba-MIIL/CobBO

openalex publication_date 2021/01/13 · arxiv created 2022/04/19 · arxiv updated 2022/04/21 · openalex created_date 2025/10/10 · openalex updated_date 2026/07/28

Abstract

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.

Related