🤖 AI Summary
This work addresses the fragility of existing video-generation-based World-Action Models (WAMs) under visual distribution shifts, which struggle to balance the benefits of large-scale pretraining with semantic robustness. The authors propose a post-training approach that injects appearance-invariant dynamic semantics into the action prediction stream while preserving the pretrained VAE representation space. This is achieved through a lightweight semantic lookahead alignment mechanism comprising learnable query tokens, positional encoding alignment, and semantic hidden state matching. Notably, the method enables robust control against out-of-domain perturbations—such as lighting changes—without modifying the original generative pathway or requiring re-pretraining. Experiments demonstrate consistent improvements in success rates across multiple WAM baselines on both simulated out-of-distribution generalization benchmarks and real-world robotic tasks, all while maintaining in-distribution performance.
📝 Abstract
Mainstream World-Action Models (WAMs) adapt pretrained video generation models (VGMs) for robot control, transferring their learned dynamics prior for action prediction. These VGMs are typically trained in a variational autoencoder (VAE) latent space. However, the VAE latent space is optimized for pixel reconstruction, which rewards fine appearance detail and leaves the action prediction fragile under visual shifts. Recent works build WAMs in semantic latent space, which are more robust to appearance shifts. However, these models cannot leverage the large-scale VGM pretraining that exists only in VAE space. To overcome this dilemma, we propose Robust-WAM, a general post-training method for video-generation-based WAMs that preserves the VAE-based generative path and adds a lightweight semantic foresight alignment objective on the action stream. This retains the large-scale VGM pretraining while grounding actions in appearance-invariant dynamics that stay reliable under illumination shifts and other visual out-of-distribution conditions. Specifically, we employ learnable query tokens to bring future-scene semantics into the action stream by aligning their output hidden states with the semantic foresight of future ground-truth frames. To establish the temporal correspondence between each query and the future step it describes, we give it the positional encoding of the matching action tokens. Experiments on out-of-distribution generalization simulation benchmarks and a real-robot setup show that our Robust-WAM consistently improves the success rates of multiple WAM baselines without sacrificing in-distribution performance.