MOSE: Boosting Vision-based Roadside 3D Object Detection with Scene Cues
Xiahan Chen, Mingjian Chen, Sanli Tang, Yi Niu, Jiang Zhu
TL;DR
MOSE tackles monocular roadside 3D object detection by exploiting frame-invariant scene cues derived from the road-ground relationship. It introduces a scene cue bank to aggregate cues across frames and fuses them with a deformable DETR-based 3D head that incorporates camera-parameter-aware position embeddings, enabling robust height-based lifting via the relative height $h_r$ and depth cues $d(u,v)$. The method achieves state-of-the-art results on Rope3D and DAIR-V2X-I, with strong generalization to heterologous scenes that vary intrinsic/extrinsic parameters and viewpoints, and improved long-distance localization. By emphasizing scene-specific, frame-invariant features and a principled data augmentation strategy for camera parameters, MOSE demonstrates substantial practical impact for infrastructure-based perception in autonomous systems.
Abstract
3D object detection based on roadside cameras is an additional way for autonomous driving to alleviate the challenges of occlusion and short perception range from vehicle cameras. Previous methods for roadside 3D object detection mainly focus on modeling the depth or height of objects, neglecting the stationary of cameras and the characteristic of inter-frame consistency. In this work, we propose a novel framework, namely MOSE, for MOnocular 3D object detection with Scene cuEs. The scene cues are the frame-invariant scene-specific features, which are crucial for object localization and can be intuitively regarded as the height between the surface of the real road and the virtual ground plane. In the proposed framework, a scene cue bank is designed to aggregate scene cues from multiple frames of the same scene with a carefully designed extrinsic augmentation strategy. Then, a transformer-based decoder lifts the aggregated scene cues as well as the 3D position embeddings for 3D object location, which boosts generalization ability in heterologous scenes. The extensive experiment results on two public benchmarks demonstrate the state-of-the-art performance of the proposed method, which surpasses the existing methods by a large margin.
