AICLCVROJan 21

BayesianVLA: Bayesian Decomposition of Vision Language Action Models via Latent Action Queries

arXiv:2601.15197v210 citationsh-index: 3
Originality Incremental advance
AI Analysis

This addresses a critical pathology in robot manipulation models for improved generalization to new instructions and multi-task scenarios, though it is incremental as it builds on existing VLA frameworks.

The paper tackles the problem of Vision-Language-Action models degenerating into vision-only policies due to dataset bias, termed Information Collapse, by proposing BayesianVLA, which enforces instruction following via Bayesian decomposition and improves generalization by 11.3% on an OOD benchmark.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes