AIAny
Icon for item

Beyond Data Scaling: Representation-Centric Continued Pre-training for Vision-Language-Action Models

Proposes VLAct, a representation-centric continued pre-training method for Vision-Language-Action models that preserves VLM priors and enforces cross-embodiment action semantics to turn limited robot trajectories into transferable visual-action representations; shows strong gains and sample efficiency on multiple VLA benchmarks using modest compute.

Introduction

Most progress in vision-language models comes from scaling perceptual data, but robotics is bottlenecked by scarce, costly robot trajectories. The core insight here is that with a fixed robot-data budget, improving the quality and cross-embodiment alignment of representations matters more than naive data scaling: a VLA backbone that preserves VLM priors while explicitly shaping action semantics can convert limited trajectories into broadly transferable control knowledge.

Key Findings
  • Representation-centric continued pre-training (VLAct) improves downstream VLA transfer under fixed fine-tuning protocols, outperforming several industrial VLA systems on standard benchmarks.
  • Main mechanisms: VLM-prior preservation (keeps broad visual-language capabilities), multi-head continuous-action co-supervision (encourages shared action semantics), and a partially unified cross-embodiment action layout (enables transfer while allowing task-specific heads at fine-tuning). Together these reduce overfitting to narrow robot data and improve generalization to unseen embodiments.
  • Empirical benefits include higher success rates on LIBERO-Plus and RoboTwin 2.0, competitive ranking on RoboDojo, and strong few-shot transfer to unseen humanoid embodiments (notably outperforming a full-data baseline using only 20% of downstream trajectories).
  • Achieves these gains with fully open-source data and a modest 16-GPU training setup, illustrating practical cost-efficiency compared to pure data-scaling approaches.
How it Works (brief)

VLAct begins from a vision-language backbone and continues pre-training on broad, heterogeneous multi-embodiment robot data with objectives that (1) preserve the VLM prior to retain language-grounded perception, (2) supervise continuous action embeddings with multiple heads to capture both shared and embodiment-specific signals, and (3) adopt a partly unified action layout so that cross-embodiment semantics are learnable while fine-tuning can attach task-specific action heads.

Who it's for and trade-offs

Great fit if you need stronger transfer from limited robot trajectories, care about cross-embodiment generalization, and want competitive VLA performance without massive specialized robot-data scaling. Look elsewhere if you can collect large-scale, high-quality task-specific robot action datasets or require methods optimized solely for a single fixed embodiment; VLAct focuses on representation and transfer rather than maximizing single-robot asymptotic performance.

Information

  • Websitearxiv.org
  • AuthorsSenqiao Yang, Chengyao Wang, Yuxin Chen, Zixuan Wang, Longxiang Tang, Haokun Gui, Jinhui Ye, Changsheng Lu, Xiaoyang Wu, Mingkang Zhu
  • Published date2026/08/27

More Items

Generates compact keyword sets for both queries and items with LLMs and matches them directly via an inverted index. Uses supervised fine-tuning to align keyword spaces, then alternates GRPO-based reinforcement learning on query- and item-side generators to co-evolve representations and maximize retrieval F1 while staying compatible with keyword-based infrastructure.

Learns generalizable World Action Models for robotic manipulation by scaling causal egocentric video pretraining and grounding learned dynamics with heterogeneous robot trajectories. Key features: a three-stage curriculum (video pretraining, video-action mid-training with a unified action representation, and target-robot specialization) and a Slow–Fast dual-system for 30 Hz real-time action prediction.

Develops a vision-language foundation model for autonomous driving that unifies 3D BEV perception, visual question answering, and motion planning without changing the pretrained VLM architecture. Key elements include an external BEV perception head for 3D detection and occupancy, a Planning Expert using flow-matching for trajectory prediction, and a staged training recipe combining driving and general VLM data.