BayesianVLA: Bayesian Decomposition of Vision Language Action Models via Latent Action Queries
Shijie Lian, Bin Yu, Xiaopeng Lin, Laurence T. Yang, Zhaolong Shen, Changti Wu, Yuzhuo Miao, Cong Huang, Kai Chen
TL;DR
This work identifies a fundamental weakness in Vision-Language-Action models: when training data ties visuals too strongly to instructions, models collapse to vision-only policies and fail in out-of-distribution settings. To combat this, BayesianVLA introduces a Bayesian decomposition of the action policy into a vision-only prior $p(a\mid v)$ and a language-conditioned posterior $\pi(a\mid v, \ell)$, together with Latent Action Queries and a dual-branch training objective that maximizes the conditional PMI between actions and instructions via the Log-Likelihood Ratio $\mathcal{L}_{\text{LLR}} = \log p(\ell \mid a, v) - \log p(\ell \mid v)$. The method yields substantial gains on SimplerEnv (66.5% average, +11.3% absolute over baselines) and RoboCasa (50.4% average), demonstrating stronger grounding of language in action, especially in OOD scenarios. By enforcing instruction following through information-theoretic regularization and preserving general VLM capabilities, BayesianVLA achieves robust generalization without additional data and offers a principled path toward reliable, language-grounded robotic manipulation.
Abstract
Vision-Language-Action (VLA) models have shown promise in robot manipulation but often struggle to generalize to new instructions or complex multi-task scenarios. We identify a critical pathology in current training paradigms where goal-driven data collection creates a dataset bias. In such datasets, language instructions are highly predictable from visual observations alone, causing the conditional mutual information between instructions and actions to vanish, a phenomenon we term Information Collapse. Consequently, models degenerate into vision-only policies that ignore language constraints and fail in out-of-distribution (OOD) settings. To address this, we propose BayesianVLA, a novel framework that enforces instruction following via Bayesian decomposition. By introducing learnable Latent Action Queries, we construct a dual-branch architecture to estimate both a vision-only prior $p(a \mid v)$ and a language-conditioned posterior $π(a \mid v, \ell)$. We then optimize the policy to maximize the conditional Pointwise Mutual Information (PMI) between actions and instructions. This objective effectively penalizes the vision shortcut and rewards actions that explicitly explain the language command. Without requiring new data, BayesianVLA significantly improves generalization. Extensive experiments across on SimplerEnv and RoboCasa demonstrate substantial gains, including an 11.3% improvement on the challenging OOD SimplerEnv benchmark, validating the ability of our approach to robustly ground language in action.
