MTC-VAE: Multi-Level Temporal Compression with Content Awareness
Yubo Dong, Linchao Zhu
TL;DR
MTC-VAE introduces multi-level temporal compression for latent video diffusion, enabling content-aware adaptation of per-segment temporal resolution through a Video Clipper and a keyframe-based decoding mechanism. The two-stage training with a flow-guided consistency loss and an alpha-weighted quality-compression objective enables dynamic compression decisions that preserve reconstruction quality while significantly increasing compression rates. When integrated with diffusion transformers like DiT, MTC-VAE accelerates generation and supports longer videos with limited additional compute, achieving up to 92.4% compression improvements with minimal PSNR/SSIM degradation. The approach is validated across multiple open-video benchmarks, ablations, and DiT fine-tuning scenarios, demonstrating practical impact for scalable, high-resolution video synthesis and a meaningful reduction in computational cost.
Abstract
Latent Video Diffusion Models (LVDMs) rely on Variational Autoencoders (VAEs) to compress videos into compact latent representations. For continuous Variational Autoencoders (VAEs), achieving higher compression rates is desirable; yet, the efficiency notably declines when extra sampling layers are added without expanding the dimensions of hidden channels. In this paper, we present a technique to convert fixed compression rate VAEs into models that support multi-level temporal compression, providing a straightforward and minimal fine-tuning approach to counteract performance decline at elevated compression rates.Moreover, we examine how varying compression levels impact model performance over video segments with diverse characteristics, offering empirical evidence on the effectiveness of our proposed approach. We also investigate the integration of our multi-level temporal compression VAE with diffusion-based generative models, DiT, highlighting successful concurrent training and compatibility within these frameworks. This investigation illustrates the potential uses of multi-level temporal compression.
