Logo SpatialVAM

Spatial-Aware Multi-View Video Diffusion as a Data-Efficient Robot Policy

Peiyan Li,1,2,* Yixiang Chen,1,2,* Yuan Xu,1,2 Jiabing Yang,1,2 Xiangnan Wu,1,2
Jun Guo,4 Nan Sun,4 Long Qian,5 Xinghang Li,4 Xin Xiao,6 Jing Liu,3 Nianfeng Liu,3
Tao Kong,4, Yan Huang,1,2,3, Liang Wang,1,2 Tieniu Tan,1,2,7
*Equal Contribution, Corresponding Author
1New Laboratory of Pattern Recognition (NLPR), Institute of Automation, Chinese Academy of Sciences
2School of Artificial Intelligence, University of Chinese Academy of Sciences
3FiveAges 4Tsinghua University 5Xi'an Jiaotong University
6Wuhan University 7Nanjing University

TL;DR:

We introduce the first 3D video action model that jointly predicts multi-view RGB frames and heatmaps, bridging video prediction and action prediction in a data-efficient, robust, generalizable, and interpretable manner.

Abstract

Robotic manipulation requires understanding both the 3D spatial structure of the environment and its temporal evolution, yet most existing policies neglect one or both aspects. They often rely on 2D visual observations or backbones pretrained on static image–text pairs, which leads to high data requirements and limited comprehension of environment dynamics. To address this, we introduce SpatialVAM, the first 3D Video Action Model that simultaneously predicts spatial-aware multi-view heatmap videos and RGB videos. Our key insight is that this design naturally injects 3D information into video foundation models while aligning the representation format between video pretraining and action finetuning. Extensive experiments demonstrate that SpatialVAM enables data-efficient, robust, generalizable, and interpretable manipulation. With only ten demonstration trajectories and no additional pretraining, SpatialVAM handles challenging long-horizon and contact-rich tasks, generalizes to out-of-distribution settings, and predicts realistic future videos. Evaluations on Meta-World (22%↑), RoboCasa (15%↑) and real-world robotic platforms (16%↑) show that SpatialVAM consistently outperforms other video action models, vision-language-action models and 3D-based policies, establishing a new state of the art in data-efficient multi-task manipulation.
grade-lv

Figure 1: Overview of SpatialVAM

Method

As illustrated in Fig. 2, SpatialVAM employs a unified framework for joint spatio-temporal modeling and action prediction. The overall framework can be decomposed into three main components: multi-view representation and projection, joint video and heatmap diffusion, and hierarchical action decoding.

Multi-View Representation and Projection

SpatialVAM transforms input colored point clouds and robot end-effector poses into a format compatible with video foundation models. Specifically, it uses orthographic projection to generate multi-view RGB images from the point cloud and represents robot states as multi-view Gaussian heatmaps. This design implicitly encodes 3D spatial structure while aligning with the representation used in video pre-training.

Joint Video and Heatmap Diffusion

The model leverages a 5B-parameter video foundation model (Wan2.2) augmented with view-attention modules to ensure multi-view consistency. It is trained to jointly predict future multi-view RGB video sequences and corresponding heatmap sequences. By modeling how the environment evolves as a consequence of actions, the model captures environmental dynamics and future end-effector trajectories within a shared latent space.

Hierarchical Action Decoding

To recover executable actions, SpatialVAM employs a two-stream decoding process. The predicted heatmap peaks are back-projected into 3D space using camera parameters to recover a continuous 3D end-effector trajectory. Simultaneously, a lightweight rotation and gripper predictor takes the denoised video latents and localized heatmap features as input to estimate the end-effector's rotation (Euler angles) and gripper states.

grade-lv

Figure 2: Network architecture of SpatialVAM

Experiments

Meta-World Simulation

The simulation experiments focus on seven distinct Meta-World tasks, including Door-Open, Button-Press, and Faucet-Close, using only five demonstration trajectories per task to evaluate learning efficiency. SpatialVAM achieves a state-of-the-art average success rate of 89.1%, significantly outperforming the next best video-prediction baseline, Track2Act (67.4%), and standard behavioral cloning methods which struggle under such limited data. These results demonstrate that aligning action fine-tuning with video foundation model pretraining effectively reduces the gap between perception and control.

Method Meta-World Tasks Avg.
Succ. (%) ↑
D-Open D-Close Btn Btn-Top Fct-Cls Fct-Open Handle
UniPi(Du et al., 2023) 0/259/253/250/251/253/254/2511.40
BC-Scratch(Nair et al., 2022) 6/259/259/253/255/255/259/2526.20
BC-R3M(Nair et al., 2022) 1/2515/259/251/256/2517/2513/2535.40
DP(Chi et al., 2025) 12/2512/2510/255/256/2515/256/2537.70
AVDC(Ko et al., 2023) 18/2523/2515/256/2514/256/2521/2558.90
DreamZero(Ye et al., 2026) 0/2511/2523/253/2520/2525/2525/2561.10
Track2Act(Bharadhwaj et al., 2024b) 22/2519/2514/2510/2512/2522/2519/2567.40
SpatialVAM (Ours) 25/2525/2525/2524/258/2524/2525/2589.10

