Ilmu Komputer & AI editorial
In-Context Guidance: Learning Inter-Task Synergies via Numerical Foundational Models for Few-Shot Multitask Optimization
The core problem
Multi-task optimization (MTO) seeks to solve a set of optimization tasks simultaneously by exploiting inter-task synergies. A central challenge is the accurate estimation of inter-task relationships under limited evaluation budgets. When such estimation is inaccurate, knowledge transfer between tasks can degrade performance, a phenomenon known as negative transfer. Conventional MTO methods rely solely on scarce observed data to estimate couplings, which is particularly problematic in few-shot scenarios where each task has been evaluated only a handful of times.
This paper introduces In-Context Guidance Multitask Optimization (ICG-MTO), a framework that leverages numerical foundational models to improve inter-task coupling estimation. Unlike methods that depend only on observed evaluations, ICG-MTO employs a frozen foundational model to infer auxiliary guidance through in-context learning. The framework is designed to provide regularization during the early, data-scarce stages of optimization and to gradually relinquish control as task-specific observations accumulate. The authors instantiate ICG-MTO in two settings: multitask Bayesian optimization (ICG-MTBO) and evolutionary multi
Innovation
Why it matters
The key insight of ICG-MTO is the use of a frozen numerical foundational model to supply auxiliary guidance when task-specific data are scarce. This addresses a fundamental limitation of conventional MTO: the reliance on limited observations for estimating inter-task relationships. By leveraging in-context learning, the framework can infer predictive relationships among tasks without additional training, making it practical for few-shot settings.
The three-stage design—query construction, guidance inference, and guidance translation—is algorithm-agnostic, allowing instantiation in both Bayesian optimization and evolutionary multitasking. The gradual relinquishing of control as observations accumulate ensures that the guidance does not bias the optimization once sufficient data are available. This adaptive regularization is crucial for maintaining performance across different budget regimes.
Limitations include the dependence on the quality of the frozen foundational model and the design of in-context queries. Future work may explore other algorithm instantiations and broader task families. Overall, ICG-MTO represents a promising direction for integrating foundational models into optimization, bridging the gap between scarce data and reliable inter-task coupling estimation.
Who should read this
Opening member content…