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

Trains LLM agents to proactively edit and manage their working context for long-horizon tasks using an expanded toolset (planning, long-term memory, soft offloading) and a fine-grained RL algorithm that identifies critical edits and assigns action-level credit. Improves accuracy while keeping contexts compact on long-context QA and deep search.

Performs causal, bounded‑memory streaming 3D reconstruction by caching KV features from only the preceding 11 frames, predicting a per‑frame point map and adjacent relative pose, and composing these local predictions into a global trajectory; includes a lightweight rotation refiner and composition‑aware loss to limit drift.

Rewrites physical scenes as executable world programs (e.g., MuJoCo scene descriptions) and uses an agentic abductive loop to propose, execute, render, verify, and iteratively refine those programs from videos or text. Verified executable worlds supply scalable physical supervision for training vision–language models.