VideoRAE: Taming Video Foundation Models for Generative Modeling via Representation Autoencoders

Zhihao Xie, Junfeng Wu, Xinting Hu, Junchao Huang, Li Jiang

arXiv:2607.14088 · 2026-07-20 공개 · arXiv · PDF

quantization diffusion-transformers reconstruction self-attention text-to-video video-foundation-models autoencoders video-rae

Abstract

Video generative models commonly rely on latent spaces learned by 3D Variational Autoencoders (3D-VAEs). However, conventional 3D-VAEs are mainly optimized for pixel-level reconstruction, which can limit the semantic and spatio-temporal structure captured by their latents. Meanwhile, Video Foundation Models (VFMs) such as V-JEPA 2 and VideoMAEv2 show strong video understanding capabilities, yet whether their frozen representations can be transformed into compact, reconstruction-capable, and generation-friendly video latents remains largely unexplored. We answer this question with VideoRAE, a representation autoencoder that leverages multi-scale hierarchical features from a frozen video foundation encoder and compresses them with a lightweight 1D self-attention projector. VideoRAE supports both continuous latents for Diffusion Transformers and discrete tokens for autoregressive models via multi-codebook high-dimensional quantization. During decoding, a local-and-global representation alignment objective with the frozen VFM teacher improves semantic preservation and enables training without KL regularization. Experiments show that VideoRAE achieves strong reconstruction in both continuous and discrete regimes. On UCF-101, it obtains state-of-the-art class-to-video gFVDs of 40 and 93 with AR and DiT generators, respectively, while converging approximately 5x faster than competing autoencoder baselines. In a controlled 2B-scale text-to-video study, replacing LTX-VAE with VideoRAE leads to faster convergence under comparable settings. These results validate frozen VFM representations as versatile and generation-friendly video latents. The model and code will be released on https://zhxie0117.github.io/VideoRAE.

한국어 요약

한 줄 요약

VideoRAE는 Video Foundation Models(VFMs)의 냉동 표현을 활용하여 고정밀 비디오 생성을 지원하는 새로운 표현 오토인코더를 제안한다.

핵심 기여도

핵심 아이디어

기존 3D-VAE는 픽셀 수준 재구성을 최적화하여 의미적 구조와 시공간 동작을 제대로 포착하지 못한다. 반면, VFMs는 강력한 의미 추출 능력을 가지지만, 이 냉동 표현이 생성 모델링에 적합한 레이턴트로 변환될 수 있는지는 여전히 탐구되지 않았다. VideoRAE는 이 문제를 해결하기 위해, V-JEPA 2와 VideoMAEv2의 냉동 표현을 활용하고, 1D self-attention projector로 높은 압축률의 레이턴트를 생성한다. 이 레이턴트는 Multi-codebook SimVQ를 통해 이산 토큰으로 변환되며, Local-and-global representation alignment objective를 통해 의미 구조를 보존한다. 이는 KL 정규화 없이도 안정적인 학습을 가능하게 하며, Diffusion Transformer(DiT)와 Autoregressive(AR) 모델 모두에 적용 가능하다.

기술적 접근법

주요 결과

의의 및 한계

VideoRAE는 VFMs의 냉동 표현을 생성 모델링에 직접 활용할 수 있음을 입증하며, 기존 VAE 기반 토크나이저의 한계를 극복한다. 특히, Local-and-global alignment objective를 통해 KL 정규화 없이도 의미 구조를 유지하는 것이 학술적 기여로 작용한다. 또한, 5× 빠른 수렴 속도는 대규모 생성 모델 학습에 실질적 효율성을 제공한다. 그러나, 현재 실험은 UCF-101과 TokenBench 중심이며, 더 복잡한 동작이나 장기적 시공간 구조를 포착하는 데 한계가 있을 수 있다. 또한, 높은 차원의 정량화는 메모리 사용량 증가를 유발할 수 있다.

실용적 활용

VideoRAE는 텍스트-비디오 생성, 클래스-비디오 생성, 그리고 대규모 비디오 생성 프레임워크에서 활용 가능하다. 특히, LTX-VAE 대체로 사용될 경우, 빠른 수렴과 높은 생성 품질을 동시에 달성할 수 있어, 산업적 응용에서 효율성과 품질을 동시에 요구하는 시나리오에 적합하다.