Pitfalls and Remedies for Multi-Task Bayesian Optimization
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
- Cross-task correlation estimation is fragile.
- Standardization can introduce alignment errors.
- Design co-location improves correlation recovery.
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
- Promote per-task means and scales.
- Restrict task covariance to non-negative correlations.
- Co-locate source and target designs.
Topics
- Bayesian Optimization
- Multi-task Learning
- Gaussian Processes
- Hyperparameter Tuning
- Transfer Learning
- Cross-task Correlation
Best for: Research Scientist, AI Scientist, Machine Learning Engineer
Related on AIssential
See Counsel's argued verdicts on the open AI decisions leaders are weighing →
Editorial summary, takeaway, and curation by AIssential. Original article published by Machine Learning.