SeaBird: Segmentation in Bird's View with Dice Loss Improves Monocular 3D Detection of Large Objects
Abhinav Kumar, Yuliang Guo, Xinyu Huang, Liu Ren, Xiaoming Liu
TL;DR
This work investigates the generalization gap of monocular 3D detectors to large objects and attributes it to the noise sensitivity of depth regression losses. It provides a theoretical comparison of $L_1$, $L_2$, and $L_{dice}$ losses, proving that the dice loss offers superior noise-robustness and convergence for large objects, under a simplified model. Building on these insights, SeaBird pairs foreground BEV segmentation trained with the dice loss in a two-stage, sequential pipeline, feeding refined BEV features into a Mono3D head to improve large-object detection. Empirically, SeaBird achieves state-of-the-art results on KITTI-360 and consistently boosts performance of nuScenes detectors, particularly for large objects, demonstrating practical impact for safer autonomous driving systems. The combination of theoretical foundations and strong empirical gains positions SeaBird as a principled step toward robust, large-object monocular 3D perception.
Abstract
Monocular 3D detectors achieve remarkable performance on cars and smaller objects. However, their performance drops on larger objects, leading to fatal accidents. Some attribute the failures to training data scarcity or their receptive field requirements of large objects. In this paper, we highlight this understudied problem of generalization to large objects. We find that modern frontal detectors struggle to generalize to large objects even on nearly balanced datasets. We argue that the cause of failure is the sensitivity of depth regression losses to noise of larger objects. To bridge this gap, we comprehensively investigate regression and dice losses, examining their robustness under varying error levels and object sizes. We mathematically prove that the dice loss leads to superior noise-robustness and model convergence for large objects compared to regression losses for a simplified case. Leveraging our theoretical insights, we propose SeaBird (Segmentation in Bird's View) as the first step towards generalizing to large objects. SeaBird effectively integrates BEV segmentation on foreground objects for 3D detection, with the segmentation head trained with the dice loss. SeaBird achieves SoTA results on the KITTI-360 leaderboard and improves existing detectors on the nuScenes leaderboard, particularly for large objects. Code and models at https://github.com/abhi1kumar/SeaBird
