Efficient Continuous Video Flow Model for Video Prediction
Gaurav Shrivastava, Abhinav Shrivastava
TL;DR
This work tackles the latency and parameter-efficiency challenges of diffusion-based video prediction by introducing Continuous Video Flow (CVF), which treats video as a continuous latent-space process. It employs a two-stage pipeline: encode frames into a latent space via a pre-trained autoencoder, then model a continuous forward and reverse process between latent frames with a denoising objective defined in latent space, using the interpolation z_t = (1−t)z^j + t z^{j+1} − (t log t)/√2 ε, ε ∼ N(0,I). The approach achieves state-of-the-art results on KTH, BAIR, Human3.6M, and UCF101 while using far fewer parameters and sampling steps, highlighting practical benefits for efficient video prediction. Limitations include remaining sequential sampling bottlenecks and resource constraints; future work points to further reducing sampling steps and scaling to longer sequences with more powerful hardware. Overall, CVF provides a principled, efficient framework for continuous video prediction in latent space with strong empirical performance and potential for real-time applications.
Abstract
Multi-step prediction models, such as diffusion and rectified flow models, have emerged as state-of-the-art solutions for generation tasks. However, these models exhibit higher latency in sampling new frames compared to single-step methods. This latency issue becomes a significant bottleneck when adapting such methods for video prediction tasks, given that a typical 60-second video comprises approximately 1.5K frames. In this paper, we propose a novel approach to modeling the multi-step process, aimed at alleviating latency constraints and facilitating the adaptation of such processes for video prediction tasks. Our approach not only reduces the number of sample steps required to predict the next frame but also minimizes computational demands by reducing the model size to one-third of the original size. We evaluate our method on standard video prediction datasets, including KTH, BAIR action robot, Human3.6M and UCF101, demonstrating its efficacy in achieving state-of-the-art performance on these benchmarks.
