CVAIMar 13, 2025

TGP: Two-modal occupancy prediction with 3D Gaussian and sparse points for 3D Environment Awareness

arXiv:2503.09941v12 citationsh-index: 5ICIRA
Originality Incremental advance
AI Analysis

This work addresses a domain-specific problem in robotics and autonomous driving by improving scene understanding for environment perception, though it appears incremental as it builds on existing occupancy prediction methods.

The paper tackles the problem of 3D semantic occupancy prediction by proposing a dual-modal method using 3D Gaussian sets and sparse points to balance spatial location and volumetric structural information, achieving higher accuracy with superior performance on IoU-based metrics on the Occ3DnuScenes dataset.

3D semantic occupancy has rapidly become a research focus in the fields of robotics and autonomous driving environment perception due to its ability to provide more realistic geometric perception and its closer integration with downstream tasks. By performing occupancy prediction of the 3D space in the environment, the ability and robustness of scene understanding can be effectively improved. However, existing occupancy prediction tasks are primarily modeled using voxel or point cloud-based approaches: voxel-based network structures often suffer from the loss of spatial information due to the voxelization process, while point cloud-based methods, although better at retaining spatial location information, face limitations in representing volumetric structural details. To address this issue, we propose a dual-modal prediction method based on 3D Gaussian sets and sparse points, which balances both spatial location and volumetric structural information, achieving higher accuracy in semantic occupancy prediction. Specifically, our method adopts a Transformer-based architecture, taking 3D Gaussian sets, sparse points, and queries as inputs. Through the multi-layer structure of the Transformer, the enhanced queries and 3D Gaussian sets jointly contribute to the semantic occupancy prediction, and an adaptive fusion mechanism integrates the semantic outputs of both modalities to generate the final prediction results. Additionally, to further improve accuracy, we dynamically refine the point cloud at each layer, allowing for more precise location information during occupancy prediction. We conducted experiments on the Occ3DnuScenes dataset, and the experimental results demonstrate superior performance of the proposed method on IoU based metrics.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes