BEVMOSNet: Multimodal Fusion for BEV Moving Object Segmentation
Hiep Truong Cong, Ajay Kumar Sigatapu, Arindam Das, Yashwanth Sharma, Venkatesh Satagopan, Ganesh Sistu, Ciaran Eising
TL;DR
BEVMOSNet addresses the challenge of moving object segmentation in bird's-eye-view (BEV) by introducing a fully end-to-end multimodal fusion framework that combines camera, LiDAR, and radar data. It employs deformable multi-modal cross-attention (MDCA) for cross-sensor fusion in BEV, along with a correlation-based motion cue extractor and a dedicated MOS decoder to predict moving objects. On the nuScenes dataset, BEVMOSNet achieves state-of-the-art performance, reporting a substantial IoU improvement of $36.59\%$ over the vision-only baseline BEV-MoSeg and $2.35\%$ over the multimodal SimpleBEV extension, establishing robust motion segmentation across varying distances and conditions. The work demonstrates the practical impact of multisensor fusion for reliable BEV perception, especially under adverse weather and low-light scenarios, while noting label limitations and outlining future extensions to other dynamic classes.
Abstract
Accurate motion understanding of the dynamic objects within the scene in bird's-eye-view (BEV) is critical to ensure a reliable obstacle avoidance system and smooth path planning for autonomous vehicles. However, this task has received relatively limited exploration when compared to object detection and segmentation with only a few recent vision-based approaches presenting preliminary findings that significantly deteriorate in low-light, nighttime, and adverse weather conditions such as rain. Conversely, LiDAR and radar sensors remain almost unaffected in these scenarios, and radar provides key velocity information of the objects. Therefore, we introduce BEVMOSNet, to our knowledge, the first end-to-end multimodal fusion leveraging cameras, LiDAR, and radar to precisely predict the moving objects in BEV. In addition, we perform a deeper analysis to find out the optimal strategy for deformable cross-attention-guided sensor fusion for cross-sensor knowledge sharing in BEV. While evaluating BEVMOSNet on the nuScenes dataset, we show an overall improvement in IoU score of 36.59% compared to the vision-based unimodal baseline BEV-MoSeg (Sigatapu et al., 2023), and 2.35% compared to the multimodel SimpleBEV (Harley et al., 2022), extended for the motion segmentation task, establishing this method as the state-of-the-art in BEV motion segmentation.
