Pixel-Perfect Visual Geometry Estimation
Gangwei Xu, Haotong Lin, Hongcheng Luo, Haiyang Sun, Bing Wang, Guang Chen, Sida Peng, Hangjun Ye, Xin Yang
TL;DR
Pixel-Perfect Visual Geometry Estimation tackles flying pixels and edge artifacts in monocular and video depth estimation by performing diffusion directly in the pixel space. The authors introduce Pixel-Perfect Depth (PPD) and Pixel-Perfect Video Depth (PPVD), powered by Semantics-Prompted Diffusion Transformers (SP-DiT) and Semantics-Consistent DiT (SC-DiT), plus a Cascaded DiT (Cas-DiT) architecture and Reference-Guided Token Propagation (RGTP) for efficiency and temporal coherence. The approach eliminates VAE-induced edge artifacts and achieves state-of-the-art results among generative monocular/video depth models, with an edge-aware point cloud evaluation demonstrating cleaner geometry. This work enables high-quality, flying-pixel-free depth maps suitable for robotics and augmented reality, and provides mechanisms for robust temporal consistency in videos.
Abstract
Recovering clean and accurate geometry from images is essential for robotics and augmented reality. However, existing geometry foundation models still suffer severely from flying pixels and the loss of fine details. In this paper, we present pixel-perfect visual geometry models that can predict high-quality, flying-pixel-free point clouds by leveraging generative modeling in the pixel space. We first introduce Pixel-Perfect Depth (PPD), a monocular depth foundation model built upon pixel-space diffusion transformers (DiT). To address the high computational complexity associated with pixel-space diffusion, we propose two key designs: 1) Semantics-Prompted DiT, which incorporates semantic representations from vision foundation models to prompt the diffusion process, preserving global semantics while enhancing fine-grained visual details; and 2) Cascade DiT architecture that progressively increases the number of image tokens, improving both efficiency and accuracy. To further extend PPD to video (PPVD), we introduce a new Semantics-Consistent DiT, which extracts temporally consistent semantics from a multi-view geometry foundation model. We then perform reference-guided token propagation within the DiT to maintain temporal coherence with minimal computational and memory overhead. Our models achieve the best performance among all generative monocular and video depth estimation models and produce significantly cleaner point clouds than all other models.
