KENDO:增强贝叶斯优化与主动学习

Enhancing Bayesian Optimization and Active Learning Through Kernel Diversity

精选理由

这篇论文提出了KENDO框架,结合了集成高斯过程与冲突感知获取策略,对于贝叶斯优化和主动学习领域的研究者来说,是一个值得关注的创新点。

AI 摘要

本文提出KENDO框架,结合集成高斯过程与冲突感知获取策略,实现贝叶斯优化和主动学习的统一。KENDO-BO在单目标优化中表现优异,KENDO-AL在主动学习中优于MCMC基准,速度提升27倍。

原文 · arXiv cs.LG

Enhancing Bayesian Optimization and Active Learning Through Kernel Diversity

Hyperparameter selection remains a key challenge in Bayesian optimization (BO) and Bayesian active learning (AL), as model misspecification can lead to suboptimal performance, while more accurate fully Bayesian treatments typically rely on computationally expensive MCMC sampling. This paper proposes a unified framework, KENDO (Kernel ENsemble Disagreement-aware Operator), that integrates Ensemble Gaussian Processes (EGP) with disagreement-aware acquisition strategies. The central idea is to replace hyperparameter sampling with a kernel ensemble and adaptive Bayesian weighting, combined with disagreement-aware acquisition strategies. Within this unified framework, we instantiate KENDO-BO for BO and KENDO-AL for Bayesian AL, demonstrating that both arise from a common self-correcting mechanism with task-specific acquisition objectives. We further extend the approach to multi-objective optimization via random scalarization that preserves the single-optimizer conditioning structure. Thorough numerical tests on synthetic and real-world benchmarks across single-objective optimization, multi-objective optimization, and active learning demonstrate that (i) KENDO-BO achieves competitive or superior optimization performance compared to state-of-the-art methods while reducing computational overhead by up to $5\times$ and (ii) KENDO-AL achieves superior predictive calibration over MCMC-based active learning baselines with up to $27\times$ speedup.

KENDO:增强贝叶斯优化与主动学习 · AI 热点