OccFusion: Multi-Sensor Fusion Framework for 3D Semantic Occupancy Prediction
Zhenxing Ming, Julie Stephany Berrio, Mao Shan, Stewart Worrall
TL;DR
OccFusion presents a multi-sensor fusion framework that combines surround-view cameras, lidar, and radar to predict dense 3D semantic occupancy. It fuses 2D and 3D features through dynamic fusion modules and global-local attention to generate multi-scale occupancy volumes, achieving robust improvements over camera-only baselines, especially in night and rainy conditions. Experiments on nuScenes and SemanticKITTI demonstrate substantial mIoU gains from multi-sensor fusion, with radar and lidar contributing complementary strengths in range and geometry, respectively. The framework shows favorable convergence behavior, though with higher computational costs, and provides insights into sensor contribution across perception ranges. Overall, OccFusion advances robust 3D scene understanding for autonomous driving by integrating heterogeneous sensing modalities with principled fusion strategies.
Abstract
A comprehensive understanding of 3D scenes is crucial in autonomous vehicles (AVs), and recent models for 3D semantic occupancy prediction have successfully addressed the challenge of describing real-world objects with varied shapes and classes. However, existing methods for 3D occupancy prediction heavily rely on surround-view camera images, making them susceptible to changes in lighting and weather conditions. This paper introduces OccFusion, a novel sensor fusion framework for predicting 3D occupancy. By integrating features from additional sensors, such as lidar and surround view radars, our framework enhances the accuracy and robustness of occupancy prediction, resulting in top-tier performance on the nuScenes benchmark. Furthermore, extensive experiments conducted on the nuScenes and semanticKITTI dataset, including challenging night and rainy scenarios, confirm the superior performance of our sensor fusion strategy across various perception ranges. The code for this framework will be made available at https://github.com/DanielMing123/OccFusion.
