REGEN: Learning Compact Video Embedding with (Re-)Generative Decoder
Yitian Zhang, Long Mai, Aniruddha Mahapatra, David Bourgin, Yicong Hong, Jonah Casebeer, Feng Liu, Yun Fu
TL;DR
REGEN rethinks video tokenization by replacing encoder-decoder with an encoder-generator framework that uses a diffusion-transformer decoder conditioned on compact latents. The key innovation is a latent conditioning module that produces content-aware positional embeddings, enabling the DiT decoder to generalize across resolutions and achieve up to $32\times$ temporal compression while maintaining plausible reconstructions. Empirical results show superior reconstruction quality at high compression compared to state-of-the-art embedders and demonstrate the latent space's effectiveness for text-to-video generation with a 5B DiT latent-diffusion model, offering substantial efficiency gains in training and inference. This approach has practical implications for scalable video generative modeling and downstream diffusion-based video synthesis tasks.
Abstract
We present a novel perspective on learning video embedders for generative modeling: rather than requiring an exact reproduction of an input video, an effective embedder should focus on synthesizing visually plausible reconstructions. This relaxed criterion enables substantial improvements in compression ratios without compromising the quality of downstream generative models. Specifically, we propose replacing the conventional encoder-decoder video embedder with an encoder-generator framework that employs a diffusion transformer (DiT) to synthesize missing details from a compact latent space. Therein, we develop a dedicated latent conditioning module to condition the DiT decoder on the encoded video latent embedding. Our experiments demonstrate that our approach enables superior encoding-decoding performance compared to state-of-the-art methods, particularly as the compression ratio increases. To demonstrate the efficacy of our approach, we report results from our video embedders achieving a temporal compression ratio of up to 32x (8x higher than leading video embedders) and validate the robustness of this ultra-compact latent space for text-to-video generation, providing a significant efficiency boost in latent diffusion model training and inference.
