WCM: A World Critic Model for Vision-Language-Action Reinforcement Learning
Summary
Introduces WCM, a World Critic Model that jointly predicts future latent states and estimates values to improve temporal modeling for Vision-Language-Action reinforcement learning, achieving state-of-the-art results across robotic manipulation benchmarks.
View Cached Full Text
Cached at: 08/04/26, 05:37 AM
Paper page - WCM: A World Critic Model for Vision-Language-Action Reinforcement Learning
Source: https://huggingface.co/papers/2607.29613
Abstract
Reinforcementlearning(RL)post-trainingofVision-Language-Action(VLA)modelshasshownstrongpromiseforroboticmanipulation.AmongRLmethods,critic-basedapproachesrelyonavalueestimatorthatpredominantlyoperatesonsingle-frameobservationsorsingle-frameVLMbackbonelatents,whichisafundamentalmismatchwiththepartiallyobservablenatureofrobotcontrol.Anaiveapproachtoincorporateobservationhistoryintothecriticincursexponentialcomplexitywithhigh-dimensionalvisualspace,andstillfailsbecausepurescalar-returnregressionprovidesinsufficientsupervisionforlearningcross-temporaldynamics.Weidentifytherootcauseasastateapproximationproblem:withoutanexplicitworldmodelingobjective,thecritic’srepresentationcannotcapturethetemporalstructureneededforaccuratevalueestimation.Toaddressthis,weproposetheWorldCriticModel(WCM),builtonalightweightLeJEPAarchitecture;WCMjointlypredictsfuturelatentstateandestimatesvalues,suchthatthecritic’srepresentationisexplicitlytrainedtocapturetemporaldynamicsratherthanmerelyregressscalarreturns.WCMintegratesseamlesslyintobothon-policyandoff-policytrainingpipelinesandiscompatiblewithstate-of-the-artVLAbackbonesincludingPi0,Pi0.5,andOpenVLA-OFT.Extensiveexperimentson149tasksacrossfourbenchmarksdemonstratethatWCMconsistentlyachievesstate-of-the-artperformanceinbothin-distributionandout-of-distributionsettings,withparticularlystronggeneralizationgains.WefurthervalidateWCMonsevenreal-worldmanipulationtasksusingOpenVLA-OFTandPi0.5withoff-policyRL,confirmingstabledeploymentacrossdiversesettings.
View arXiv pageView PDFProject pageGitHub11Add to collection
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 paper0
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 paper0
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 paper0
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 paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
World-Language-Action Model for Unified World Modeling, Language Reasoning, and Action Synthesis
This paper introduces World-Language-Action (WLA) models, embodied foundation models that jointly predict textual subtasks, subgoal images, and robot actions from text, images, and robot states, achieving state-of-the-art multi-task and long-horizon learning in simulated and real-world environments.
Learning Visual Feature-Based World Models via Residual Latent Action
This paper introduces RLA-WM, a visual feature-based world model that leverages residual latent actions and flow matching to efficiently predict future visual states. The method outperforms existing video-diffusion and feature-based approaches while enabling novel robot learning techniques from offline, actionless demonstration videos.
WorldCycle: Self-Verifiable Reinforcement Learning for Long-Horizon Video World Models
WorldCycle proposes a self-verifiable reinforcement learning method for long-horizon video world models, using reversible action cycles as free supervision to reduce state-returning drift by up to 44% and boost composite-action accuracy nearly 4x. It also introduces CycleBench to evaluate world models as simulators.
World Pilot: Steering Vision-Language-Action Models with World-Action Priors
World Pilot enhances Vision-Language-Action models by incorporating dynamic scene evolution and trajectory priors from a World-Action Model, achieving state-of-the-art zero-shot performance on manipulation tasks.
In-Context World Modeling for Robotic Control
This paper introduces In-Context World Modeling (ICWM), a framework that enables robot policies to infer system variables from self-generated interactions, allowing adaptation to novel configurations without parameter updates by treating system identification as an in-context adaptation problem. It outperforms standard VLA baselines on novel camera viewpoints in simulation and real-world experiments.