LiLa-WAM: Lightweight Latent Reasoning World-Action Model for Robotic Manipulation

Fan Yang1, Yuting Su1, Xiaobo Wang2,5, Yuncheng You1, Fugui Fan1, Yuting Wu4, Minghui Wu3, Chenxu Zhao3, Jiahong Ning5, Peiguang Jing1
1Tianjin University    2Shenzhen University of Advanced Technology    3Mininglamp Technology
4Ministry of Natural Resources Information Center    5Sangfor Technologies Inc.

LiLa-WAM rollouts on all 50 RoboTwin 2.0 tasks. A single 0.5B model, trained end-to-end on one 24 GB GPU, achieves a 90.48% average success rate.

Success rate versus model size on RoboTwin 2.0

Comparison on RoboTwin 2.0 (50 tasks).

Success rate versus model size on LIBERO

Comparison on LIBERO.

Average success rate versus model size. LiLa-WAM achieves competitive performance while using substantially fewer parameters than most compared methods.

Method

LiLa-WAM builds on a frozen DINOv3 encoder and concentrates all trainable capacity in a single lightweight stream. At its core, the Foresight-Aware Action Expert unifies future-state prediction and action generation: reasoning tokens, the VTT task token, proprioceptive tokens, and noisy action tokens are processed in one sequence, jointly producing the action velocity and foresight tokens. Foresight tokens are supervised in the DINOv3 feature space during training and discarded at inference, introducing no extra test-time cost.

Overview of the LiLa-WAM architecture

Overview of LiLa-WAM. The Foresight-Aware Action Expert unifies reasoning tokens, the VTT, proprioceptive tokens, and noisy action tokens in a single stream, jointly producing the action velocity and foresight tokens, which are supervised in the feature space during training and discarded at inference.

Visual Transition Token

The Visual Transition Token (VTT) is a language-free task representation computed as the mean difference between last- and first-frame visual embeddings over a task's demonstrations. It encodes each task as a transition direction in feature space — what the task changes about the scene — requiring neither text nor a goal image at test time. Per-episode transition embeddings form well-separated, semantically meaningful clusters across tasks.

Visual Transition Token illustration and t-SNE embedding structure

Left: illustration of the VTT, computed as the mean difference between last- and first-frame embeddings. Right: t-SNE of per-episode visual transition embeddings on 10 RoboTwin 2.0 tasks (clean and randomized).

Results

RoboTwin 2.0 (50 tasks)

MethodParamsCleanRandom
ABot-M04B81.2080.40
StarVLA4B88.2088.30
π03B65.9258.40
π0.53B82.7476.76
X-VLA0.9B72.8872.84
Motus8B88.6687.02
GigaWorld-Policy5B86.3685.04
Being-H0.73B90.2089.60
LiLa-WAM (Ours)0.5B90.4889.04

Average success rates (%) over 50 RoboTwin 2.0 tasks.

LIBERO

MethodParamsSpatialObjectGoalLongAVG
OpenVLA7B84.788.479.253.776.5
OpenVLA-OFT7B97.698.497.994.597.1
StarVLA4B97.898.696.293.896.6
π03B96.898.895.885.294.1
GR00T-N1.63.3B97.798.597.594.497.0
JEPA-VLA--97.298.095.694.896.4
SmolVLA2B93.094.091.077.088.8
EVO-10.8B92.797.796.392.394.8
LiLa-WAM (Ours)0.5B98.098.897.294.297.1

Success rates (%) on the four LIBERO suites (Spatial, Object, Goal, and Long).

What Do the VTT and Action Tokens Attend To?

The VTT and the action tokens exhibit a clear division of labor: the VTT focuses on the objects that the task acts upon (e.g., the fan and its target pad, the block and the hammer), while the action tokens attend more to the arm and gripper, with responses spreading over the manipulation region — matching the intuition that task specification captures what to manipulate, whereas action generation tracks how the manipulator moves.

Attention maps of the VTT and action tokens

Attention maps of the VTT and action tokens.

Per-layer attention maps of the VTT and action tokens

Per-layer attention maps of the VTT and action tokens across the 12 DiT blocks. The VTT attends more to the placement area, whereas the action tokens attend more to the object being manipulated (red boxes).

Real-Robot Experiments

We evaluate LiLa-WAM on an AgileX PiPer 6-DoF robotic arm with a RealSense D435 third-person camera on four real-world tasks with randomized object placements. Foresight supervision improves the average success rate from 74.0% to 82.0% over the ablated variant without the foresight loss.

Execution process of the four real-robot tasks

Execution process of the four real-robot tasks.

MethodButtonBlockBananaBasketballAvg
w/o foresight loss7284924874.0
LiLa-WAM8690965682.0

Real-robot success rates (%). The four tasks are push the green button (Button), put the red block on the box (Block), put the banana on the pink plate (Banana), and put the basketball in the hoop (Basketball).

Abstract

World-action modeling has emerged as a promising paradigm for robotic control, as it empowers models to go beyond reacting to observations and anticipate how a scene will evolve. However, existing WAMs often incur substantial computational overhead. Pixel-space methods often allocate substantial capacity to visual details that may not be directly relevant to control, while some latent-space methods require multi-stage training to construct the reasoning space. The resulting training cost can make such methods difficult to train under modest computational budgets. In this work, we propose LiLa-WAM, a lightweight world-action model that reasons about the future in a compact latent space and can be trained end-to-end on a single 24GB GPU. Its core design is a compact latent reasoning space jointly shaped by future-state prediction and action generation, which keeps the model lightweight while remaining well aligned with control. For task specification, we further propose the Visual Transition Token (VTT), a language-free task representation that encodes each task as a direction in visual feature space. Experiments on RoboTwin 2.0, LIBERO, and real-robot tasks demonstrate LiLa-WAM's effectiveness, achieving 90.48% success across 50 RoboTwin tasks with single-GPU training.

BibTeX

@article{yang2026lilawam,
  title={LiLa-WAM: Lightweight Latent Reasoning World-Action Model for Robotic Manipulation},
  author={Yang, Fan and Su, Yuting and Wang, Xiaobo and You, Yuncheng and Fan, Fugui and Wu, Yuting and Wu, Minghui and Zhao, Chenxu and Ning, Jiahong and Jing, Peiguang},
  journal={arXiv preprint arXiv:2608.03701},
  year={2026},
  url={https://arxiv.org/abs/2608.03701}
}