CVJun 30

Semantic Occupancy Prediction with Dual Range-Voxel Representation

arXiv:2606.316887.7
Predicted impact top 55% in CV · last 90 daysOriginality Incremental advance
AI Analysis

For autonomous driving systems, this work improves the accuracy and efficiency of 3D scene understanding from LiDAR data, addressing practical deployment concerns.

The paper tackles LiDAR-based 3D semantic occupancy prediction for autonomous driving, proposing a Dual Range-Voxel Representation (DRVR) that uses single-sweep point clouds to avoid the efficiency and robustness issues of multi-sweep methods. On nuScenes-Occupancy, DRVR achieves a 5.4% improvement in mIoU and 2.1x acceleration over multi-sweep baselines.

LiDAR-based 3D semantic occupancy prediction, which aims to provide accurate and comprehensive scene representation, is crucial for autonomous driving systems. As point clouds suffer from sparsity and incompleteness, leading to insufficient semantic learning and difficult occupancy perception, existing methods often stack multi-sweep point clouds to obtain dense spatial information. However, such a naive strategy also results in efficiency (e.g., additional computational burden) and robustness (e.g., pose transformation noise) concerns, which hinder their practical applications. In this work, we propose a Dual Range-Voxel Representation (DRVR) that leverages the range-view context and voxel-view geometry of single-sweep point clouds for 3D semantic occupancy prediction, eliminating the concerns associated with the multi-sweeps. Specifically, we use the range-view encoder to extract the compact context of the scene. To fully exploit the spatial information, we design a geometry-aware voxel-view encoder that extracts multi-scale voxel-view features separately and combines them for better geometric occupancy prediction. Moreover, we propose a range-voxel fusion module to cooperate range- and voxel-view features via voxel-to-range and range-to-voxel fusions. Extensive experiments on nuScenes-Occupancy, SemanticKITTI and SemanticPOSS show the superiority of our method. Especially on nuScenes-Occupancy, our single-sweep DRVR achieves 5.4% improvement in mIoU and 2.1x acceleration compared to the multi-sweep method.

Foundations

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

Your Notes