PyramidalWan: On Making Pretrained Video Model Pyramidal for Efficient Inference
Denis Korzhenkov, Adil Karjauv, Animesh Karnewar, Mohsen Ghafoorian, Amirhossein Habibian
TL;DR
This work demonstrates that pretrained video diffusion models can be efficiently transformed into pyramidal pipelines by targeted, low-cost finetuning, significantly reducing inference compute while preserving video quality. It introduces flow matching and distillation losses to guide pyramidal finetuning and extensively studies step-distillation strategies, including distribution matching and adversarial distillation, for both original and pyramidal teachers. The authors also extend the stage-transition theory to broader upsampling schemes and validate a Patch-pyramidal Training variant, showing practical few-step generation with a single high-resolution step. Collectively, these contributions offer a scalable path to efficient video diffusion, enabling near-baseline perceptual quality with substantially reduced FLOPs and latency, and provide insights for future improvements in distillation and patch-based approaches.
Abstract
Recently proposed pyramidal models decompose the conventional forward and backward diffusion processes into multiple stages operating at varying resolutions. These models handle inputs with higher noise levels at lower resolutions, while less noisy inputs are processed at higher resolutions. This hierarchical approach significantly reduces the computational cost of inference in multi-step denoising models. However, existing open-source pyramidal video models have been trained from scratch and tend to underperform compared to state-of-the-art systems in terms of visual plausibility. In this work, we present a pipeline that converts a pretrained diffusion model into a pyramidal one through low-cost finetuning, achieving this transformation without degradation in quality of output videos. Furthermore, we investigate and compare various strategies for step distillation within pyramidal models, aiming to further enhance the inference efficiency. Our results are available at https://qualcomm-ai-research.github.io/PyramidalWan.
