Search papers, labs, and topics across Lattice.
The paper introduces GPOcc, a novel framework for monocular 3D occupancy prediction that leverages generalizable visual geometry priors (GPs). GPOcc extends surface points inward along camera rays to generate volumetric samples, representing them as Gaussian primitives for probabilistic occupancy inference. A training-free incremental update strategy is designed to fuse per-frame Gaussians into a unified global representation, leading to state-of-the-art performance on Occ-ScanNet and EmbodiedOcc-ScanNet datasets.
By extending surface points inward along camera rays and representing volumetric samples as Gaussian primitives, GPOcc achieves state-of-the-art results in monocular and streaming occupancy prediction, outperforming existing methods by a significant margin while also running faster.
Accurate 3D scene understanding is essential for embodied intelligence, with occupancy prediction emerging as a key task for reasoning about both objects and free space. Existing approaches largely rely on depth priors (e.g., DepthAnything) but make only limited use of 3D cues, restricting performance and generalization. Recently, visual geometry models such as VGGT have shown strong capability in providing rich 3D priors, but similar to monocular depth foundation models, they still operate at the level of visible surfaces rather than volumetric interiors, motivating us to explore how to more effectively leverage these increasingly powerful geometry priors for 3D occupancy prediction. We present GPOcc, a framework that leverages generalizable visual geometry priors (GPs) for monocular occupancy prediction. Our method extends surface points inward along camera rays to generate volumetric samples, which are represented as Gaussian primitives for probabilistic occupancy inference. To handle streaming input, we further design a training-free incremental update strategy that fuses per-frame Gaussians into a unified global representation. Experiments on Occ-ScanNet and EmbodiedOcc-ScanNet demonstrate significant gains: GPOcc improves mIoU by +9.99 in the monocular setting and +11.79 in the streaming setting over prior state of the art. Under the same depth prior, it achieves +6.73 mIoU while running 2.65$\times$ faster. These results highlight that GPOcc leverages geometry priors more effectively and efficiently. Code will be released at https://github.com/JuIvyy/GPOcc.