Table 1: Success rates on seven Meta-World tasks under a low-data regime (5 demonstrations per task). Each entry reports the number of successful rollouts out of 25 trials. Our method (SpatialVAM) achieves the highest average success rate and consistently outperforms prior video-prediction and behavior-cloning baselines.

Button Press

Episode 1

Episode 2

Episode 3

Button Press Topdown

Episode 1

Episode 2

Episode 3

Door Close

Episode 1

Episode 2

Episode 3

Door Open

Episode 1

Episode 2

Episode 3

Faucet Close

Episode 1

Episode 2

Episode 3

Faucet Open

Episode 1

Episode 2

Episode 3

Handle Press

Episode 1

Episode 2

Episode 3

RoboCasa Simulation

To further evaluate the effectiveness of SpatialVAM, we conduct experiments on ten kitchen manipulation tasks from RoboCasa, a simulation benchmark built on the MuJoCo stack. RoboCasa allows users to procedurally generate diverse kitchen environments with varying styles, furniture configurations, and object instances. It provides the Franka Emika Panda robot as the default manipulation embodiment, with the end-effector controlled in 6-DoF Cartesian delta space.

We compare SpatialVAM against Cosmos Policy on this benchmark, a representative Video Action Model that formulates both action and value prediction as video diffusion by repeating them as images. While this design helps reduce the gap between video pretraining and action finetuning, it does not incorporate any 3D structural priors.

For each task, we train with only 10 demonstrations and evaluate performance over 50 rollout trials. As shown below, SpatialVAM outperforms the baseline by a substantial margin, further demonstrating its effectiveness and exceptional data efficiency.

RoboCasa Task Cosmos Policy SpatialVAM (Ours) Improvement
CloseDrawer44%94%+50 pp
TurnOnMicrowave20%58%+38 pp
CloseSingleDoor50%68%+18 pp
TurnSinkSpout38%50%+12 pp
PnPCabToCounter2%12%+10 pp
OpenSingleDoor4%14%+10 pp
TurnOffSinkFaucet36%44%+8 pp
TurnOffStove4%10%+6 pp
CoffeeSetupMug2%6%+4 pp
PnPCounterToCab0%2%+2 pp

Table 2: Success rates on ten RoboCasa kitchen manipulation tasks (50 rollout trials per task, trained with 10 demonstrations). SpatialVAM consistently outperforms the Cosmos Policy baseline across all tasks (pp = percentage points).

CloseDrawer

TurnOnMicrowave

CloseSingleDoor

TurnSinkSpout

PnPCabToCounter

OpenSingleDoor

TurnOffSinkFaucet

TurnOffStove

CoffeeSetupMug

PnPCounterToCab

Real-World Base Tasks

The real-world evaluation involves a Franka Research 3 robot performing three foundational tasks: Put Lion (pick-and-place), Push-T (complex pushing), and Scoop Tortilla (contact-rich manipulation). With fewer than ten expert demonstrations, SpatialVAM reaches a 100% success rate on the Put Lion task and successfully manages the continuous dynamics of pushing and scooping where prior key-pose-based methods like BridgeVLA often fail. By predicting continuous action chunks rather than isolated waypoints, the model maintains the precise temporal coordination required for high-dexterity tasks.

Method Basic Tasks Unseen Tasks Avg.
Succ. (%) ↑
Put Lion Push-T Scoop Tort. Put-B Put-H Push-L Scoop-C
DP3(Ze et al., 2024) 0/100/100/100/100/100/100/100.00
π0.5(Black et al., 2025a) 1/100/100/100/100/100/100/101.40
UVA(Li et al., 2025d) 2/100/100/101/101/100/100/105.70
BridgeVLA(Li et al., 2025b) 9/100/104/108/107/100/101/1041.42
SpatialVAM (Ours) 10/104/107/105/106/103/105/1057.10

Table 3: Real-world manipulation results under limited demonstrations. We report success rates over 10 trials per task on three basic tasks and four unseen tasks. All methods are trained with 10 expert trajectories.

Scoop the tortilla into the plastic plate

Trial 1

Trial 2

Trial 3

Push the T Block into the target region

Trial 1

Trial 2

Trial 3

Put the lion on the shelf

Trial 1

Trial 2

Trial 3

Generalization to Unseen Scenarios

To test robustness, the model is deployed in four "unseen" settings: novel backgrounds (Put-B), increased object height (Put-H), dark lighting (Push-L), and an entirely new object category (Scoop-C, using plastic noodles). SpatialVAM demonstrates strong generalization, particularly in lighting and category variations, achieving an average success rate of 57.1% across all real-world tasks compared to just 41.4% for the strongest Vision-Language-Action baseline. This suggests that the 3D-aware multi-view projections provide a more resilient representation of the environment than standard 2D or MLP-based 3D encoders.

Background Variation

Trial 1

Trial 2

