RoboOcc: Enhancing the Geometric and Semantic Scene Understanding for Robots
Zhang Zhang, Qiang Zhang, Wei Cui, Shuai Shi, Yijie Guo, Gang Han, Wen Zhao, Hengle Ren, Renjing Xu, Jian Tang
TL;DR
RoboOcc tackles the challenge of 3D occupancy prediction for robots by addressing the underutilization of geometry and opacity in Gaussian-based scene representations. It introduces two key modules: Opacity-guided Self-Encoder (OSE) to reduce semantic ambiguity in overlapping Gaussians, and Geometry-aware Cross-Encoder (GCE) to enable fine-grained geometric modeling, iteratively updating a set of 3D Gaussians and converting them to dense voxels via Gaussian-to-Voxel splatting. The method achieves state-of-the-art results on Occ-ScanNet (local) and EmbodiedOcc-ScanNet (global) with strong ablations validating the contributions; RoboOcc also demonstrates robustness to Gaussian parameter variations. These advances significantly improve autonomous robots' ability to perceive and reason about indoor environments, enabling more reliable navigation and interaction in complex scenes.
Abstract
3D occupancy prediction enables the robots to obtain spatial fine-grained geometry and semantics of the surrounding scene, and has become an essential task for embodied perception. Existing methods based on 3D Gaussians instead of dense voxels do not effectively exploit the geometry and opacity properties of Gaussians, which limits the network's estimation of complex environments and also limits the description of the scene by 3D Gaussians. In this paper, we propose a 3D occupancy prediction method which enhances the geometric and semantic scene understanding for robots, dubbed RoboOcc. It utilizes the Opacity-guided Self-Encoder (OSE) to alleviate the semantic ambiguity of overlapping Gaussians and the Geometry-aware Cross-Encoder (GCE) to accomplish the fine-grained geometric modeling of the surrounding scene. We conduct extensive experiments on Occ-ScanNet and EmbodiedOcc-ScanNet datasets, and our RoboOcc achieves state-of the-art performance in both local and global camera settings. Further, in ablation studies of Gaussian parameters, the proposed RoboOcc outperforms the state-of-the-art methods by a large margin of (8.47, 6.27) in IoU and mIoU metric, respectively. The codes will be released soon.
