The core idea of V-RAE originates from the Representation Autoencoder (RAE) in the image domain: instead of learning a latent space from pixel reconstruction objectives, it directly uses high-level representations learned by pretrained vision models as the latent space for generative models. V-RAE extends this approach to video, systematically studying four pretrained visual representations from different paradigms: DINOv3, SigLIP2, EUPE, and V-JEPA 2.1.
Video poses unique challenges: per-frame encoding leads to token count growing with length, and simple temporal compression loses motion information. V-RAE introduces a lightweight temporal attention pooling module to achieve 4x temporal compression while preserving semantic and dynamic information, then reconstructs videos via a spatiotemporal Transformer decoder with 3D RoPE.
Experiments confirm the paradigm works for video: on Kinetics-600, V-RAE achieves a reconstruction rFVD of 2.13, outperforming the best result among evaluated large-scale pretrained video VAEs (3.58); on UCF101, reconstruction performance is close to the strongest VAE baseline. In semantic probing, V-RAE reaches 90.92% accuracy on UCF101, while the best traditional VAE only achieves 30.83%; on Something-Something V2, it reaches 72.91%.