Technical Report · 2026

VLAFlow

A Unified Training Framework for Vision-Language-Action Models via Co-training and Future Latent Alignment

Guoyang Xia1,2,*  Fengfa Li1,*  Hongjin Ji1,3  Lei Ren1,†,‡  Fangxiang Feng2,‡  Kun Zhan1  Yan Xie1

1Li Auto Inc.   2School of Artificial Intelligence, Beijing University of Posts and Telecommunications   3The Chinese University of Hong Kong, Shenzhen

*Equal contribution   Project leader   Corresponding author

VLAFlow framework overview
Overview of VLAFlow. A shared VLM backbone feeds a flow-matching action expert via KV-cache sharing (A); four pre-training paradigms differ only in supervision (B); all are fine-tuned and evaluated under one protocol (C).
Abstract

One framework, one variable: the training signal

Different VLA pre-training paradigms are hard to compare because existing models differ in architecture, data, action space, and evaluation. VLAFlow removes those confounders: it fixes a single π₀-style flow-matching architecture, a shared VLM backbone, one action expert, a unified 14-D action space, and one evaluation protocol — so the only variable is the training supervision signal. Under this controlled setup we compare four paradigms on ~5,000 hours of heterogeneous robot data (OXEMix) and evaluate on LIBERO, LIBERO-Plus, and SimplerEnv.

Key result. Action-only pre-training is fragile on heterogeneous data and can hurt transfer. Language supervision (high-level intent) and future-latent alignment (state transition) are complementary intermediate constraints; combining them (MindLWPI) yields the most stable transfer across all three benchmarks.

VLAFlow is a framework / benchmark, not a single model. “Flow” refers both to the flow-matching action mechanism and to how three supervision signals — low-level actions, language intent, and future latent states — flow into the same action-generation backbone.

Highlights

What we contribute

1

Controlled comparison

Four training objectives compared under one architecture, action space, data mixture, and evaluation protocol — isolating the effect of the training signal itself.

2

Negative transfer is real

Full-parameter action-only pre-training on heterogeneous data can perform worse than no pre-training; freezing the VLM preserves generalization but under-uses robot data.

3

Complementary supervision

Language injects “what to do” (intent); future-latent prediction injects “what the action changes” (state transition). Combined, they smooth heterogeneous action supervision.

4

Meta-action space

Language space and future visual latent space act as intermediate constraints that bridge heterogeneous embodiments into a smoother, more transferable action representation.

The Four Paradigms

Same backbone — different supervision

All paradigms share the same inputs, backbone, action expert, and downstream control form. They differ only in whether language supervision, future-latent supervision, or both are added. PT = pre-training, FT = fine-tuning.

ParadigmAuxiliary supervisionPT lossFT lossMain role
MindPIL_actL_actAction-only transfer baseline
MindLPIlanguageL_act + λ·L_langL_actInjects high-level action intent via language
MindWPIfuture latentL_act + λ·L_latL_act + λ·L_latRegularizes with future-state prediction
MindLWPIlanguage + future latentL_act + λ·L_lat + λ·L_langL_act + λ·L_latCombines intent + state-transition constraints

Recipe. λ_lang = 0.1 (language loss used in PT only, dropped at FT so control frequency is unaffected); MindWPI/MindLWPI use action:latent = 1:1 during PT and 0.1:1 during FT; MindLPI uses no stop-gradient — the action loss backpropagates into the VLM (ablations show stop-gradient hurts sharply).

Framework at a Glance

A shared π₀-style flow-matching backbone

Backbone & action expert

  • VLM: Qwen3-VL-4B-Instruct (36 layers, hidden 2048, 16 heads / 8 KV heads).
  • Action expert: a DiT decoder (36 blocks, hidden 1280) predicting a flow-matching velocity field for a chunk of length T = 16; AdaLN timestep, RoPE, 4 Euler steps at inference.
  • Layer-wise KV-cache sharing: the action expert never re-encodes images — it reuses the VLM's per-layer K/V, depth-aligned.

