ROAIJun 18

Finetuning Vision-Language-Action Models Requires Fewer Layers Than You Think

arXiv:2606.2024624.5
Predicted impact top 4% in RO · last 90 daysOriginality Highly original
AI Analysis

For robotic manipulation practitioners, this work shows that large VLA models can be significantly compressed without performance loss, enabling more efficient fine-tuning and deployment.

Vision-Language-Action models exhibit severe layer-wise representational redundancy, and a training-free compression pipeline using Centered Kernel Alignment can remove up to 50% of layers, reducing training time by 40-50% and inference time by 30% while matching or exceeding full-scale performance across multiple benchmarks and real-world tasks.

Vision-Language-Action (VLA) models pre-trained on massive video-robot datasets have revolutionized robotic manipulation, yet their multi-billion parameter architectures impose prohibitive computational burdens during downstream fine-tuning and real-time inference. In this work, we reveal a highly non-trivial architectural characteristic of these continuous control foundation policies (e.g., pi_0, GR00T-N1.5): despite being trained on diverse physical trajectories, they exhibit severe layer-wise representational redundancy. To exploit this, we introduce a structural compression pipeline that is entirely training-free, bypassing the need of existing methods to load full-scale models to learn optimized token reductions or dynamic layer selectors. Instead, using only a single forward pass via Centered Kernel Alignment to identify redundant layer features, we remove twin layers to permanently compress the model depth by up to 50% across both the VLM backbone and the continuous control policy head. Downstream fine-tuning of this streamlined architecture yields a dual acceleration benefit: a 40-50% reduction in training time and up to 30% faster real-time inference, while matching or exceeding full-scale base model performance. We comprehensively validate our method across three simulation benchmarks (LIBERO, RoboCasa, SimplerEnv) and 10 diverse real-world manipulation tasks across 4 unique robotic embodiments. These results prove that advanced VLAs require significantly fewer layers than previously assumed, offering a highly compute-efficient paradigm for scalable robot learning.

Foundations

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

Your Notes