Shallow-π: Knowledge Distillation for Flow-based VLAs
Boseong Jeon, Yunho Choi, Taehan Kim
TL;DR
Shallow-π tackles the real-time deployment challenge of flow-based Vision-Language-Action models by aggressively reducing transformer depth in both the vision–language backbone and the diffusion-based action head. It introduces a knowledge-distillation framework with three losses—task, teacher-student velocity matching, and intermediate attention distillation—designed for π-like architectures where the action head densely relies on multi-layer conditioning. Empirically, Shallow-π achieves up to a 70% layer reduction, over 2× speedups, and less than 1% absolute drop in success rate on standard benchmarks, with robust real-world performance on Jetson Orin/Thor across multiple robot platforms. Realistic deployment results show significant latency reductions and improved generalization to unseen perturbations, indicating practical viability for edge robotics without resorting to token pruning or complex routing schemes. The work also outlines limitations (training-time costs) and future directions to combine additional efficiency axes, such as visual token and diffusion-step reductions.
Abstract
The growing demand for real-time robotic deployment necessitates fast and on-device inference for vision-language-action (VLA) models. Within the VLA literature, efficiency has been extensively studied at the token level, such as visual token pruning. In contrast, systematic transformer layer reduction has received limited attention and, to the best of our knowledge, has not been explored for flow-based VLA models under knowledge distillation. In this work, we propose Shallow-pi, a principled knowledge distillation framework that aggressively reduces the transformer depth of both the VLM backbone and the flow-based action head, compressing the model from 18 to 6 layers. Shallow-pi achieves over two times faster inference with less than one percent absolute drop in success rate on standard manipulation benchmarks, establishing state-of-the-art performance among reduced VLA models. Crucially, we validate our approach through industrial-scale real-world experiments on Jetson Orin and Jetson Thor across multiple robot platforms, including humanoid systems, in complex and dynamic manipulation scenarios.
