VLA Models Are More Generalizable Than You Think: Revisiting Physical and Spatial Modeling

arXiv cs.RO / 4/1/2026

💬 OpinionIdeas & Deep AnalysisModels & Research

Key Points

  • The paper finds that VLA models’ poor robustness to new camera viewpoints and visual perturbations is mainly caused by misalignment in spatial modeling rather than physical modeling.
  • It introduces a one-shot adaptation approach that uses lightweight, learnable updates to recalibrate visual representations for better out-of-distribution viewpoint performance.
  • Feature Token Modulation (FTM) applies a global affine transform to visual tokens and improves Libero viewpoint accuracy from 48.5% to 87.1% using only 4K parameters.
  • Feature Linear Adaptation (FLA) uses low-rank updates to the ViT encoder, reaching 90.8% success with 4.7M parameters, comparable to LoRA-scale finetuning but at much lower cost.
  • The results suggest pretrained VLA models may have significant untapped robustness, and that minimal targeted visual adaptation can effectively restore generalization.

Abstract

Vision-language-action (VLA) models achieve strong in-distribution performance but degrade sharply under novel camera viewpoints and visual perturbations. We show that this brittleness primarily arises from misalignment in Spatial Modeling, rather than Physical Modeling. To address this, we propose a one-shot adaptation framework that recalibrates visual representations through lightweight, learnable updates. Our first method, Feature Token Modulation (FTM), applies a global affine transformation to visual tokens and improves Libero viewpoint accuracy from 48.5% to 87.1% with only 4K parameters. Building on this, Feature Linear Adaptation (FLA) introduces low-rank updates to the ViT encoder, achieving 90.8% success with 4.7M parameters -- matching LoRA-scale finetuning at far lower cost. Together, these results reveal substantial untapped robustness in pretrained VLA models and demonstrate that targeted, minimal visual adaptation is sufficient to restore viewpoint generalization.