Paper deep dive
DECOWAM: Decoupled Whole-Body World-Action Model for Legged Mobile Manipulation
Siyuan Ma, Boshi Zhang, Yutian Zhang, Qinglian Wu, Jiaqi Zhai, Dong Wei, Qiaojun Yu
Intelligence
Status: succeeded | Model: Gemma-4-26B-A4B | Prompt: intel-v1 | Confidence: 94%
Last extracted: 8/21/2026, 4:12:33 AM
Summary
This paper introduces DECOWAM, a decoupled whole-body world-action model for legged mobile manipulation that separates camera ego-motion, base locomotion, and arm manipulation. Built upon a frozen FastWAM backbone, DECOWAM employs residual adapters, an action-equivalent future bottleneck, and adversarially separated base/arm latents to improve parameter-efficient joint visual prediction and control. The authors also present ARMDOG, a synchronized real-robot dataset for quadrupedal manipulation, demonstrating that DECOWAM reduces action prediction error by 21.7% and achieves superior whole-body coordination compared to baselines.
Entities (7)
Relation Signals (5)
DECOWAM ā buildsupon ā FastWAM
confidence 95% Ā· DECOWAM freezes an adapted FastWAM backbone and trains residual adapters...
ARMDOG ā contains ā synchronized video and state
confidence 95% Ā· ARMDOG, a real-robot dataset that synchronizes video, whole-body state and action, and language.
DECOWAM ā uses ā ARMDOG
confidence 95% Ā· We further introduce ARMDOG... On a fixed replay protocol, DECOWAM improved... prediction over FastWAM
DECOWAM ā employs ā decoupled modeling
confidence 90% Ā· The central idea of this paper is a decoupled modeling paradigm for mobile manipulation
DECOWAM ā improves ā action prediction accuracy
confidence 90% Ā· DECOWAM improved both future-video and action prediction over FastWAM, reducing action MSE by 21.7%
Cypher Suggestions (0)
No Cypher suggestions yet.
Abstract
Abstract:Mobile manipulation requires a robot to predict how locomotion and arm motion jointly alter future observations and control. Existing world-action models, developed largely for fixed-base platforms, do not explicitly distinguish camera ego-motion from base and arm actions. Here we introduce DECOWAM, a whole-body world-action model that separates these factors through dedicated conditional interfaces. DECOWAM freezes an adapted FastWAM backbone and trains residual adapters, an action-equivalent future bottleneck distilled from privileged observations, adversarially separated base and arm latents, and base-velocity conditioning for video prediction. We further introduce ARMDOG, a real-robot dataset that synchronizes video, whole-body state and action, and language. On a fixed replay protocol, DECOWAM improved both future-video and action prediction over FastWAM, reducing action MSE by 21.7% with 25.95M trainable adaptation parameters. Across 79 closed-loop trials per method, it achieved the highest observed whole-body coordination and base-displacement robustness among the compared systems, while task completion remained comparable to the strongest baseline. These results show that embodiment-aware factorization can support parameter-efficient joint visual prediction and whole-body control under moving viewpoints.
Tags
Links
- Source: https://arxiv.org/abs/2608.20114v1
- Canonical: https://arxiv.org/abs/2608.20114v1
Trouble viewing inline? Open PDF directly ā
Full Text
44,339 characters extracted from source content.
Expand or collapse full text
DECOWAM: Decoupled Whole-Body World-Action Model for Legged Mobile Manipulation Siyuan Ma*,1, Boshi Zhang*,1, Yutian Zhang*,2, Qinglian Wu3, Jiaqi Zhai4, Dong Weiā ,4, Qiaojun Yuā ,2 Affiliation: 1Tsinghua University, Beijing, China 2Shanghai Artificial Intelligence Laboratory, Shanghai, China 3Harbin Institute of Technology, Harbin, China 4Hangzhou Yunshenchu Technology Co., Ltd. (DEEP Robotics), Hangzhou, China *Equal contribution. ā Corresponding authors. Abstract Mobile manipulation requires a robot to predict how locomotion and arm motion jointly alter future observations and control. Existing worldāaction models, developed largely for fixed-base platforms, do not explicitly distinguish camera ego-motion from base and arm actions. Here we introduce DECOWAM, a whole-body worldāaction model that separates these factors through dedicated conditional interfaces. DECOWAM freezes an adapted FastWAM backbone and trains residual adapters, an action-equivalent future bottleneck distilled from privileged observations, adversarially separated base and arm latents, and base-velocity conditioning for video prediction. We further introduce ARMDOG, a real-robot dataset that synchronizes video, whole-body state and action, and language. On a fixed replay protocol, DECOWAM improved both future-video and action prediction over FastWAM, reducing action MSE by 21.7% with 25.95M trainable adaptation parameters. Across 79 closed-loop trials per method, it achieved the highest observed whole-body coordination and base-displacement robustness among the compared systems, while task completion remained comparable to the strongest baseline. These results show that embodiment-aware factorization can support parameter-efficient joint visual prediction and whole-body control under moving viewpoints. I Introduction A robot that can both move through and act on the physical world is the long-standing target of embodied AI research. Recent visionālanguageāaction (VLA) and worldāaction modelsāAloha [1], RT-1/2 [26, 2], OpenVLA [3], PaLM-E [27], SayCan [28], Ļ0 _0 [4], RDT-2 [5], and Motusāhave produced impressive results on stationary bimanual platforms, where the camera geometry is fixed and the action space is restricted to arm trajectories. Legged mobile manipulators change the modeling problem: the camera is carried by a moving base, and the policy must coordinate high-rate arm motion with lower-rate base velocity commands. Fig. 1: DECOWAM architecture, training, and deployment. (A) A frozen WAN backbone is augmented with trainable residual adapters, a teacherāstudent future bottleneck, separated base/arm latents, and base-velocity ego-motion conditioning; ActionDiT produces future RGB clips and a 48-step, 14-D action chunk. (B) Deployment removes future-frame inputs and the privileged teacher path, yielding strictly causal 14-D action inference. (C) Staged training first aligns pretrained FastWAM to ARMDOG and then adapts the decoupled modules to obtain the deployable policy. Problem formulation. Given an instruction ā , a current RGB observation x0x_0, and robot state s, a whole-body worldāaction model predicts a future action chunk ^1:K a_1:K and a future video clip x^1:T x_1:T. In our setting, 1:KāāKĆ14a_1:K ^KĆ 14 contains arm joints, gripper state, base velocity, and loader-compatible padding. The difficulty is structural. First, the camera coordinate system changes with the legged base, so apparent image motion mixes scene dynamics, arm motion, and ego-motion. Second, the action vector is multi-factor: arm/gripper channels and base-velocity channels have different semantics and different control time scales. Third, base velocity has a dual role: it is a target to be predicted by the action expert and an observation that explains camera motion for the video expert. Why is legged mobile manipulation harder? These properties make legged-arm modeling different from fixed-base manipulation: ⢠Dynamic viewpoint. The on-board camera moves with the base. Handāeye geometry varies continuously, and image streams contain a mixture of ego-motion and scene motion. A mobile-manipulation world model needs a route for representing camera motion rather than treating all pixel displacement as scene dynamics. ⢠Multi-rate action coupling. Arm joint trajectories require high-rate control (ā¼ 15ā30 Hz), while base velocity commands are typically issued at a lower rate (ā¼ 3ā5 Hz). Concatenating both into a single uniformly sampled action chunk asks one representation to cover navigation-scale velocity and manipulation-scale joint corrections at the same time. ⢠Hierarchical intent. Real tasks interleave where to go with how to act. A single monolithic latent struggles to represent navigation-scale decisions and manipulation-scale corrections simultaneously. Our approach. The central idea of this paper is a decoupled modeling paradigm for mobile manipulation: a worldāaction model should represent where the base moves, how the arm acts, and how the camera ego-motion changes future pixels as explicit factors. We implement this paradigm on top of FastWAM, a Wan-2.2-based worldāaction backbone with a paired ActionDiT branch for action chunks. The action-equivalent future bottleneck supplies a modest causal training signal from privileged future latents. Staged frozen adaptation turns the method into a parameter-efficient system by keeping the base FastWAM prior fixed in the final stage and learning only residual robot-specific pathways. The base/arm dual latent with GRL is the main action-factorization mechanism, separating navigation-scale base commands from manipulation-scale arm commands. The base-velocity token is the explicit ego-motion interface for the video branch: it conditions future visual rollout on the current normalized base velocity rather than asking the video branch to infer camera motion only from pixels. Dataset. Method development is only half of the story. Legged mobile manipulation requires data in which visual change, base ego-motion, arm motion, and language intent are synchronized rather than recorded as separate logs. We therefore build ARMDOG, a real-robot data resource for a quadrupedal platform with a 6-DoF arm. Its contribution is the embodiment-complete model interface: each converted episode aligns a 15 Hz RGB video stream, a TĆ14TĆ14 whole-body state/action tensor with explicit base and arm channels, natural-language instruction text, and a precomputed language embedding. The current converted worldāaction snapshot contains 217 episodes from 27 task folders and 56,041 synchronized frames. This data organization is what makes it possible to train and evaluate base/arm factorization, ego-motion-aware video conditioning, and whole-body worldāaction prediction within one replay protocol. Contributions. 1. We formulate legged mobile manipulation as a decoupled worldāaction modeling problem in which base control, arm manipulation, and camera ego-motion enter through explicit, semantically aligned interfaces. 2. We realize this formulation in DECOWAM through frozen residual adaptation, causal distillation from privileged future latents, adversarial base/arm factorization, and base-velocity-conditioned video prediction. 3. We introduce the synchronized ARMDOG dataset and evaluate DECOWAM through controlled replay and real-robot experiments, demonstrating parameter-efficient prediction, improved whole-body coordination, and stronger perturbation tolerance. I Related Work Visionālanguageāaction models for fixed-base robots. Modern VLA modelsāRT-1/2 [26, 2], OpenVLA [3], Ļ0 _0 [4], Octo [7], RDT-2 [5], X-VLA [6], PaLM-E [27], SayCan [28], Gato [29], and RoboCat [30]āmap language and pixels to robot actions through transformer policies pre-trained on large heterogeneous corpora. Task-conditioned manipulation policies such as BC-Z, PerAct, VIMA, and Diffusion Policy [31, 32, 33, 25] provide complementary evidence that language, visual tokens, and action trajectories can share a policy interface. These models provide strong action-policy references, and we include adapted Ļ0.5 _0.5 and X-VLA runs in the replay experiments. Their standard action heads do not explicitly model future RGB rollout or separate base-induced camera motion from arm-induced scene change. World models for robotic control. World-model approaches [8, 34, 9, 35, 10] generate future observations and use them either as a learned simulator or as a structural prior on the policy. Video diffusion and interactive-video systems [36, 37, 11] further show that future visual prediction can serve as a powerful generative prior. Recent video-based worldāaction models such as UniSim [11], UVA [12], X-WAM [13], FastWAM, and Motus combine visual prediction with action modeling. Our work does not pursue general simulator scaling. It studies embodiment-specific adaptation: how to keep a pretrained video prior useful while separating ego-motion, base action, arm action, and future-equivalent control information on a legged-manipulation dataset. Locomotion and mobile manipulation. Legged locomotion has been studied extensively through reinforcement learning [15, 16], with controllers that output base velocity commands but do not engage manipulation. Wheeled and home mobile-manipulation systems [17, 18, 19, 23, 38, 39] have produced cascaded policies that separate navigation and manipulation. Mobile ALOHA [40] demonstrates the value of whole-body teleoperation for bimanual mobile manipulation, but few works learn a unified policy, and fewer still ground that policy in a predictive video model. We are not aware of prior work that performs unified whole-body world-action modeling on a legged base with a manipulator. Robot datasets. Open-X Embodiment [20], DROID [21], BridgeData V2 [41], RoboNet [42], RLBench [43], CALVIN [44], Language Table [45], ManiSkill2 [46], LIBERO [47], RoboTwin [22], and Aloha-derived collections [1] provide broad coverage for fixed-base or wheeled manipulation, but they do not expose the combination needed by our model: a legged-base ego-motion stream, manipulator actions, visual observations, and language instructions in one synchronized training unit. ARMDOG fills this complementary regime by recording quadrupedal mobile manipulation and converting it into a videoāstate/actionālanguage format consumed by FastWAM-style worldāaction models. I Background: FastWAM WorldāAction Backbone We briefly review the FastWAM architecture, on which our method builds. FastWAM couples a Wan-2.2 video diffusion backbone [14] with an ActionDiT branch that predicts chunked actions using the same continuous-flow training interface. In the ARMDOG configuration, the model consumes the current RGB frame, a precomputed language context, and a 14-D proprioceptive state token, then jointly produces future RGB frames and a 48-step whole-body action chunk. The original FastWAM checkpoint evaluated here has 6725.44M total parameters and 6020.75M trainable parameters during full fine-tuning. We retain this joint video/action factorization and add four mechanisms that decouple the adaptation problem in parameter space, future-information usage, action factors, and ego-motion conditioning. IV Method IV-A Problem Formulation Let ā denote a language instruction, x0x_0 the current RGB observation, and s0āā14s_0 ^14 the current whole-body state. We learn the conditional joint model pĪø(x1:T,1:Kā£x0,s0,ā),p_Īø\! (x_1:T,a_1:K x_0,s_0, ), (1) where x1:Tx_1:T is a future video and 1:KāāKĆ14a_1:K ^KĆ 14 is an action chunk. We use T=8T=8 and K=48K=48. Each action has the semantic decomposition k=[karm,akgrip,kbase,kpad],kbaseāā3.a_k= [a^arm_k,a^grip_k,a^base_k,a^pad_k ], ^base_k ^3. (2) The arm and gripper occupy channels [0:7][0:7], base velocity occupies [7:10][7:10], and loader padding occupies [10:14][10:14]. Base velocity is both a control target and a source of camera ego-motion. DECOWAM therefore separates arm control, base control, and visual ego-motion instead of encoding them in one undifferentiated context. Our backbone is FastWAM, which pairs an ActionDiT action expert with a WAN video expert. Both experts receive language and proprioceptive context. The action expert predicts flow over action chunks, while the video expert predicts flow over future visual latents. DECOWAM preserves this joint interface and changes how embodiment-specific information conditions each expert. Future observations supervise the model only during training, so deployment remains causal in (x0,s0,ā)(x_0,s_0, ). IV-B Staged Parameter-Efficient Adaptation Training separates domain alignment from structural adaptation. In Stage 1, all FastWAM parameters Ī are adapted to ARMDOG for 50k steps: Ī(1)=argā”minĪā[āvideoā(Ī)+āactionā(Ī)]. ^(1)= _ E_D [L_video( )+L_action( ) ]. (3) This stage aligns the video prior, action expert, and proprioceptive interface with the moving-camera observations and quadrupedāarm action space. Stage 2 freezes Ī(1) ^(1) and optimizes only Φ=Ļadp,Ļq,Ļba,Ļego,Φā=argā”minΦā”āā”(Ī(1),Φ). = \ _adp, _q, _ba, _ego \, = _ L\! ( ^(1), ). (4) The four parameter groups represent residual adapters, an action-equivalent future bottleneck, base/arm factorization, and ego-motion conditioning. This restriction reduces the Stage-2 trainable footprint from 6020.75M to 25.95M parameters. The frozen WAN backbone is adapted after each block through hl+=hl+αlāWup(l)āĻā(Wdown(l)āLNā(hl)),h_l^+=h_l+ _lW_up^(l)Ļ\! (W_down^(l)LN(h_l) ), (5) where Wdown(l)W_down^(l) projects to a 128-D bottleneck, Wup(l)W_up^(l) restores the hidden dimension, and Ļ is SiLU. The residual branch learns a compact, robot-specific correction while preserving the pretrained video prior. IV-C Decoupled Conditional Interfaces Action-equivalent future bottleneck. Future frames contain information about action-equivalent outcomes that is unavailable from the current frame alone. We distill this privileged information from a teacher into a causal student. Fig. 2: Future-information bottleneck. A privileged teacher observes current and future visual summaries, whereas the causal student observes only the current summary and robot state. Only the student is retained during deployment. Let e0=Ļvaeā(x0)e_0= _vae(x_0) and e1:T=Ļvae(x1:T)e_1:T= _vae(x_1:T) be WAN-VAE latents. We summarize each latent tensor using c=Ļ(e0),f=Ļ(e1:T),Ļ(e)=[mean(e),std(e)].c=Ļ(e_0), f=Ļ(e_1:T), Ļ(e)= [mean(e),std(e) ]. (6) The teacher and student embeddings are zt=qt([c,f,s0]),zs=qs([c,s0]),zt,zsāādq.z_t=q_t([c,f,s_0]), z_s=q_s([c,s_0]), z_t,z_s ^d_q. (7) Only zsz_s conditions the causal action expert: u~a=ua+Ī·qāBqāzs, u^a=u^a+ _qB_qz_s, (8) where uau^a denotes its context tokens and Ī·qā[0,1] _qā[0,1] controls the residual bias. The bottleneck is trained with action reconstruction, teacherāstudent distillation, and geometry preservation: ārecq= _rec^q= ārs(zs)ā1:Kā22 \|r_s(z_s)-a_1:K \|_2^2 +ārt(zt)ā1:Kā22, + \|r_t(z_t)-a_1:K \|_2^2, āq= _q= Ī»actqāārecq+Ī»distqāāzsāsgā”(zt)ā22 _act^qL_rec^q+ _dist^q \|z_s-sg(z_t) \|_2^2 +Ī»geomqāāgeom, + _geom^qL_geom, (9) where sgsg stops gradients. For a batch of size B, the geometry term is dziāj=āztiāztjā2Ļz,daiāj=ā„i1:Kāj1:Kā„2Ļa,d_z^ij= \|z_t^i-z_t^j\|_2 _z, d_a^ij= \|a^i_1:K-a^j_1:K\|_2 _a, (10) āgeom _geom =(Bā”(Bā1))ā1 = (B(B-1) )^-1 (11) Ćāiā jSL1ā”(dziāj,daiāj). Ć _iā jSL1\! (d_z^ij,d_a^ij ). with robust scales Ļz _z and Ļa _a obtained from batch medians. Thus, trajectories with similar normalized actions are encouraged to remain close in the privileged latent space. Distillation transfers this structure to the deployable student. Baseāarm factorization. The action context contains navigation-scale and manipulation-scale information. We map its pooled representation into two 16-D factors: zbase=bĻ(ua),zarm=mĻ(ua),zbase,zarmāā16.z_base=b_Ļ(u^a), z_arm=m_Ļ(u^a), z_base,z_arm ^16. (12) Their concatenation conditions the action expert through uĀÆa=u~a+Ī·baāBbaā[zbase,zarm]. u^a= u^a+ _baB_ba[z_base,z_arm]. (13) Let b1:K=1:K,7:10a^b_1:K=a_1:K,7:10 and m1:K=1:K,0:7a^m_1:K=a_1:K,0:7. Direct heads preserve the assigned factor, while gradient-reversal cross heads suppress information about the opposite factor: ādisent= _disent= āgb(zbase)ā1:Kbā22+āgm(zarm)ā1:Kmā22 \|g_b(z_base)-a^b_1:K \|_2^2+ \|g_m(z_arm)-a^m_1:K \|_2^2 +āg~b(GRL(zarm))ā1:Kbā22 + \| g_b(GRL(z_arm))-a^b_1:K \|_2^2 +āg~m(GRL(zbase))ā1:Kmā22. + \| g_m(GRL(z_base))-a^m_1:K \|_2^2. (14) The prediction heads minimize all reconstruction terms, whereas gradient reversal changes the sign of cross-task gradients entering the encoders. Each latent is therefore encouraged to retain its assigned control factor and discard the other. Ego-motion-aware video conditioning. For a body-mounted camera, apparent image motion combines scene dynamics, manipulator motion, and base-induced viewpoint change. We expose the last component using the normalized current base velocity v0=Ī baseā(s0)=(vx,vy,Ļz)āā3.v_0= _base(s_0)=(v_x,v_y, _z) ^3. (15) Each video token receives the same projected ego-motion condition: h~iv=hiv+βBvv0,i=1,ā¦,Nv, h_i^v=h_i^v+β B_vv_0, i=1,ā¦,N_v, (16) where BvB_v maps velocity into the WAN hidden dimension. This token does not impose geometric warping. It supplies an explicit explanatory variable for camera-frame motion. Base velocity consequently acts as an action target in Eq. (2) and a visual condition in Eq. (16). IV-D Training Objective and Deployment Both experts use conditional flow matching [48]. For a target yā1:K,e1:Tyā\a_1:K,e_1:T\, noise ϵā¼ā”(0,I)ε (0,I), and time Ļā¼ā”(0,1)Ļ (0,1), define yĻ=(1āĻ)āϵ+Ļāy,vāā(yĻ,Ļ)=yāϵ.y_Ļ=(1-Ļ)ε+Ļ y, v (y_Ļ,Ļ)=y-ε. (17) The corresponding objective is āFMā(FĪø,y,c)=Ļ,ϵā[āFĪøā(yĻ,Ļ,c)āvāā(yĻ,Ļ)ā22].L_FM(F_Īø;y,c)=E_Ļ,ε [ \|F_Īø(y_Ļ,Ļ,c)-v (y_Ļ,Ļ) \|_2^2 ]. (18) We instantiate this loss as āactionL_action with context uĀÆa u^a and as āvideoL_video with context h~v h^v. The complete Stage-2 objective is ā=Ī»vāāvideo+Ī»aāāaction+γqāĪ»qāāq+γbaāĪ»baāādisent.L= _vL_video+ _aL_action+ _q _qL_q+ _ba _baL_disent. (19) We set Ī»v=Ī»a=1.0 _v= _a=1.0, Ī»q=0.2 _q=0.2, and Ī»ba=0.1 _ba=0.1. The reported run sets γq _q, γba _ba, Ī·q _q, and Ī·ba _ba to one throughout Stage 2. At inference, the teacher qtq_t and all auxiliary prediction heads are removed. The model computes zsz_s, (zbase,zarm)(z_base,z_arm), and v0v_0 from current inputs, then samples both flows using only (x0,s0,ā)(x_0,s_0, ). V The ARMDOG Dataset ARMDOG is a model-facing real-robot resource for legged mobile manipulation. It synchronizes moving-camera RGB-D, proprioception, IMU, base state, whole-body commands, and language instructions on a wheeled quadruped robot with 16 leg joints, a 6-DoF arm, and a 1-DoF gripper. The FastWAM-compatible conversion aligns raw HDF5 streams to 15 Hz and stores each episode as ei=(Vi,Qi,āi,Ļā”(āi))e_i=(V_i,Q_i, _i,Ļ( _i)): RGB video, a structured TiĆ14T_iĆ14 state/action tensor, instruction text, and a precomputed language embedding. Training consumes the current frame, eight future frames at 384Ć320384Ć320, the initial state, and a normalized 48-step action chunk. Figure 3 summarizes the dataset at the task, corpus, and model-interface levels. In the full quality-filtered corpus, Bottle Pick&Place and Place Block account for 56% and 39% of episodes, respectively, while Object Pick&Place contributes 4% and Climb Slope contributes 1%. This mix emphasizes object-centric mobile manipulation while retaining a smaller locomotion-focused slice. Panel (c) makes the learning contract explicit: language text together with current RGB and state conditions future RGB and structured whole-body action prediction. The corpus-level counts in the figure are distinct from the model-specific training and evaluation subsets described below. Fig. 3: Composition and model-facing structure of ARMDOG. (a) Episode distribution across four task families in the quality-filtered corpus: Bottle Pick&Place (56%), Place Block (39%), Object Pick&Place (4%), and Climb Slope (1%). (b) Corpus scale after timestamp alignment and quality filtering: 1,487 episodes, 343,550 RGB frames, 321.3 minutes, and a 15 Hz frame rate. (c) Model interface: text, current RGB, and robot state form the inputs, while future RGB and a 14-D action are prediction targets. The action vector separates 6-D arm, 1-D gripper, 3-D base-velocity, and 4-D loader-padding channels. The 14-D tensor exposes the embodiment factors used by our method: indices [0:6][0:6] are arm targets, [6][6] is gripper opening, [7:10][7:10] is base velocity (vx,vy,Ļz)(v_x,v_y, _z), and [10:14][10:14] is loader padding. The June 5, 2026 audit starts from 795 raw HDF5 episodes, quarantines duplicates, aligns streams by timestamp interpolation, repairs short dropouts, and records per-episode integrity metadata. As reported in Fig. 3(b), the dataset after timestamp alignment and quality filtering contains 1487 episodes from 5 task folders and 343,550 frames, approximately 321.3 minutes at 15 Hz. These full-corpus statistics are distinct from the downstream subsets: frozen decoupled Stage-2 uses 214 episodes from 26 tasks after excluding Legacy val, while all replay results use the fixed Box-val slice with 23 episodes, eight tasks, and 4,323 frames. The planned release includes raw/cleaned HDF5 files, the worldāaction conversion, immutable split manifests, and a datasheet [24]. VI Experiments The experiments follow an evidence ladder from controlled prediction to physical deployment. We first compare DECOWAM with its FastWAM initialization, then test the structured paths through ablation. Broader reference comparisons establish its position among VLA and WAM systems. Closed-loop trials finally assess task progress, whole-body coordination, and robustness on the physical robot. VI-A Replay Protocol and Compared Models Open-loop replay uses a fixed 23-episode box_val__* slice drawn from eight box-manipulation task folders. The slice covers box_move, box_soft, and box_stay variants. FastWAM-family models receive identical current-frame, state, and language inputs. Each model predicts eight future RGB frames at 384Ć320384Ć 320 resolution and a 48-step, 14-D action chunk. Unless stated otherwise, results are computed over the same 16 replay batches with shared normalization, inputs, and evaluator code. Models. The primary baseline is the Stage-1 FastWAM model trained on the converted ARMDOG snapshot. Checkpoints at 40k, 50k, and 80k steps expose sensitivity to the stopping point. DECOWAM starts from the 50k checkpoint and freezes all FastWAM parameters during Stage 2. The trainable path contains 128-D WAN adapters, a 64-D action-equivalent future bottleneck, 16-D base and arm latents, and base-velocity conditioning. Adapted action-only VLA systems and runnable WAM systems provide broader context. Metrics. Video quality is measured by frame MSE, PSNR, global SSIM [49], and LPIPS [50]. Action prediction is evaluated by MSE, MAE, and the mean Euclidean error of each normalized 14-D action vector. These measures jointly cover pixel fidelity, structural agreement, perceptual similarity, and control error over the complete armāgripperābase interface used by the deployed system. VI-B Main Results and Reference Comparisons Table VI-B summarizes the main FastWAM replay comparison. TABLE I Main replay diagnostics on the 23-episode ARMDOG slice. Model F-MSEā PSNRā A-MSEā Original FastWAM (40k) 1.616e-3 30.468 1.154e-4 Original FastWAM (50k) 1.032e-3 31.441 6.87e-5 Original FastWAM (80k) 2.136e-3 28.544 4.77e-4 DECOWAM(50k) 8.77e-4 31.663 5.38e-5 DECOWAM reduced frame MSE by 15.03% and action MSE by 21.71% relative to its 50k FastWAM initialization (Table VI-B). PSNR increased by 0.222 dB, providing a consistent pixel-space result. The 50k checkpoint is also the strongest FastWAM checkpoint in this sweep, so Stage 2 improves both prediction branches from the best observed Stage-1 starting point. The following ablations identify how the structured paths contribute to this gain. Internal module ablation. Table VI-B reports a separately trained ablation suite under the same 16-batch protocol. All variants share the Stage-1 initialization and residual adapters. Two variants remove the action-equivalent future bottleneck or ego-motion token. The adapter-only control removes all three structured paths while retaining the residual adaptation mechanism. Because this suite was trained separately, its full-model row is the appropriate within-suite reference. TABLE I Internal ablation of the frozen decoupled FastWAM modules on the same replay protocol. Variant F-MSEā PSNRā SSIMā A-MSEā A-MAEā Full frozen decoupled 9.35e-4 31.378 9.9241e-1 8.09e-5 4.310e-3 w/o quotient 1.02e-3 31.228 9.9170e-1 8.40e-5 4.316e-3 w/o base-vel. 1.01e-3 31.221 9.9178e-1 8.80e-5 4.342e-3 w/o decoupled 9.80e-4 31.105 9.9138e-1 9.60e-5 5.135e-3 Every removal degraded all reported metrics. Relative to the adapter-only control, the full model reduced frame MSE by 4.6%, action MSE by 15.7%, and action MAE by 16.1%. Removing either the future bottleneck or base-velocity conditioning worsened both output branches, demonstrating that the future-equivalent representation and explicit ego-motion signal improve the shared videoāaction model beyond residual adaptation alone. Comparison with VLA and WAM references. The action-only VLA comparison isolates action quality, while the RGB column makes the additional predictive capability of the WAM interface explicit. TABLE I Action replay comparison with VLA references on the same 23-episode ARMDOG slice. Model Family RGB A-MSEā A-MAEā A-L2ā Ļ0.5 _0.5 VLA no 1.79e-4 3.60e-3 2.83e-2 X-VLA VLA no 2.11e-5 1.82e-3 1.00e-2 GR00T VLA no 4.18e-3 2.51e-2 1.83e-1 DECOWAM WAM yes, 8f 5.38e-5 4.01e-3 2.24e-2 Table VI-B shows the strength of a dedicated action policy: X-VLA attains the lowest error on all three metrics. DECOWAM is nevertheless second in A-MSE and A-L2, improving them by 69.9% and 21.1% over Ļ0.5 _0.5; its A-MAE is within 11.1% of Ļ0.5 _0.5 and 84.0% lower than GR00T. Thus, although it is not the top action-only model, DECOWAM remains in the strong VLA range. Moreover, it simultaneously predicts a 48-step whole-body action and eight 384Ć320384Ć 320 future RGB frames, whereas the VLA references stop at the action chunk. This rollout explicitly forecasts object motion, contact geometry, and base-induced viewpoint change, adding future awareness while retaining competitive Action performance. We next compare the joint interface with runnable videoāaction references. TABLE IV Worldāaction model references on the same ARMDOG data snapshot. Model Train. RGB F-MSEā PSNRā SSIMā LPIPSā A-MSEā A-MAEā A-L2ā DECOWAM 25.95M 8f 384p 8.77e-4 31.66 9.93e-1 2.95e-2 5.38e-5 4.01e-3 2.24e-2 FastWAM 6020.75M 8f 384p 1.03e-3 31.44 9.92e-1 3.03e-2 6.87e-5 4.08e-3 2.35e-2 Motus 5894.81M 8f 384p 5.19e-3 23.41 9.57e-1 1.01e-1 5.05e-4 9.97e-3 5.99e-2 Cosmos 2.5 ā 8f 384p 4.28e-2 14.38 6.63e-1 2.71e-1 ā ā ā X-WAM 5037.75M 4f 160p 2.62e-3 26.57 9.81e-1 3.50e-2 6.31e-4 1.11e-2 2.48e-2 UVA 261.62M 4f 128p 1.79e-2 19.32 8.40e-1 2.00e-1 9.76e-4 1.31e-2 9.81e-2 Among WAM references, DECOWAM ranks first on every reported video and action metric in Table VI-B. Under the matched eight-frame 384Ć320384Ć320 interface, it lowers FastWAM frame/action MSE by 15.03%/21.71%. Relative to Motus, frame/action MSE falls by 83.1%/89.3%; relative to the shorter, lower-resolution X-WAM output, the reductions are 66.6%/91.5%. DECOWAM therefore adds future prediction over action-only VLAs and, unlike the other WAMs, leads both output branches. Figure VI-B visually supports this result: DECOWAM preserves workspace geometry and object layout while competing rollouts accumulate blur or viewpoint drift. TABLE V(a) Real-robot task progress and completion efficiency over 79 trials per method. Stage completion rates are cumulative over all attempts; best values are bold. Model Mean Completion Time (s) ā Cumulative Approach Completion Rate (%) ā Cumulative Grasp Completion Rate (%) ā Cumulative Transport Completion Rate (%) ā Cumulative Placement Completion Rate (%) ā Task Success Rate (%) ā GR00T 57 73.4 13.9 11.4 8.9 8.9 Ļ0.5 _0.5 50 89.9 62.0 53.2 49.4 49.4 FastWAM 65 91.1 63.3 59.5 57.0 57.0 X-WAM 82 77.2 26.6 19.0 15.2 15.2 DECOWAM 49 92.4 69.6 67.1 58.2 58.2 Fig. 4. Qualitative comparison with WAM references on one fixed ARMDOG replay sample. The panels show the ground-truth future RGB montage and predictions produced through each modelās native interface. Red dashed lines mark camera-view boundaries. In this example, DECOWAM better preserves workspace geometry and object layout, while several references accumulate blur or viewpoint drift. VI-C Real-Robot Deployment Experiments Closed-loop evaluation uses the physical quadrupedāarm platform with common observations, language inputs, low-level control, and safety constraints. Each method is tested in 79 trials. Table VI-B(a) reports completion time and cumulative progress through approach, grasp, transport, placement, and task completion. Every stage uses all attempts as its denominator, revealing where failures accumulate. Table VI-B(b) evaluates base docking, whole-body coordination, base-displacement robustness, and autonomous recovery. Percentages are computed from counts out of 79 and rounded to one decimal place. Together, the two parts measure both end-to-end task progress and the whole-body capabilities required to sustain that progress on hardware. DECOWAM completes 46 tasks (58.2%) with a mean completion time of 49 s. It records the highest approach and transport rates among the methods in Table VI-B(a), and carries 96.4% of successful grasps into transport. The table therefore confirms that the future-video branch sustains strong closed-loop Action performance throughout the task. Among WAMs, DECOWAM is 16 s faster than FastWAM and 33 s faster than X-WAM, while achieving 58.2% success versus 57.0% and 15.2%. Its stage profile highlights mobile-base approach and post-grasp transport as particular strengths of decoupled whole-body modeling. TABLE V(b) Real-robot whole-body robustness over 79 trials per method. All entries are success rates (%); best values are bold. Model BD-SRā WBCM-SRā BDP-SRā AR-SRā GR00T 70.9 16.5 1.3 11.4 Ļ0.5 _0.5 87.3 36.7 11.4 25.3 FastWAM 83.5 34.2 12.7 27.8 X-WAM 69.6 27.8 5.1 12.7 DECOWAM 87.3 44.3 30.4 32.9 In Table VI-B(b), BD-SR, WBCM-SR, BDP-SR, and AR-SR denote docking, coordination, displacement robustness, and recovery. DECOWAM ties the highest docking rate and leads coordination, displacement robustness, and recovery. Against FastWAM, WBCM-SR/BDP-SR rise by 10.1/17.7 points; against X-WAM, by 16.5/25.3 points. Its clearest hardware advantage is therefore sustained baseāarm coordination as viewpoint and contact geometry evolve. Relative to FastWAM, DECOWAM improves approach, grasp, transport, and placement by 1.3, 6.3, 7.6, and 1.2 percentage points, respectively, while reducing mean completion time by 16 s. Relative to X-WAM, the corresponding gains are 15.2, 43.0, 48.1, and 43.0 points, together with a 33 s reduction in completion time. The largest margins appear in transport, whole-body coordination, and base-displacement robustnessāprecisely where locomotion changes the camera viewpoint while the arm preserves a manipulation constraint. DECOWAM therefore improves both final task completion and the continuity of the intermediate behavior that enables it. These real-robot results isolate the contribution of worldāaction modeling. DECOWAM produces an explicit eight-frame prediction alongside its whole-body action chunk. This performance follows from three innovations: the future bottleneck transfers scene evolution to control, dual latents separate navigation from manipulation, and base-velocity conditioning exposes camera ego-motion to the video expert. Together they keep future-aware commands aligned with the changing physical scene, extending coupled WAMs with more coherent whole-body behavior. Figure 5 visualizes this advantage. X-VLA and FastWAM fail to keep the base stationary during the tabletop reach. We attribute this behavior to extensive training on motion-heavy data, which biases the baseline policies toward continued movement and degrades their static-hold capability. DECOWAM instead preserves base pose, arm reach, and end-effector alignment to complete the interaction. Together with Table VI-B(a), the example shows that future-aware worldāaction modeling complements raw Action accuracy by keeping commands coherent with scene evolution under whole-body motion. Fig. 5: Representative whole-body coordinated-motion trials on the quadrupedāarm platform. The three frames in each row progress from left to right. X-VLA (top) and the original FastWAM (middle) exhibit unintended base motion when a static pose is required and fail to finish the interaction, whereas DECOWAM (bottom) succeeds. The example qualitatively complements the aggregate WBCM-SR results in Table VI-B(b). VI-D Parameter-Efficient Adaptation and Deployment Table VI-D separates total model size, trainable adaptation parameters, and evaluator latency. This distinction is necessary because freezing parameters reduces optimization cost without shrinking the deployed network. TABLE VI Deployment diagnostics on the DECOWAM checkpoint. Model Total M Train. M msā F-MSEā A-MSEā FastWAM 6725.44 6020.75 1196.6 1.032e-3 6.87e-5 DECOWAM 6751.38 25.95 1333.2 8.77e-4 5.38e-5 DECOWAM reduces the number of parameters updated during Stage 2 by approximately 232-fold, from 6020.75M to 25.95M. This concentrated adaptation path improves both frame and action MSE while adding only 11.4% evaluator latency. Combined with the replay and robot results, the deployment profile defines a distinct operating point: a causal videoāaction interface with explicit embodiment factors, future-frame prediction, and parameter-efficient robot specialization. VII Conclusion We presented DECOWAM, a whole-body worldāaction model that explicitly separates base motion, arm manipulation, and camera ego-motion. On synchronized ARMDOG data, staged frozen adaptation and the future-equivalent bottleneck improve every reported FastWAM video/action diagnostic while reducing Stage-2 trainable parameters from 6.021B to 25.95M. DECOWAM remains close to strong VLA Action performance while predicting eight future RGB frames, and leads the real-robot approach, transport, coordination, and displacement-robustness rates over 79 trials per method. The combined results establish a joint model that couples competitive control with explicit prediction of scene evolution under whole-body motion. References [1] T. Z. Zhao, V. Kumar, S. Levine, and C. Finn, āLearning fine-grained bimanual manipulation with low-cost hardware,ā in Proc. RSS, 2023. [2] A. Brohan et al., āRT-2: Visionālanguageāaction models transfer web knowledge to robotic control,ā in Proc. CoRL, 2023. [3] M. J. Kim et al., āOpenVLA: An open-source visionālanguageāaction model,ā arXiv:2406.09246, 2024. [4] K. Black et al., āĻ0 _0: A visionālanguageāaction flow model for general robot control,ā arXiv:2410.24164, 2024. [5] S. Liu et al., āRDT-1B: A diffusion foundation model for bimanual manipulation,ā arXiv:2410.07864, 2024. [6] X-VLA Team, āX-VLA: Soft-prompted transformer as a scalable cross-embodiment vision-language-action model,ā arXiv:2510.10274, 2025. [7] Octo Model Team, āOcto: An open-source generalist robot policy,ā in Proc. RSS, 2024. [8] D. Ha and J. Schmidhuber, āWorld models,ā in Proc. NeurIPS, 2018. [9] D. Hafner et al., āMastering diverse domains through world models,ā arXiv:2301.04104, 2023. [10] J. Bruce et al., āGenie: Generative interactive environments,ā in Proc. ICML, 2024. [11] S. Yang et al., āLearning interactive real-world simulators,ā in Proc. ICLR, 2024. [12] S. Li, Y. Gao, D. Sadigh, and S. Song, āUnified video action model,ā arXiv:2503.00200, 2025. [13] X-WAM Team, āUnified 4D world action modeling from video priors with asynchronous denoising,ā arXiv:2604.26694, 2026. [14] āWan-2.2: An open foundation video model,ā technical report, 2025. [15] N. Rudin, D. Hoeller, P. Reist, and M. Hutter, āLearning to walk in minutes using massively parallel deep reinforcement learning,ā in Proc. CoRL, 2022. [16] G. B. Margolis and P. Agrawal, āWalk these ways: Tuning robot control for generalization with multiplicity of behavior,ā in Proc. CoRL, 2023. [17] R. Yokoyama, A. Clegg, E. Undersander, S. Ha, D. Batra, and A. Rai, āAdaptive skill coordination for robotic mobile manipulation,ā in Proc. CoRL, 2023. [18] F. Xia, C. Li, R. MartĆn-MartĆn, O. Litany, A. Toshev, and S. Savarese, āReLMoGen: Integrating motion generation in reinforcement learning for mobile manipulation,ā in Proc. ICRA, 2021. [19] āSpot mobile manipulation reports,ā Boston Dynamics technical reports, 2023. [20] Open X-Embodiment Collaboration, āOpen X-Embodiment: Robotic learning datasets and RT-X models,ā in Proc. ICRA, 2024. [21] A. Khazatsky et al., āDROID: A large-scale in-the-wild robot manipulation dataset,ā in Proc. RSS, 2024. [22] āRoboTwin 2.0: A bimanual simulation benchmark,ā technical report, 2025. [23] āHomeRobot: Open vocabulary mobile manipulation,ā in Proc. CoRL, 2023. [24] T. Gebru et al., āDatasheets for datasets,ā Commun. ACM, vol. 64, no. 12, p. 86ā92, 2021. [25] C. Chi et al., āDiffusion policy: Visuomotor policy learning via action diffusion,ā in Proc. RSS, 2023. [26] A. Brohan et al., āRT-1: Robotics transformer for real-world control at scale,ā arXiv:2212.06817, 2022. [27] D. Driess et al., āPaLM-E: An embodied multimodal language model,ā in Proc. ICML, 2023. [28] M. Ahn et al., āDo as I can, not as I say: Grounding language in robotic affordances,ā in Proc. CoRL, 2022. [29] S. Reed et al., āA generalist agent,ā Trans. Mach. Learn. Res., 2022. [30] K. Bousmalis et al., āRoboCat: A self-improving generalist agent for robotic manipulation,ā arXiv:2306.11706, 2023. [31] E. Jang et al., āBC-Z: Zero-shot task generalization with robotic imitation learning,ā in Proc. CoRL, 2021. [32] M. Shridhar, L. Manuelli, and D. Fox, āPerceiver-actor: A multi-task transformer for robotic manipulation,ā in Proc. CoRL, 2022. [33] Y. Jiang et al., āVIMA: General robot manipulation with multimodal prompts,ā in Proc. ICML, 2023. [34] D. Hafner, T. Lillicrap, M. Norouzi, and J. Ba, āMastering Atari with discrete world models,ā in Proc. ICLR, 2021. [35] N. Hansen et al., āTD-MPC2: Scalable, robust world models for continuous control,ā in Proc. ICLR, 2024. [36] J. Ho et al., āVideo diffusion models,ā in Proc. NeurIPS, 2022. [37] T. Brooks et al., āVideo generation models as world simulators,ā OpenAI technical report, 2024. [38] A. Szot et al., āHabitat 2.0: Training home assistants to rearrange their habitat,ā in Proc. NeurIPS, 2021. [39] S. Srivastava et al., āBEHAVIOR: Benchmark for everyday household activities in virtual, interactive, and ecological environments,ā in Proc. CoRL, 2021. [40] Z. Fu et al., āMobile ALOHA: Learning bimanual mobile manipulation with low-cost whole-body teleoperation,ā in Proc. CoRL, 2024. [41] H. R. Walke et al., āBridgeData V2: A dataset for robot learning at scale,ā in Proc. CoRL, 2023. [42] S. Dasari et al., āRoboNet: Large-scale multi-robot learning,ā in Proc. CoRL, 2019. [43] S. James, Z. Ma, D. R. Arrojo, and A. J. Davison, āRLBench: The robot learning benchmark and learning environment,ā IEEE Robot. Autom. Lett., vol. 5, no. 2, p. 3019ā3026, 2020. [44] O. Mees, L. Hermann, E. Rosete-Beas, and W. Burgard, āCALVIN: A benchmark for language-conditioned policy learning for long-horizon robot manipulation tasks,ā IEEE Robot. Autom. Lett., vol. 7, no. 3, p. 7327ā7334, 2022. [45] C. Lynch et al., āInteractive language: Talking to robots in real time,ā IEEE Robot. Autom. Lett., vol. 8, no. 12, p. 7857ā7864, 2023. [46] J. Gu et al., āManiSkill2: A unified benchmark for generalizable manipulation skills,ā in Proc. ICLR, 2023. [47] B. Liu et al., āLIBERO: Benchmarking knowledge transfer for lifelong robot learning,ā in Proc. NeurIPS, 2023. [48] Y. Lipman, R. T. Q. Chen, H. Ben-Hamu, M. Nickel, and M. Le, āFlow matching for generative modeling,ā in Proc. ICLR, 2023. [49] Z. Wang, A. C. Bovik, H. R. Sheikh, and E. P. Simoncelli, āImage quality assessment: From error visibility to structural similarity,ā IEEE Trans. Image Process., vol. 13, no. 4, p. 600ā612, 2004. [50] R. Zhang, P. Isola, A. A. Efros, E. Shechtman, and O. Wang, āThe unreasonable effectiveness of deep features as a perceptual metric,ā in Proc. CVPR, 2018. [51] M. Heusel, H. Ramsauer, T. Unterthiner, B. Nessler, and S. Hochreiter, āGANs trained by a two time-scale update rule converge to a local Nash equilibrium,ā in Proc. NeurIPS, 2017. [52] T. Unterthiner, S. van Steenkiste, K. Kurach, R. Marinier, M. Michalski, and S. Gelly, āTowards accurate generative models of video: A new metric and challenges,ā arXiv:1812.01717, 2018. [53] N. Houlsby et al., āParameter-efficient transfer learning for NLP,ā in Proc. ICML, 2019. [54] E. J. Hu et al., āLoRA: Low-rank adaptation of large language models,ā in Proc. ICLR, 2022. [55] Y. Ganin et al., āDomain-adversarial training of neural networks,ā J. Mach. Learn. Res., vol. 17, no. 59, p. 1ā35, 2016. [56] I. Higgins et al., āβ-VAE: Learning basic visual concepts with a constrained variational framework,ā in Proc. ICLR, 2017. [57] H. Kim and A. Mnih, āDisentangling by factorising,ā in Proc. ICML, 2018.