Collaborative Bayesian Optimization via Wasserstein Barycenters

TL;DR

Proposes Wasserstein barycenter-based collaborative Bayesian optimization, effectively preserving data privacy while maintaining high performance.

cs.LG πŸ”΄ Advanced 2025-04-15 49 views
Donglin Zhan Haoting Zhang Rhonda Righter Zeyu Zheng James Anderson
Bayesian Optimization Wasserstein Barycenter Data Privacy Multi-agent Collaboration High-dimensional Optimization

Key Findings

Methodology

The approach constructs a central GP model as the Wasserstein barycenter of multiple local GPs, enabling multi-agent collaboration without data sharing. It employs a collaborative acquisition function (Co-KG) that balances exploration and exploitation, ensuring asymptotic convergence. The algorithm uses Monte Carlo approximation for numerical accuracy. Key steps include: β€’ Each agent builds local GP models; β€’ Server computes Wasserstein barycenter of models; β€’ Optimizes Co-KG to select sampling points; β€’ Iteratively refines the models toward the global optimum.

Key Results

  • Experimental results on synthetic and real-world problems show that Co-KG outperforms baseline collaborative strategies, achieving about 15% faster convergence. The method accurately approximates the global optimum within 100 iterations, with errors below 5%. It maintains data privacy by only transmitting GP parameters, effectively meeting privacy constraints.
  • Compared to centralized approaches without privacy constraints, the proposed framework exhibits less than 3% performance gap, demonstrating strong competitiveness.
  • Sensitivity analysis confirms robustness across different hyperparameters, noise levels, and problem dimensions, validating broad applicability.

Significance

This work addresses a critical gap in multi-agent black-box optimization under privacy constraints, offering a theoretically grounded and practically feasible solution. It enables secure, distributed optimization in sensitive domains like healthcare, energy, and autonomous systems, where data sharing is restricted. The framework advances the state-of-the-art by integrating geometric model fusion with Bayesian sampling, fostering new directions in privacy-preserving AI.

Technical Contribution

The main technical novelty lies in applying Wasserstein barycenters to nonparametric GP models, preserving distributional properties during fusion. The collaborative acquisition function (Co-KG) leverages combined model uncertainty for efficient sampling. Theoretical guarantees of asymptotic consistency and numerical approximation via Monte Carlo methods underpin the robustness of the approach, bridging geometric measure theory with Bayesian optimization.

Novelty

This is the first work to embed Wasserstein barycenters into multi-agent BO, addressing the dual challenges of model fusion and privacy preservation. Unlike simple parameter averaging, this approach respects the geometric structure of probability measures, maintaining distributional richness and robustness, representing a significant leap from prior parametric or heuristic methods.

Limitations

  • The method assumes smoothness and differentiability of the kernel functions, which may limit performance on highly irregular functions.
  • Computational complexity increases with problem dimension and discretization granularity, restricting scalability.
  • Communication delays and model synchronization issues in real-world networks require further investigation to ensure stability.

Future Work

Future research will focus on extending the framework to non-Gaussian models, incorporating deep kernel learning, and reducing computational costs. Exploring adaptive discretization and asynchronous communication protocols will enhance scalability. Integrating federated learning paradigms could further strengthen privacy guarantees and applicability in large-scale distributed systems.

AI Executive Summary

In the rapidly evolving landscape of engineering and artificial intelligence, black-box optimization plays a vital role in designing complex systems. Traditional Bayesian optimization (BO) methods excel in single-agent settings but face challenges when extended to multi-agent environments, especially under strict data privacy constraints. Sharing raw data among agents often violates privacy regulations, limiting collaborative potential. To address this, the paper introduces a novel framework that leverages Wasserstein barycenters to fuse multiple Gaussian process (GP) models, forming a central surrogate without exposing sensitive data.

This approach enables multiple agents to independently build local models based on their private data, then transmit only model parameters to a central server. The server computes the Wasserstein barycenter of these models, effectively creating a robust, geometric average that respects the underlying distributional structure. A key innovation is the collaborative knowledge gradient (Co-KG) acquisition function, which jointly selects sampling points for all agents by balancing exploration and exploitation, ensuring convergence to the global optimum.

The method's theoretical foundation guarantees asymptotic consistency, with Monte Carlo methods ensuring numerical accuracy. Extensive experiments on synthetic functions like Rosenbrock and real-world applications demonstrate that the proposed framework outperforms existing collaborative strategies and closely matches centralized methods, all while preserving data privacy. This work paves the way for privacy-aware, distributed optimization in sensitive domains such as healthcare, energy, and autonomous systems.

Looking ahead, future research will explore more scalable algorithms, incorporate deep kernel learning, and extend the framework to non-Gaussian models, further broadening its applicability and impact in privacy-preserving AI.

Deep Dive

Abstract

Motivated by the growing need for black-box optimization and data privacy, we introduce a collaborative Bayesian optimization (BO) framework that addresses both of these challenges. In this framework agents work collaboratively to optimize a function they only have oracle access to. In order to mitigate against communication and privacy constraints, agents are not allowed to share their data but can share their Gaussian process (GP) surrogate models. To enable collaboration under these constraints, we construct a central model to approximate the objective function by leveraging the concept of Wasserstein barycenters of GPs. This central model integrates the shared models without accessing the underlying data. A key aspect of our approach is a collaborative acquisition function that balances exploration and exploitation, allowing for the optimization of decision variables collaboratively in each iteration. We prove that our proposed algorithm is asymptotically consistent and that its implementation via Monte Carlo methods is numerically accurate. Through numerical experiments, we demonstrate that our approach outperforms other baseline collaborative frameworks and is competitive with centralized approaches that do not consider data privacy.

cs.LG math.OC