Recovering Aggressively Pruned Vision-Language-Action Models with Offline Hidden-State Distillation

📅 2026-09-16
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
该研究通过离线隐藏状态蒸馏方法,解决了大规模剪枝后视觉-语言-动作模型性能下降的问题,有效恢复了模型性能。
📝 Abstract
Vision-language-action (VLA) models let robots follow language instructions, but their language backbones of several billion parameters are the main obstacle to running them on robot hardware. Structured pruning reduces that backbone, and removing 63% of it from OpenVLA-OFT drops LIBERO-Long success from 93.2% to 0.8%. A recent approach restores such a model with supervised fine-tuning followed by reinforcement learning, which needs online rollouts and hundreds of GPU-hours. We recover most of the lost success entirely offline. Width pruning narrows the blocks but keeps the residual stream at its original size, so teacher and student hidden states have the same shape and are matched directly, without a projector. Training against a cache built in one teacher pass lifts the 63%-reduced student to within 3.5 points of the teacher in about 8 GPU-hours. A sweep over nine ratios locates where the recovery objective starts to matter. Up to 45% reduction the two do not differ significantly on OpenVLA-OFT. Hidden-state distillation then adds +2.1 to +4.5 points there between 63% and 87%, and +9.4 to +22.1 points on CogACT from 63% onward. At 81% on CogACT, a tripled recovery budget narrows the distilled student's gap to the teacher to 3.9 points on average, while supervised recovery stays more than 20 points below. At matched compression, width pruning yields higher success and depth pruning lower latency. On a 6-DoF manipulator, the distilled student at 72% reduction reaches 77.5% success against 59.5% for supervised recovery, runs 2.23x faster on-board than the teacher, and uses 62% less memory.
Problem

Research questions and friction points this paper is trying to address.

Vision-Language-Action Models
Structured Pruning
Model Recovery
Offline Distillation
Innovation

Methods, ideas, or system contributions that make the work stand out.

offline hidden-state distillation
width pruning
recovery without online rollouts
🔎 Similar Papers
2024-03-04Computer Vision and Pattern RecognitionCitations: 3
C
Chiyoung Kim
Chung-Ang University, Seoul, Republic of Korea
S
Sanghyuk Roy Choi
Chung-Ang University, Seoul, Republic of Korea
Minhyeok Lee
Minhyeok Lee
Yonsei University
Computer Vision and Pattern Recognition