Paper Overview
Field: Computer Vision (CV) Authors: Jiahao Lu, Minghao Yin, Wenbo Hu, Hengyu Liu, Wang Zhao, Sai-Kit Yeung, Ying Shan, Yuan Liu Published: 2026-09-21 arXiv: 2609.24981
Introduction
Visual generators can produce photorealistic frames, but they often fail to preserve a consistent 3D scene. The authors argue this is not only a modeling problem but also a representation problem:
- Generators typically evolve appearance-centric latents.
- Perception models recover geometry in a semantically rich space that encodes cross-view structure.
- Appearance (RGB frames)
- Depth
- Camera poses
- Point maps
- FVD decreased 12.7% on RealEstate10K
- FVD decreased 23.1% on DL3DV
- Camera trajectory error halved on RealEstate10K
Rather than adding geometry as another output, the paper proposes reparameterizing a geometry foundation model's features into a compact latent space for generation.
Method: Geometry-Native Autoencoder (GAE)
GAE implements this shift with a latent space that is jointly decodable into:
With this state, a standard conditional flow model supports diverse generation tasks without task-specific architectural changes.
Results
In controlled comparisons with fixed generators and identical training protocols, replacing the latent space with GAE improved both visual quality and independently measured 3D consistency:
Conclusion
These results indicate that the latent space itself is central to geometry-consistent generation, and that a geometry-native latent space can serve as a shared interface between perception and generation.
*Auto-collected on 2026-09-23.*