paper-with-me

Papers

SeaBird: Segmentation in Bird's View with Dice Loss Improves Monocular 3D Detection of Large Objects

2024-03-29 · CVPR 2024 1 · Abhinav Kumar, Yuliang Guo, Xinyu Huang, Liu Ren, Xiaoming Liu

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

📄 PDF Abstract BibTeX arXiv:2403.20318

Code (1)

abhi1kumar/seabird 공식 구현 pytorch

Tasks

3D Object Detection3D Object Detection From Monocular ImagesAttributeBEV SegmentationregressionSegmentation

Methods 이 논문이 사용한 방법론

Dice Loss \begin{equation} DiceLoss\left( y, \overline{p} \right) = 1 - \dfrac{\left( 2y\overline{p} + 1 \right)} {\left( y+\overline{p } + 1 \right)} \end{equation}

Similar Papers 제목 키워드 기반

Generalizing Monocular 3D Object Detection

2025-08-27 · Abhinav Kumar arxiv

Monocular 3D object detection (Mono3D) is a fundamental computer vision task that estimates an object's class, 3D position, dimensions, and orientation from a single image. Its applications, including autonomous driving,…

Monocular 3D Object DetectionAutonomous Driving

Temporally-consistent 3D Reconstruction of Birds

2024-08-24 · Johannes Hägerlind, Jonas Hentati-Sundberg, Bastian Wandt

This paper deals with 3D reconstruction of seabirds which recently came into focus of environmental scientists as valuable bio-indicators for environmental change. Such 3D information is beneficial for analyzing the bird…

3D Reconstruction

Improved Activity Forecasting for Generating Trajectories

2019-12-12 · Daisuke Ogawa, Toru Tamaki, Tsubasa Hirakawa, Bisser Raytchev 외

An efficient inverse reinforcement learning for generating trajectories is proposed based of 2D and 3D activity forecasting. We modify reward function with $L_p$ norm and propose convolution into value iteration steps, w…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

X-Align: Cross-Modal Cross-View Alignment for Bird's-Eye-View Segmentation

2022-10-13 · Shubhankar Borse, Marvin Klingner, Varun Ravi Kumar, Hong Cai 외

Bird's-eye-view (BEV) grid is a common representation for the perception of road components, e.g., drivable area, in autonomous driving. Most existing approaches rely on cameras only to perform segmentation in BEV space,…

Autonomous DrivingBEV SegmentationSegmentation

X-Align++: cross-modal cross-view alignment for Bird's-eye-view segmentation

2023-06-06 · Shubhankar Borse, Senthil Yogamani, Marvin Klingner, Varun Ravi 외

Bird's-eye-view (BEV) grid is a typical representation of the perception of road components, e.g., drivable area, in autonomous driving. Most existing approaches rely on cameras only to perform segmentation in BEV space,…

Autonomous DrivingBEV SegmentationSegmentation