Papers
arxiv:2607.29613

WCM: A World Critic Model for Vision-Language-Action Reinforcement Learning

Published on Jul 31
ยท Submitted by
FSY(SII)
on Aug 4
ยท OpenMOSS-Team OpenMOSS
Authors:
,
,
,
,
,

Abstract

Reinforcement learning (RL) post-training of Vision-Language-Action (VLA) models has shown strong promise for robotic manipulation. Among RL methods, critic-based approaches rely on a value estimator that predominantly operates on single-frame observations or single-frame VLM backbone latents, which is a fundamental mismatch with the partially observable nature of robot control. A naive approach to incorporate observation history into the critic incurs exponential complexity with high-dimensional visual space, and still fails because pure scalar-return regression provides insufficient supervision for learning cross-temporal dynamics. We identify the root cause as a state approximation problem: without an explicit world modeling objective, the critic's representation cannot capture the temporal structure needed for accurate value estimation. To address this, we propose the World Critic Model (WCM), built on a lightweight LeJEPA architecture; WCM jointly predicts future latent state and estimates values, such that the critic's representation is explicitly trained to capture temporal dynamics rather than merely regress scalar returns. WCM integrates seamlessly into both on-policy and off-policy training pipelines and is compatible with state-of-the-art VLA backbones including Pi0, Pi0.5, and OpenVLA-OFT. Extensive experiments on 149 tasks across four benchmarks demonstrate that WCM consistently achieves state-of-the-art performance in both in-distribution and out-of-distribution settings, with particularly strong generalization gains. We further validate WCM on seven real-world manipulation tasks using OpenVLA-OFT and Pi0.5 with off-policy RL, confirming stable deployment across diverse settings.

Community

Paper submitter

๐Ÿš€ Introducing WCM: A World Critic Model for Vision-Language-Action Reinforcement Learning

We are excited to introduce the World Critic Model (WCM) , a new approach that targets a critical yet often overlooked bottleneck in VLA reinforcement learning: value estimation under partial observability. While existing critic models rely on single-frame observations or weakly supervised history, robotic manipulation is inherently a POMDP, and a single snapshot simply cannot capture motion, contact progress, or future evolution. WCM is built to fix that.

ยท

๐Ÿ” The Missing Ingredient: Temporal Dynamics, Not Just History

Naively stacking more frames does not solve the problem. Scalar return regression provides too sparse a signal for learning cross-temporal dynamics, so the critic ends up treating history as a larger static feature vector without understanding how the environment evolves. Our key insight is that a critic's representation must be explicitly trained to predict the future. WCM jointly learns latent state prediction and value estimation through a lightweight LeJEPA architecture, unifying world modeling with critic learning. This produces a predictive state representation that captures what truly matters for decision making.

For a deeper dive, check out our paper and project page. WCM rethinks what a critic should learn in the age of VLA-RL.

Sign up or log in to comment

Get this paper in your agent:

hf papers read 2607.29613
Don't have the latest CLI?
curl -LsSf https://hf.co/cli/install.sh | bash

Models citing this paper 0

No model linking this paper

Cite arxiv.org/abs/2607.29613 in a model README.md to link it from this page.

Datasets citing this paper 0

No dataset linking this paper

Cite arxiv.org/abs/2607.29613 in a dataset README.md to link it from this page.

Spaces citing this paper 0

No Space linking this paper

Cite arxiv.org/abs/2607.29613 in a Space README.md to link it from this page.

Collections including this paper 0

No Collection including this paper

Add this paper to a collection to link it from this page.