Search papers, labs, and topics across Lattice.
Bridge-WA introduces a novel lightweight framework that enhances robotic action by predicting scene changes relevant to manipulation tasks, addressing the limitations of existing world-action models that rely heavily on generative approaches. By distilling a frozen teacher model into three compact priors鈥攆uture tokens, change maps, and motion-flow maps鈥擝ridge-WA effectively conditions action generation on anticipated scene dynamics. Evaluations across multiple benchmarks demonstrate significant improvements in task success and robustness, particularly in scenarios with out-of-distribution visual shifts, highlighting its capacity to generalize better without the need for dense future-image generation.
Bridge-WA achieves superior task performance by predicting where and how the world will change, enabling robots to focus on relevant scene dynamics rather than irrelevant visual details.
General-purpose vision-language-action models benefit from large vision-language priors, but effective manipulation also requires anticipating action-relevant scene changes. Existing world-action models often rely on large generative world models or dense future rollouts, which are expensive and spend capacity on visual details weakly coupled to control. We present Bridge-WA, a lightweight world-action framework that distills a frozen future-change teacher into three compact priors: future tokens for intended outcomes, change maps for intervention support, and motion-flow maps for local transition direction. A WorldBridge conditions the action transformer on these priors through multi-source attention memories and spatial-temporal biases, while the teacher model is removed at inference. Across VLABench, RoboTwin2.0, LIBERO-Plus and real-robot evaluations, Bridge-WA improves task success, progress, and robustness, with particularly clear gains under out-of-distribution visual shifts. By focusing action generation on where and how the scene will change, Bridge-WA suppresses nuisance appearance factors such as background, lighting, and distractors, leading to better generalization without deployment-time dense future-image generation. Code and visualizations are available at: https://hcplab-sysu.github.io/BRIDGE-WA .