GAE: Learning a Geometry-Native Latent Space for 3D-Consistent World Generation
GAE learns a compact geometry-native latent that improves 3D-consistent video and world generation.
The geometry-native autoencoder (GAE) reparameterizes a geometry foundation model's features into a compact latent jointly decodable to appearance, depth, cameras, and point maps. Holding the generator and training protocol fixed, replacing the latent with GAE cuts FVD by 12.7% on RealEstate10K and 23.1% on DL3DV. Camera-trajectory error is halved on RealEstate10K. The authors argue the latent space, not only the generator, determines cross-view 3D coherence and can link perception and generation.
- Latent jointly decodes to appearance, depth, cameras, and point maps.
- FVD falls 12.7% on RealEstate10K and 23.1% on DL3DV.
- Camera-trajectory error is halved on RealEstate10K.
- A conditional flow uses the shared latent for multiple generation tasks.
Full article180 words · extracted from huggingface.co · click to collapse
We present a compact geometry-native latent space as a shared foundation for perception and generation. Visual generators can produce photorealistic frames without preserving a consistent 3D scene. We argue that this is not only a modeling problem but also a representation problem: generators typically evolve appearance-centric latents, while perception models recover geometry in a semantically rich space that encodes cross-view structure. Rather than adding geometry as another output, we reparameterize a geometry foundation model's features into a compact latent space for generation. We realize this shift with the geometry-native autoencoder (GAE), whose latent is jointly decodable to appearance, depth, cameras, and point maps. With this state, a standard conditional flow supports diverse generation tasks. In controlled comparisons that hold the generator and training protocol fixed, replacing the latent with GAE improves both visual quality and independently measured 3D coherence: FVD falls by 12.7% and 23.1% on RealEstate10K and DL3DV, and camera-trajectory error is halved on RealEstate10K. Together, these results show that the latent space is central to geometry-consistent generation and can serve as a shared interface between perception and generation.
Text extracted automatically; images, tables and formatting may be missing. Original: https://huggingface.co/papers/2609.24981