Future Optical Flow Prediction Improves Robot Control & Video Generation
Kanchana Ranasinghe, Honglu Zhou, Yu Fang, Luyu Yang, Le Xue, Ran Xu, Caiming Xiong, Silvio Savarese, Michael S Ryoo, Juan Carlos Niebles
TL;DR
FOFPred tackles the challenge of forecasting dense, language-conditioned future motion by introducing a unified Vision-Language Model and diffusion architecture to predict sequences of future optical flow from web-scale video-caption data. It encodes language and visuals via a Qwen2.5-VL VLM and a Flux.1 VAE, then uses a Diffusion Transformer with temporal RoPE and spatio-temporal attention to produce RGB-encoded optical flow targets that are learned with a diffusion loss and motion-disentangling supervision. The approach is validated on two downstream tasks: language-driven robot manipulation (CALVIN and RoboTwin) and motion-guided text-to-video generation (SSv2), with extensive ablations showing the value of web-scale pretraining, the unified backbone, and dense, camera-disentangled motion targets. The results demonstrate cross-domain benefits and highlight a scalable path toward motion-aware world models capable of guiding both control and generation across diverse, language-conditioned tasks.
Abstract
Future motion representations, such as optical flow, offer immense value for control and generative tasks. However, forecasting generalizable spatially dense motion representations remains a key challenge, and learning such forecasting from noisy, real-world data remains relatively unexplored. We introduce FOFPred, a novel language-conditioned optical flow forecasting model featuring a unified Vision-Language Model (VLM) and Diffusion architecture. This unique combination enables strong multimodal reasoning with pixel-level generative fidelity for future motion prediction. Our model is trained on web-scale human activity data-a highly scalable but unstructured source. To extract meaningful signals from this noisy video-caption data, we employ crucial data preprocessing techniques and our unified architecture with strong image pretraining. The resulting trained model is then extended to tackle two distinct downstream tasks in control and generation. Evaluations across robotic manipulation and video generation under language-driven settings establish the cross-domain versatility of FOFPred, confirming the value of a unified VLM-Diffusion architecture and scalable learning from diverse web data for future optical flow prediction.
