Collaborative Contextual Bayesian Optimization

arXiv cs.LG / 4/22/2026

📰 NewsDeveloper Stack & InfrastructureModels & Research

Key Points

  • The paper addresses Contextual Bayesian Optimization (CBO), which is harder than standard Bayesian Optimization because it must learn a mapping from context to the optimal design across contexts.
  • It introduces CCBO (Collaborative Contextual Bayesian Optimization), a framework that lets multiple heterogeneous clients collaborate on CBO while using controllable contexts.
  • CCBO supports both online collaboration during data collection and offline initialization using peers’ historical beliefs, with an optional privacy-preserving communication option.
  • The authors provide sublinear regret theoretical guarantees and report simulation results plus a real-world “hot rolling” application showing substantial gains over existing methods, even with client heterogeneity.
  • Reproducibility materials are offered via the provided GitHub repository.

Abstract

Discovering optimal designs through sequential data collection is essential in many real-world applications. While Bayesian Optimization (BO) has achieved remarkable success in this setting, growing attention has recently turned to context-specific optimal design, formalized as Contextual Bayesian Optimization (CBO). Unlike BO, CBO is inherently more challenging as it must approximate an entire mapping from the context space to its corresponding optimal design, requiring simultaneous exploration across contexts and exploitation within each. In many modern applications, such tasks arise across multiple potentially heterogeneous but related clients, where collaboration can significantly improve learning efficiency. We propose CCBO, Collaborative Contextual Bayesian Optimization, a unified framework enabling multiple clients to jointly perform CBO with controllable contexts, supporting both online collaboration and offline initialization from peers' historical beliefs, with an optional privacy-preserving communication mechanism. We establish sublinear regret guarantees and demonstrate, through extensive simulations and a real-world hot rolling application, that CCBO achieves substantial improvements over existing approaches even under client heterogeneity. The code to reproduce the results can be found at https://github.com/cchihyu/Collaborative-Contextual-Bayesian-Optimization