Action space, flow & latents

  • Unified 14-D action: two 7-DoF arms (EE translation + rotation + gripper); single-arm data zero-padded with a validity mask.
  • Flow matching: x_t = (1−t)·ε + t·a, target velocity a − ε.
  • Future latents (WPI/LWPI): frozen V-JEPA 2 extracts current/future latents (offset 8); MindLWPI compresses 256 → 64 tokens with AvgPool-k4.
VLAFlow structured attention mask
Structured attention mask. Latent tokens attend to the VLM cache and latent tokens but not to action tokens (preventing a shortcut through the action trajectory); action tokens attend to everything and thus use the predictive latent as context.
OXEMix Corpus

~5,000 hours of heterogeneous robot data

A medium-scale, open-source mixture converted to LeRobot format and mapped into the unified 14-D action space. Sources: DROID, OpenX-Embodiment, OpenX-Augmented, and RoboCOIN. Sampling balances dataset scale and trajectory length.

OXEMix data composition
OXEMix composition by duration and trajectory count.
SourceDurationEpisodes
OpenX (raw, incl. DROID)1,365.1 h (27.2%)509,203 (33.1%)
OpenX-Augmented3,512.0 h (70.0%)1,010,536 (65.8%)
RoboCOIN140.9 h (2.8%)16,870 (1.1%)
Total5,017.9 h1,536,609
Results

Transfer across LIBERO, LIBERO-Plus & SimplerEnv

LIBERO is a near-saturated in-distribution check; LIBERO-Plus measures zero-shot robustness; SimplerEnv exposes cross-embodiment transfer. Success rate (%). Green = best in column; tinted rows are our combined method.

MethodRobot PTAux. supervisionLIBERO AvgLIBERO-PlusWidowXRT-1 VMRT-1 VA
No robot-data pre-training
MindPI w/o PT97.059.959.675.760.4
MindWPI w/o PTfuture latent97.466.171.975.251.6
Action-only pre-training
MindPI (Frozen VLM)97.274.954.472.766.0
MindPI (Full PT)97.568.865.968.255.5
Auxiliary-supervised pre-training
MindLPIlanguage97.272.365.674.659.2
MindWPIfuture latent98.572.674.586.771.1
MindLWPIlanguage + future latent99.174.875.584.469.8

MindPI (Full PT) improves WidowX but degrades on RT-1 → action-only pre-training is unstable. MindWPI gives the strongest RT-1 transfer → future-latent alignment models action outcomes well. MindLWPI is the most stable overall → language and future-latent supervision are complementary.

MethodSizeRT-1 VMRT-1 VAWidowX
π₀3B58.856.827.8
π₀ + FAST3B61.960.539.5
OpenVLA-OFT7B63.054.331.3
SpatialVLA4B75.170.742.7
MemoryVLA7B77.772.771.9
MindWPI (ours)4B86.771.174.5
MindLWPI (ours)4B84.469.875.5

Public baselines are absolute-performance references at various model sizes. VLAFlow uses Bridge-only fine-tuning for WidowX and RT-1-only for RT-1. On LIBERO, MindLWPI reaches 99.1 average (99.2 / 99.8 / 99.2 / 98.2 on Spatial / Object / Goal / Long).

Key Insight

Flattening a fragmented action space

Low-dimensional action labels alone struggle to form a stable representation across heterogeneous embodiments, sampling rates, and action definitions. Language (high-level intent) and future latents (state transition) provide complementary intermediate constraints that “flatten” the raw action space into a smoother, more transferable meta-action space.

Meta-action space interpretation
Meta-action space. Intermediate language and latent representations bridge intent and execution, reducing negative transfer across embodiments.
Citation

BibTeX

@article{xia2026vlaflow,
  title   = {VLAFlow: A Unified Training Framework for Vision-Language-Action
             Models via Co-training and Future Latent Alignment},
  author  = {Xia, Guoyang and Li, Fengfa and Ji, Hongjin and Ren, Lei and
             Feng, Fangxiang and Zhan, Kun and Xie, Yan},
  journal = {arXiv preprint arXiv:2607.01586},
  year    = {2026}
}