Pitfalls and Remedies for Multi-Task Bayesian Optimization

· Source: Machine Learning · Field: Technology & Digital — Artificial Intelligence & Machine Learning · Depth: Expert, quick

Summary

A study published on 2026-07-10 revisits the multi-task Gaussian process, a standard surrogate for warm-starting Bayesian optimization with data from related source tasks. It identifies that this default method misestimates cross-task correlation, even in straightforward scenarios involving affinely related tasks. The failure stems from two mechanisms: per-task standardization propagating finite-sample alignment errors into correlation recovery, and the marginal likelihood's per-sample correlation identification being diluted by non-overlapping Gaussian process designs. The authors propose three remedies: promoting per-task means and scales to model parameters, restricting task covariance to non-negative correlations, and co-locating parts of source and target designs. These remedies successfully recover the target-only baseline on simple instances, though the broader failure persists on more complex cases and across various rank-based and latent-context variants.

Key takeaway

For Machine Learning Engineers warm-starting Bayesian optimization with multi-task Gaussian processes, you should be aware that the default surrogate often misestimates cross-task correlation. To mitigate this, consider promoting per-task means and scales to model parameters, restricting task covariance to non-negative correlations, and co-locating parts of your source and target designs. While these remedies improve performance on simpler instances, be prepared for persistent challenges on more complex multi-task problems.

Key insights

The default multi-task Gaussian process for Bayesian optimization often misestimates cross-task correlation, requiring specific remedies.

Principles

Method

The article proposes three conservative remedies: promoting per-task means and scales to model parameters, restricting task covariance to non-negative correlations, and co-locating part of the source and target designs.

In practice

Topics

Best for: Research Scientist, AI Scientist, Machine Learning Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Machine Learning.