YODA: Yet Another One-step Diffusion-based Video Compressor
Xingchen Li, Junzhe Zhang, Junqi Shi, Ming Lu, Zhan Ma
TL;DR
YODA tackles perceptual video compression by extending diffusion-based methods to video through temporal conditioning and efficient one-step denoising. Its three-part architecture—Temporal-Aware AutoEncoder for cross-frame latent generation, a Conditional Latent Coder for entropy-aware context modeling, and a Linear Diffusion Transformer for one-step denoising—delivers superior perceptual quality (LPIPS, DISTS, FID, KID) while maintaining competitive bitrate efficiency. A staged training regime stabilizes learning and balances rate, distortion, and realism, and extensive ablations illuminate the impact of temporal awareness, multiscale conditioning, and DiT denoising. The approach sets a new benchmark for diffusion-based video codecs and offers practical potential for perceptual-focused video coding, with code to be released publicly.
Abstract
While one-step diffusion models have recently excelled in perceptual image compression, their application to video remains limited. Prior efforts typically rely on pretrained 2D autoencoders that generate per-frame latent representations independently, thereby neglecting temporal dependencies. We present YODA--Yet Another One-step Diffusion-based Video Compressor--which embeds multiscale features from temporal references for both latent generation and latent coding to better exploit spatial-temporal correlations for more compact representation, and employs a linear Diffusion Transformer (DiT) for efficient one-step denoising. YODA achieves state-of-the-art perceptual performance, consistently outperforming traditional and deep-learning baselines on LPIPS, DISTS, FID, and KID. Source code will be publicly available at https://github.com/NJUVISION/YODA.
