Think Like a World Model, Act Like a VLA: Distilling World-Model Representations into Compact Robot Policies
Summary
The paper introduces THAW-VLA, a method that distills world-model representations into Vision-Language-Action models for robotics, enhancing robustness and performance on simulation and real hardware without additional inference overhead.
View Cached Full Text
Cached at: 09/22/26, 07:28 AM
Paper page - Think Like a World Model, Act Like a VLA: Distilling World-Model Representations into Compact Robot Policies
Source: https://huggingface.co/papers/2609.24682
Abstract
Vision-Language-Action(VLA)modelsmapobservationstoactionswithnoobjectivethataccountsforhowtheworldresponds,sotheirrobustnessisboundedprimarilybydatacoverage.Worldmodelscarrypreciselythatmissingobjectiveandarebettergroundedforit,yetrollingthefutureforwardcostssecondsperdecisionandrulesthemoutofthecontrolloop.Weshowthetwocanbeseparated.Whataworldmodelknowsaboutphysicalsceneslivesinitsinternalfeatures;generatingthefutureismerelytheobjectivethatproducedthem,sothegroundingcanbeinheritedwhilethegenerativemachineryisleftbehind.Weaddonefeature-alignmenttermtoordinaryVLAtraining:afrozenworldmodelisrunoverthetrainingframesonceandcached,andthestudentlearnstoagreewiththatcache.Noteacherisloadedduringtraining,theprojectorisdiscardedafterit,andthedeployedpolicyisidenticaltotheundistilledbaseline,runningin32~msand1.86~GBonaconsumerRTX~5090,soeverygainisattributabletotherepresentationratherthantoaddedcapacityortest-timecompute.A0.8Bstudentreaches97.9%onLIBERO,improvesfrom48.2%to50.5%onRoboCasa-GR1humanoidmanipulation,andthesameobjectivecarriesovertorealhardware,onbothasingle-armandabimanualplatform.Thegainsurviveschangesofstudentscale,backbone,alignmentlayer,andteacher,indicatingabroadrepresentationalpriorratherthanafragilealignmentbetweentwoparticularnetworks.Projectpage:https://thaw-vla.trung-dt.com/.
View arXiv pageView PDFProject pageGitHub0Add to collection
Get this paper in your agent:
hf papers read 2609\.24682
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/2609.24682 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2609.24682 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2609.24682 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
τ_0-VLA: a Hierarchical Robot Foundation Model with World-Model-Guided Test-Time Computation
A hierarchical vision-language-action model improves long-horizon robot manipulation by using world-model-guided test-time search to scale computation for high-level subtask decisions.
VisualThink-VLA: Visual Intermediate Reasoning for Effective and Low-Latency Vision-Language-Action Policies
VisualThink-VLA introduces a visual intermediate reasoning framework for vision-language-action policies that preserves spatial precision and dramatically reduces latency compared to text-based reasoning, achieving sub-second inference and state-of-the-art success rates on robot manipulation benchmarks.
LaWAM: Latent World Action Models for Efficient Dynamics-Aware Robot Policies
LaWAM enables efficient robot control by predicting compact latent visual subgoals instead of expensive video generation, achieving state-of-the-art success rates with up to 24x lower latency than pixel-space world action models.
Robots Need More than VLA and World Models
This position paper argues that advancing robot intelligence requires integrating unstructured behavioral data through specialized interfaces for labeling, embodiment mapping, world modeling, and reward inference, rather than relying solely on scaling Vision-Language-Action (VLA) models and world models.
SmolVLA: A Vision-Language-Action Model for Affordable and Efficient Robotics
SmolVLA is a compact vision-language-action model that achieves competitive robotic control performance at reduced computational cost, enabling deployment on consumer-grade hardware. It introduces asynchronous inference and leverages community-collected datasets.