Search papers, labs, and topics across Lattice.
This study evaluates the retention of commonsense and factual knowledge in Vision-Language-Action (VLA) models after fine-tuning on robotics data, using a novel protocol called Act2Answer. By transforming knowledge benchmarks into action-based tasks, the authors reveal that while VLAs perform well on basic concepts, they struggle significantly with more complex semantic categories compared to their pretrained Vision-Language Models (VLMs). The findings also indicate that co-training with Visual Question Answering (VQA) enhances knowledge retention, with critical answer-relevant signals found predominantly in the middle layers of the VLA architecture.
VLA models retain basic knowledge but falter on complex semantics, revealing a critical gap in their adaptation from VLMs.
Embodied Vision-Language-Action (VLA) models are typically obtained by fine-tuning powerful pretrained VLMs on robotics data, yet it is unclear how much commonsense and factual knowledge they retain after adaptation. Failures on knowledge-sensitive tasks are ambiguous, conflating missing knowledge with poor generalization of low-level control. We introduce Act2Answer, a lightweight protocol that adapts VLM knowledge benchmarks to VLA evaluation by requiring agents to answer through action. Each question becomes a short tabletop episode where the agent performs a single object-placement action to select among candidate answers, yielding an action-grounded success rate with reduced control confounds. We curate a test suite of such environments across diverse commonsense and world-knowledge categories and introduce layerwise intent probing to localize answer-relevant information across the VLM backbone and action head. In a large-scale study of 7 VLA models and 9 VLM baselines, we systematically rank models across categories, finding that VLAs show solid performance on simple concepts while exhibiting larger gaps on richer semantic categories relative to their source VLMs, that VQA co-training is associated with better knowledge retention, and that answer-relevant signals peak in middle VLA layers but attenuate in upper layers. Act2Answer is available at https://tttonyalpha.github.io/act2answer/.