H3O: Hyper-Efficient 3D Occupancy Prediction with Heterogeneous Supervision
Yunxiao Shi, Hong Cai, Amin Ansari, Fatih Porikli
TL;DR
H3O tackles the problem of efficient, vision-based 3D occupancy prediction by eliminating costly cross-attention in 2D-3D fusion and building a 3D voxel volume through perspective projection with per-voxel view averaging. It augments 3D occupancy learning with heterogeneous supervision from differentiable volume rendering of multi-view depth, semantics, and surface normals, supervised by 2D LiDAR labels and foundation-model outputs. The approach achieves state-of-the-art results on Occ3D-nuScenes and SemanticKITTI while demanding substantially less computation, thanks to its simple volume construction and per-pixel ray sampling strategy. The work demonstrates that rich auxiliary tasks can compensate for imperfect 3D ground truth and that efficiency-focused design enables deployment on resource-constrained platforms like autonomous vehicles.
Abstract
3D occupancy prediction has recently emerged as a new paradigm for holistic 3D scene understanding and provides valuable information for downstream planning in autonomous driving. Most existing methods, however, are computationally expensive, requiring costly attention-based 2D-3D transformation and 3D feature processing. In this paper, we present a novel 3D occupancy prediction approach, H3O, which features highly efficient architecture designs that incur a significantly lower computational cost as compared to the current state-of-the-art methods. In addition, to compensate for the ambiguity in ground-truth 3D occupancy labels, we advocate leveraging auxiliary tasks to complement the direct 3D supervision. In particular, we integrate multi-camera depth estimation, semantic segmentation, and surface normal estimation via differentiable volume rendering, supervised by corresponding 2D labels that introduces rich and heterogeneous supervision signals. We conduct extensive experiments on the Occ3D-nuScenes and SemanticKITTI benchmarks that demonstrate the superiority of our proposed H3O.
