Time-Correlated Video Bridge Matching
Viacheslav Vasilev, Arseny Ivanov, Nikita Gushchin, Maria Kovaleva, Alexander Korotin
TL;DR
This work identifies a key limitation of diffusion-based data-to-data translation in video tasks: neglecting temporal correlations between frames. It introduces Time-Correlated Video Bridge Matching (TCVBM), which extends Bridge Matching by embedding a time-aware prior into the diffusion bridge to capture inter-frame dependencies. The method provides training and inference procedures that jointly optimize a frame-aware drift via regression on the clean sequence and perform iterative denoising under a temporally structured bridge. Empirical results on frame interpolation, image-to-video generation, and video super-resolution show improved temporal coherence and reconstruction fidelity compared to DDPM, DDIM, and standard Bridge Matching. The framework offers a flexible foundation for sequential data tasks beyond video, though it currently relies on a tractable tridiagonal prior and incurs notable computational cost.
Abstract
Diffusion models excel in noise-to-data generation tasks, providing a mapping from a Gaussian distribution to a more complex data distribution. However they struggle to model translations between complex distributions, limiting their effectiveness in data-to-data tasks. While Bridge Matching (BM) models address this by finding the translation between data distributions, their application to time-correlated data sequences remains unexplored. This is a critical limitation for video generation and manipulation tasks, where maintaining temporal coherence is particularly important. To address this gap, we propose Time-Correlated Video Bridge Matching (TCVBM), a framework that extends BM to time-correlated data sequences in the video domain. TCVBM explicitly models inter-sequence dependencies within the diffusion bridge, directly incorporating temporal correlations into the sampling process. We compare our approach to classical methods based on bridge matching and diffusion models for three video-related tasks: frame interpolation, image-to-video generation, and video super-resolution. TCVBM achieves superior performance across multiple quantitative metrics, demonstrating enhanced generation quality and reconstruction fidelity.
