[edit]
Bayesian Adaptation Gym: A Benchmark for the Bayesian Low-Rank Adaptation of Multi-Modal Language Models
Proceedings of the 42nd Conference on Uncertainty in Artificial Intelligence, PMLR 337:5919-5966, 2026.
Abstract
Large multi-modal language models are increasingly deployed in high-stakes domains, making well-calibrated uncertainty essential. Traditional {Bayesian} methods approximate posteriors over all model weights, which becomes intractable for modern large models. For this reason, recent work instead considers {Bayesian} low-rank adaptation to enable tractable posterior approximation. Due to a lack of a standardized benchmark to evaluate these approaches, it remains unclear where these methods provide meaningful benefits. To fill this gap, we introduce {Bayesian} Adaptation Gym (BAG), a benchmark for the {Bayesian} adaptation of multi-modal language models. BAG provides reference implementations of classic {Bayesian} baselines and state-of-the-art adaptation methods, along with a multi-modal dataset and task suite designed to probe calibration, robustness under distribution shift, and decision-making under uncertainty via active learning. Using BAG, we conduct and report extensive experiments across model sizes, datasets, and tasks to highlight the successes and failures of current {Bayesian} adaptation approaches. To enable further research, BAG is fully open source: https://github.com/SRI-CSL/BayesAdapt.