TPDiff: Temporal Pyramid Video Diffusion Model
Lingmin Ran, Mike Zheng Shou
TL;DR
This work tackles the prohibitive compute cost of video diffusion by introducing TPDiff, a temporal pyramid diffusion framework that progressively increases frame rate across diffusion stages and trains via stage-wise diffusion to share a single model across stages. It formalizes a unified training strategy that solves partitioned probability flow ODEs with data-noise alignment, and demonstrates compatibility with multiple diffusion forms, including DDIM and Flow Matching. Empirical results on a large OpenVID1M-derived dataset show around a 2x reduction in training cost and a 1.5x speedup in inference, with maintained or improved video quality and temporal stability. By exploiting inter-frame redundancy and low-SNR early timesteps, TPDiff delivers scalable, efficient video diffusion suitable for longer sequences and practical deployment.
Abstract
The development of video diffusion models unveils a significant challenge: the substantial computational demands. To mitigate this challenge, we note that the reverse process of diffusion exhibits an inherent entropy-reducing nature. Given the inter-frame redundancy in video modality, maintaining full frame rates in high-entropy stages is unnecessary. Based on this insight, we propose TPDiff, a unified framework to enhance training and inference efficiency. By dividing diffusion into several stages, our framework progressively increases frame rate along the diffusion process with only the last stage operating on full frame rate, thereby optimizing computational efficiency. To train the multi-stage diffusion model, we introduce a dedicated training framework: stage-wise diffusion. By solving the partitioned probability flow ordinary differential equations (ODE) of diffusion under aligned data and noise, our training strategy is applicable to various diffusion forms and further enhances training efficiency. Comprehensive experimental evaluations validate the generality of our method, demonstrating 50% reduction in training cost and 1.5x improvement in inference efficiency.
