LeanVAE: An Ultra-Efficient Reconstruction VAE for Video Diffusion Models
Yu Cheng, Fajie Yuan
TL;DR
LeanVAE addresses the computational bottleneck of Video VAEs in Latent Video Diffusion Models by introducing a lightweight, patch-based backbone (Neighborhood-Aware Feedforward) and enriching inputs with Haar wavelet transforms, plus a novel CS-based latent channel bottleneck using ISTA-Net+. The architecture achieves dramatic efficiency gains (up to 50× fewer FLOPs and up to 44× faster inference) while maintaining competitive reconstruction quality, and it enhances generation performance when paired with diffusion-based video models. Extensive ablations demonstrate the benefits of separate LC/HC processing, CS over traditional autoencoders, and avoiding patch normalization to prevent block artifacts. The work demonstrates practical, scalable improvements for high-resolution video generation and reconstruction, with potential applicability to broader LVDM workflows and future exploration of higher compression and discrete latent spaces.
Abstract
Recent advances in Latent Video Diffusion Models (LVDMs) have revolutionized video generation by leveraging Video Variational Autoencoders (Video VAEs) to compress intricate video data into a compact latent space. However, as LVDM training scales, the computational overhead of Video VAEs becomes a critical bottleneck, particularly for encoding high-resolution videos. To address this, we propose LeanVAE, a novel and ultra-efficient Video VAE framework that introduces two key innovations: (1) a lightweight architecture based on a Neighborhood-Aware Feedforward (NAF) module and non-overlapping patch operations, drastically reducing computational cost, and (2) the integration of wavelet transforms and compressed sensing techniques to enhance reconstruction quality. Extensive experiments validate LeanVAE's superiority in video reconstruction and generation, particularly in enhancing efficiency over existing Video VAEs. Our model offers up to 50x fewer FLOPs and 44x faster inference speed while maintaining competitive reconstruction quality, providing insights for scalable, efficient video generation. Our models and code are available at https://github.com/westlake-repl/LeanVAE
