APT: Action Expert Pretraining Improves Instruction Generalization of Vision-Language-Action Policies
About
Vision-Language-Action (VLA) models that couple pretrained Vision-Language Models (VLMs) with continuous action experts have achieved strong manipulation performance, yet generalization to out-of-distribution (OOD) language instructions remains poor. A known challenge is the structural imbalance in VLA data, where language is far less diverse than visual and action content, making policies prone to visual shortcuts. While discrete-action methods mitigate this through vision-language co-training, continuous action experts lack such protection: they start from random initialization and learn entirely from imbalanced data, producing noisy gradients that corrupt the VLM and fail to exploit its language capability. We address this from a Bayesian perspective, factorizing the policy into a language-agnostic Vision-Action (VA) prior and a language-conditioned VLA likelihood, and propose APT, a two-stage training method emphasizing Action expert PreTraining. In Stage 1, the action expert is pretrained as a VA prior on vision-action pairs from a frozen VLM, bypassing the language imbalance. In Stage 2, language tokens are injected through a gated fusion mechanism that integrates VLM features while preserving the learned visuomotor prior. APT applies to mainstream VLA architectures, including the $\pi$ and GR00T-style architectures. Comprehensive experiments validate that APT achieves consistent gains on unseen instructions and compositional tasks. Project Page: https://xukechun.github.io/papers/APT/
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Robotic Manipulation | LIBERO-Plus | Language Understanding Score77.6 | 414 | |
| Robot Manipulation | LIBERO | Spatial Success Rate98.4 | 223 | |
| Robot Manipulation | LIBERO-PRO | Task Perturbation Goal SR20 | 22 | |
| pick place | Real-world Pick-Place SO | Success Rate29 | 4 | |
| pick place | Real-world Pick-Place (UO) | Success Rate28 | 4 | |
| Clutter Pick-Place | Real-world Clutter Pick-Place (UC) | Success Rate22 | 2 | |
| Clutter Pick-Place | Real-world Clutter Pick-Place (UO) | Success Rate7 | 2 | |
| Clutter Pick-Place | Real-world Clutter Pick-Place (UOUE) | Success Rate6 | 2 | |
| pick place | Real-world Pick-Place (UOUC) | Success Rate16 | 2 | |
| Table Storage | Real-world Table Storage (seen prompt) | Success Rate (Red Tea Bag)100 | 2 |