Search papers, labs, and topics across Lattice.
This paper introduces a multi-task in-context learning framework that enhances Bayesian predictive inference by explicitly incorporating prior information as a prefix in datasets. The method addresses the limitations of existing amortized approaches, which struggle with distribution shifts and lack adaptability to new priors at test time. Experimental results show that this framework achieves oracle-level performance on challenging tasks while significantly improving computational efficiency.
Achieving oracle-level Bayesian predictions with a multi-task framework that adapts seamlessly to new priors, all while being orders of magnitude faster.
Bayesian predictive inference provides a principled framework for uncertainty quantification, data efficiency, and robust generalization. However, exact inference is often intractable, and scalable approximations may remain computationally expensive or require restrictive modeling assumptions that degrade predictive performance. Prior-Data Fitted and in-context models have recently emerged as an amortized alternative by learning to map datasets directly to predictive distributions, but existing approaches are tightly coupled to the support of the training prior and lack explicit mechanisms for adapting to new priors at test time, resulting in limited robustness under distribution shift. We introduce a multi-task in-context learning framework for amortized hierarchical Bayesian predictive inference that explicitly represents prior information as a prefix of in-context datasets. A transformer trained on sequences of prior and target tasks learns to adapt its predictions across families of priors. On a suite of evaluations with increasing difficulty, including out-of-meta-distribution priors and priors with high-dimensional latent structures, our method matches oracle Bayesian predictors while being orders of magnitude faster. We further demonstrate its practical relevance on a real-world spatiotemporal temperature prediction benchmark. Code is available at https://github.com/martianmartina/multi-task-bayesian-icl/.