ICML 2026

LARA: Latent Action Representation Alignment for Vision-Language-Action Models

Jointly optimizing latent action models and diffusion-based VLA policies to bridge unlabeled videos with action-labeled robot demonstrations.

Mengya Liu* Baoxiong Jia*(project lead) Jiangyong Huang Jingze Zhang Siyuan Huang

State Key Laboratory of General Artificial Intelligence, BIGAI ยท Peking University

Teaser

LARA teaser figure
LARA bridges unlabeled video data and action-labeled robot datasets by aligning latent visual dynamics with diffusion-based action generation.

Abstract

Visual-language action (VLA) models enable robots to predict actions directly from observations and language instructions, but their performance depends on large-scale, high-quality data and is limited by the scarcity of real-world robot action datasets. To facilitate VLA model learning with abundant unlabeled human videos, Latent Action Models (LAM) learn latent action representations from visual dynamics to provide additional supervision for VLA learning. However, LAM and VLA are typically trained separately, leaving LAM ungrounded during VLA training and VLA models constrained by frozen LAM representations. To address these issues, we propose Latent Action Representation Alignment (LARA), a plug-and-play framework that jointly optimizes LAM and VLA via representation alignment. This enables reciprocal benefits where LAMs learn with action trajectories to avoid spurious visual changes, while VLAs are regularized by forward dynamics learned within LAMs to reduce hallucinations of functionally ineffective trajectories. We demonstrate LARA's versatility and effectiveness for pre-training, post-training enhancement of pre-trained VLA models, and LAM refinement, achieving an average of ~10%, ~5%, and ~15% improvement over 3 simulation and 1 meticulously designed real-world robotic manipulation benchmarks.

Method

LARA method overview diagram
Method overview. We begin with LAM (left), where an Inverse Dynamic Model (IDM) learns a latent action z_t from consecutive image frames, and a Forward Dynamic Model (FDM) learns to reconstruct the subsequent frame conditioned on the preceding frame and the quantized latent action z_t^q. We then conduct LARA training on a diffusion-based VLA model, where LARA explicitly aligns the latent action z_t with intermediate features of the Diffusion Transformer (DiT), thereby jointly optimizing the LAM and VLA model in an end-to-end manner.
1

LAM Pre-Training

The latent action model learns a structured visual dynamics space from unlabeled videos using inverse and forward dynamics objectives.

2

LARA Joint Training

The VLA policy and LAM are optimized together by aligning intermediate DiT features with latent action representations.

3

Policy Enhancement

The same alignment mechanism supports full VLA training, post-training enhancement, and latent action refinement for pseudo-labeling.

Experimental Results

LARA-full model Performance in GR1 Sim and G1 Real Data

LARA(DiT-only): We pre-train a vanilla DiT model directly on OXE data without representation alignment and then post-train on target datasets.

LARA-full model: We train the full LARA model by first pre-training the LAM model on OXE data with only reconstruction loss. This LAM is used for LARA joint pre-training on OXE-data and post-training on target datasets with an DiT initialized from scratch.

LARA posttrain model is a effective plug-and-play module.

We evaluate LARA as a plug-and-play post-training enhancement module for existing diffusion-based VLA models (e.g., GR00T-N1.6), that's GR00T-N1.6-LARA, by applying the full LARA objective to jointly train the pre-trained GR00T-N1.6 model with anLAM on the post-training data.

GR1-Sim and Real robot performance

LARA for Latent Action Refinement

We conduct a direct comparison of LAM by training two distinct Moto-GPT models on the OXE Fractal dataset from scratch and testing on the SIMPLER_ENV benchmark, utilizing latent tokens from a vanilla LAM and a LARA-aligned LAM (LARA-LAM) both trained on OXE data, respectively.

LARA-LAM performance results
Attention map visualization
Attention map visualization for LAM and LARA-LAM.

Real-Robot Rollout

BibTeX

@inproceedings{liu2026lara,
  title={LARA: Latent Action Representation Alignment for Vision-Language-Action Models},
  author={Liu, Mengya and Jia, Baoxiong and Huang, Jiangyong and Zhang, Jingze and Huang, Siyuan},
  booktitle={Proceedings of the 43rd International Conference on Machine Learning},
  year={2026}
}