Category Variation

Trial 1

Trial 2

Height Variation

Trial 1

Trial 2

Lighting Variation

Trial 1

Trial 2

Video Generation Showcase

Meta-World

button-press

door-open

faucet-close

Real-World

Scoop the tortilla into the plastic plate

Push the T Block into the target region

Put the lion on the shelf

Robustness Analysis

For the inference denoising steps N, we vary it from 1 to 50. The results are presented in Fig. 3. Surprisingly, in contrast to typical video diffusion processes, which require around 50 denoising steps, SpatialVAM achieves a comparable success rate with just a single denoising step. We believe the main reason for this is that heatmaps have relatively simple distribution modes and lack the high-frequency details present in regular images. Furthermore, our action prediction relies solely on the peak locations of the heatmaps, meaning that the overall quality of the heatmaps is less critical, and thus fewer denoising steps are required.

Diffusion steps analysis

Figure 3: Average success rates for different inference denoising steps. SpatialVAM demonstrates high robustness to varying diffusion steps, achieving strong performance even when the denoising step is set to 1.

For better visualization, we present example prediction results with different inference denoising steps in Fig. 4. As shown, when the denoising step is set to 1, the visual quality of the RGB prediction is somewhat lower, but the predicted heatmaps still provide meaningful information.

Ablation Studies

We conduct extensive ablation studies on the Meta-World benchmark to validate the key design choices in SpatialVAM, as summarized in Tab. 4 (rows ordered by success rate). Model #2 applies full fine-tuning instead of LoRA and reaches 87.4% — comparable to LoRA but with substantially higher computational and memory costs — so we adopt LoRA throughout.

Model #3 concatenates heatmaps and RGB frames along the channel dimension (with an additional convolutional adapter to match the DiT's input channels) rather than the view dimension. The resulting information bottleneck drops performance to 81.1%, confirming that view-dimension concatenation better preserves multi-view information.

Model #4 bypasses heatmap back-projection and regresses the 3D translation directly from the denoised latents with a transformer; the success rate falls markedly to 76.6%, validating that heatmap-peak back-projection is substantially more effective than latent-space regression for translation decoding. Model #5 removes the pretrained video-foundation-model weights and almost completely fails (4.6%), as the model cannot even fit the training set, underscoring the essential role of large-scale video pretraining for data-efficient manipulation.

# View Concat Init W LoRA Trans. Decode Avg (%)
1 Heatmap 89.1
2 - Heatmap 87.4
3 - Heatmap 81.1
4 TF-Regress 76.6
5 - Heatmap 4.6

Table 4: Ablation on SpatialVAM design choices. View Concat: concatenate heatmap and RGB latents along the view dimension. Init W: use the pretrained video-foundation-model weights. LoRA: adapt the pretrained transformer via LoRA rather than updating all its weights. Trans. Decode: heatmap-peak back-projection (Heatmap) vs. transformer regression from latents (TF-Regress). Model #1 (bold) is our default; each subsequent row modifies a single design choice.

Finally, we vary the number of additionally predicted RGB views from 0 to 3, as shown in Fig. 4. The success rate grows monotonically from 61.1% to 89.1%, showing that (i) jointly predicting RGB and heatmap videos is markedly better than predicting heatmaps alone, and (ii) predicting more views yields a more complete spatio-temporal understanding and better downstream control.

Ablation on number of additionally predicted RGB views

Figure 4: Average success rate vs. the number of additionally predicted RGB views. Predicting more views yields monotonic improvements, from 61.1% with heatmap-only prediction to 89.1% with three additional RGB views.

Safer Deployment and Enhanced Explainability

Deploying manipulation policies in the real world poses safety challenges: it's difficult to assess whether a predicted action sequence is reasonable or safe from its raw numerical representation. In practice, reliable verification often requires actual action execution, which can be unsafe and may damage the robot or surroundings.

In contrast, SpatialVAM generates realistic, temporally consistent multi-view video and heatmap sequences, allowing users to visually inspect predicted rollouts before execution. This provides a safer, more interpretable action validation mechanism.

To quantify this benefit, we conducted a study with four evaluators, each performing 35 rollouts (140 in total). The evaluators reviewed the generated videos before execution and reran any rollout that appeared unsafe (e.g., potential collisions). Tab. 4 shows that video-based inspection significantly reduces collision events, demonstrating that SpatialVAM's predicted RGB videos enhance the interpretability of action outputs and provide a practical tool for safer deployment.

With video checking Without video checking
Collisions 0 / 140 6 / 140

Table 5: Number of collision events with and without video-based action checking.

Citation


@article{li2026spatialvam,
  title={Spatial-Aware Multi-View Video Diffusion as a Data-Efficient Robot Policy},
  author={Li, Peiyan and Chen, Yixiang and Xu, Yuan and Yang, Jiabing and Wu, Xiangnan and Guo, Jun and Sun, Nan and Qian, Long and Li, Xinghang and Xiao, Xin and others},
  journal={arXiv preprint arXiv:2604.03181},
  year={2026}
}