In-Context Multi-Objective Optimization

Abstract

Balancing competing objectives is omnipresent across disciplines, from drug design to autonomous systems. Multi-objective Bayesian optimization is a promising solution for such expensive, black-box problems: it fits probabilistic surrogates and selects new designs via an acquisition function that balances exploration and exploitation. In practice, it requires tailored choices of surrogate and acquisition that rarely transfer to the next problem, is myopic when multi-step planning is often required, and adds refitting overhead, particularly in parallel or time-sensitive loops. We present TAMO, a fully amortized, universal policy for multi-objective black-box optimization. TAMO uses a transformer architecture that operates across varying input and objective dimensions, enabling pretraining on diverse corpora and transfer to new problems without retraining: at test time, the pretrained model proposes the next design with a single forward pass. We pretrain the policy with reinforcement learning to maximize cumulative hypervolume improvement over full trajectories, conditioning on the entire query history to approximate the Pareto frontier. Across synthetic benchmarks and real tasks, TAMO produces fast proposals, reducing proposal time by 50–1000× versus alternatives while matching or improving Pareto quality under tight evaluation budgets. These results show that transformers can perform multi-objective optimization entirely in-context, eliminating per-task surrogate fitting and acquisition engineering, and open a path to foundation-style, plug-and-play optimizers for scientific discovery workflows.

Cite

Text

Zhang et al. "In-Context Multi-Objective Optimization." International Conference on Learning Representations, 2026.

Markdown

[Zhang et al. "In-Context Multi-Objective Optimization." International Conference on Learning Representations, 2026.](https://mlanthology.org/iclr/2026/zhang2026iclr-incontext/)

BibTeX

@inproceedings{zhang2026iclr-incontext,
  title     = {{In-Context Multi-Objective Optimization}},
  author    = {Zhang, Xinyu and Hassan, Conor and Martinelli, Julien and Huang, Daolang and Kaski, Samuel},
  booktitle = {International Conference on Learning Representations},
  year      = {2026},
  url       = {https://mlanthology.org/iclr/2026/zhang2026iclr-incontext/}
}