Beyond Pixels: From Video Priors to 4D Worlds

Zihao Liu, Xiaolong Shen, Zhenglin Zhou, Ruijie Quan, Yi Yang

arXiv:2608.10744 · 2026-08-12 공개 · arXiv · PDF

diffusion-transformers vae reconstruction spatiotemporal-attention text4d-200 i4d-200 dino-f1 reconstruction-clips

Abstract

4D generation synthesizes dynamic 3D scenes from conditions such as text or images. Existing methods either reconstruct generated RGB videos with a separate 4D model or adapt a particular video generator to predict geometry directly. The former suffers from distribution mismatch and error propagation, whereas the latter ties 4D prediction to a specific generator and may require retraining when the generator or conditioning regime changes. We ask whether the final denoised latents of video models that share a variational autoencoder (VAE) can instead provide a reusable interface to explicit 4D prediction. Building on this insight, we introduce direct latent-to-4D generation and instantiate it as Latent-to-4D, which bypasses RGB by aligning a video latent with the token grid of a pretrained 4D decoder and refining it through frame-wise and global spatiotemporal attention. Trained on roughly 1K existing reconstruction clips, a single checkpoint transfers unchanged across multiple video diffusion transformers within the same VAE family. On Text4D-200 and I4D-200, Latent-to-4D surpasses matched same-latent Wan+4RC cascades in projection-based DINO-F1 by 2.88--3.45 and 5.81 points, respectively, while also being preferred by human raters for geometry, temporal stability, and overall quality.

한국어 요약

한 줄 요약

Latent-to-4D는 VAE 공유 공간 내의 비디오 레이턴트를 직접 4D 생성에 연결하여 기존 방식의 한계를 극복한다.

핵심 기여도

핵심 아이디어

기존 4D 생성 방법은 RGB 생성 후 재구성하거나, 특정 생성기와 결합하여 4D를 예측하는 방식을 따르지만, 각각 분포 불일치, 오류 전파, 생성기 의존성 등의 문제를 가진다. 본 연구는 **VAE 공유 공간 내의 최종 데노이징 레이턴트**가 4D 생성을 위한 **재사용 가능한 인터페이스**가 될 수 있음을 제안한다. 이는 RGB 생성을 우회하고, 다양한 생성기와 조건 설정에 따라 동일한 4D 경로를 재사용할 수 있게 한다. 핵심 아이디어는 **L4AR** 네트워크를 통해 레이턴트를 4D 토큰 그리드에 정렬하고, 프레임 단위 및 전역적인 공간-시간적 주의력으로 정제하는 점이다.

기술적 접근법

주요 결과

의의 및 한계

실용적 활용