Paper Overview
Field: Computer Vision Authors: Zhihao Xie, Junfeng Wu, Xinting Hu, Junchao Huang, Li Jiang arXiv: 2607.14088
Key Points
- Motivation: Video generative models typically rely on latent spaces learned by 3D Variational Autoencoders (3D-VAEs), which are optimized mainly for pixel-level reconstruction and may limit the semantic and spatio-temporal structure captured by their latents. Meanwhile, Video Foundation Models (VFMs) like V-JEPA 2 and VideoMAEv2 show strong video understanding, but whether their frozen representations can be converted into compact, reconstruction-capable, generation-friendly latents was largely unexplored.
- Method: VideoRAE is a representation autoencoder that leverages multi-scale hierarchical features from a frozen video foundation encoder, compressed via a lightweight 1D self-attention projector.
- Dual latent support: Continuous latents for diffusion transformers, and discrete tokens for autoregressive models, enabled through multi-codebook high-dimensional quantization.
- Training objective: Decoding uses a local-global representation alignment target with the frozen VFM teacher to improve semantic preservation, allowing training without KL regularization.
- Strong reconstruction performance in both continuous and discrete regimes.
- State-of-the-art class-to-video generation on UCF-101: gFVD of 40 with an autoregressive generator and 93 with a DiT generator.
- Roughly 5x faster convergence compared to competing autoencoder baselines.
- In a controlled 2B-scale text-to-video study, replacing LTX-VAE with VideoRAE achieves faster convergence under comparable settings.
Results
Conclusion
The results validate frozen VFM representations as universal, generation-friendly video latents for generative modeling.