When to Trust Imagination: Adaptive Action Execution for World Action Models
Summary
This paper introduces FFDC, a lightweight verifier for World Action Models that enables adaptive action chunk sizes by checking consistency between predicted and actual observations, improving efficiency and robustness in robotic manipulation.
View Cached Full Text
Cached at: 05/08/26, 06:58 AM
Paper page - When to Trust Imagination: Adaptive Action Execution for World Action Models
Source: https://huggingface.co/papers/2605.06222 Published on May 7
·
Submitted byhttps://huggingface.co/linjhong
Linon May 8
Abstract
WorldActionModels(WAMs)haverecentlyemergedasapromisingparadigmforroboticmanipulationbyjointlypredictingfuturevisualobservationsandfutureactions.However,currentWAMstypicallyexecuteafixednumberofpredictedactionsaftereachmodelinference,leavingtherobotblindtowhethertheimaginedfutureremainsconsistentwiththeactualphysicalrollout.Inthiswork,weformulateadaptiveWAMexecutionasafuture-realityverificationproblem:therobotshouldexecutelongerwhentheWAM-predictedfutureremainsreliable,andreplanearlierwhenrealitydeviatesfromimagination.Tothisend,weproposeFutureForwardDynamicsCausalAttention(FFDC),alightweightverifierthatjointlyreasonsoverpredictedfutureactions,predictedvisualdynamics,realobservations,andlanguageinstructionstoestimatewhethertheremainingactionrolloutcanstillbetrusted.FFDCenablesadaptiveactionchunksizesasanemergentconsequenceofprediction-observationconsistency,preservingtheefficiencyoflong-horizonexecutionwhilerestoringresponsivenessincontact-richordifficultphases.WefurtherintroduceMixture-of-HorizonTrainingtoimprovelong-horizontrajectorycoverageforadaptiveexecution.ExperimentsontheRoboTwinbenchmarkandintherealworlddemonstratethatourmethodachievesastrongrobustness-efficiencytrade-off:onRoboTwin,itreducesWAMforwardpassesby69.10%andexecutiontimeby34.02%,whileimprovingsuccessrateby2.54%overtheshort-chunkbaseline;inreal-worldexperiments,itimprovessuccessrateby35%.
View arXiv pageView PDFAdd to collection
Get this paper in your agent:
hf papers read 2605\.06222
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/2605.06222 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2605.06222 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2605.06222 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
Light-WAM: Efficient World Action Models with State-Fusion Action Decoding
Light-WAM is a lightweight world action model for efficient robot manipulation that uses a compact video backbone and downsampled latent space for future-video supervision, achieving high performance with low inference latency.
AHA-WAM:Asynchronous Horizon-Adaptive World-Action Modeling with Observation-Guided Context Routing
AHA-WAM is an asynchronous world-action model that uses dual Diffusion Transformers to decouple world prediction from action execution, achieving efficient long-horizon planning and real-time control. It achieves state-of-the-art performance on robotic manipulation tasks with up to 92.8% success on RoboTwin and 78.3% on real-world tasks, while reaching 24.17 Hz closed-loop control.
World Action Models: The Next Frontier in Embodied AI
This survey paper introduces World Action Models (WAMs), a unified framework for embodied AI that integrates predictive state modeling with action generation. It provides a taxonomy of existing methods, analyzes the data ecosystem, and outlines evaluation protocols for this emerging paradigm.
ActWorld: From Explorable to Interactive World Model via Action-Aware Memory
ActWorld proposes a chunk-autoregressive world model with hierarchical action-aware memory to support object interaction alongside navigation, addressing data and memory bottlenecks in existing interactive world models.
Foresight: Failure Detection for Long-Horizon Robotic Manipulation with Action-Conditioned World Model Latents
Foresight is a failure detection framework for long-horizon robotic manipulation that uses action-conditioned world model latents and functional conformal prediction to monitor trajectories, trained only with final task labels. It demonstrates state-of-the-art performance across simulation and real robot tasks.