Search papers, labs, and topics across Lattice.
This paper introduces SparseOcc++, a geometry-aware sparse framework designed to enhance 3D semantic occupancy prediction for autonomous driving by decoupling scene completion from semantic segmentation. By reformulating scene completion as signed-distance regression on sparse anchor voxels and employing a geometry-guided propagation module, SparseOcc++ significantly reduces computational overhead and improves accuracy. The method achieves a new state of the art, with a 2.3-point increase in Intersection over Union (IoU) and a 3.9x speedup compared to its predecessor, SparseOcc, on the nuScenes dataset.
SparseOcc++ achieves a 2.3-point IoU improvement while being 3.9 times faster than previous methods, revolutionizing 3D semantic occupancy prediction.
Vision-based 3D semantic occupancy prediction is essential for autonomous driving, yet dense voxel representations waste computation on largely empty space, while BEV and TPV projections compromise fine-grained 3D structure. Fully sparse representations offer an attractive alternative, but existing methods, including SparseOcc, entangle scene completion with semantic prediction by indiscriminately propagating high-dimensional features into empty regions and applying voxel-wise classification. This creates excessive activations, computational overhead, and geometric ambiguity. We present SparseOcc++, a geometry-aware sparse framework that explicitly decouples scene completion from semantic segmentation. SparseOcc++ reformulates completion as signed-distance regression on sparse anchor voxels through a scene completion field (SCF). To model complex outdoor geometry robustly, it combines orthogonal decomposition with discretized distance learning. A geometry-guided propagation module then converts the SCF into a complete volumetric scene and restricts semantic segmentation to geometrically verified regions. Experiments establish new state of the art: SparseOcc++ improves IoU by 2.3 points and is 3.9x faster than SparseOcc on nuScenes, while achieving a 5.9x speedup over OccFormer on SemanticKITTI.