English

StereoDETR: Stereo-based Transformer for 3D Object Detection

Computer Vision and Pattern Recognition 2025-11-25 v1

Abstract

Compared to monocular 3D object detection, stereo-based 3D methods offer significantly higher accuracy but still suffer from high computational overhead and latency. The state-of-the-art stereo 3D detection method achieves twice the accuracy of monocular approaches, yet its inference speed is only half as fast. In this paper, we propose StereoDETR, an efficient stereo 3D object detection framework based on DETR. StereoDETR consists of two branches: a monocular DETR branch and a stereo branch. The DETR branch is built upon 2D DETR with additional channels for predicting object scale, orientation, and sampling points. The stereo branch leverages low-cost multi-scale disparity features to predict object-level depth maps. These two branches are coupled solely through a differentiable depth sampling strategy. To handle occlusion, we introduce a constrained supervision strategy for sampling points without requiring extra annotations. StereoDETR achieves real-time inference and is the first stereo-based method to surpass monocular approaches in speed. It also achieves competitive accuracy on the public KITTI benchmark, setting new state-of-the-art results on pedestrian and cyclist subsets. The code is available at https://github.com/shiyi-mu/StereoDETR-OPEN.

Keywords

Cite

@article{arxiv.2511.18788,
  title  = {StereoDETR: Stereo-based Transformer for 3D Object Detection},
  author = {Shiyi Mu and Zichong Gu and Zhiqi Ai and Anqi Liu and Yilin Gao and Shugong Xu},
  journal= {arXiv preprint arXiv:2511.18788},
  year   = {2025}
}

Comments

Accepted by IEEE TCSVT, 2025

R2 v1 2026-07-01T07:51:35.603Z