English

MonoDINO-DETR: Depth-Enhanced Monocular 3D Object Detection Using a Vision Foundation Model

Computer Vision and Pattern Recognition 2025-02-04 v1

Abstract

This paper proposes novel methods to enhance the performance of monocular 3D object detection models by leveraging the generalized feature extraction capabilities of a vision foundation model. Unlike traditional CNN-based approaches, which often suffer from inaccurate depth estimation and rely on multi-stage object detection pipelines, this study employs a Vision Transformer (ViT)-based foundation model as the backbone, which excels at capturing global features for depth estimation. It integrates a detection transformer (DETR) architecture to improve both depth estimation and object detection performance in a one-stage manner. Specifically, a hierarchical feature fusion block is introduced to extract richer visual features from the foundation model, further enhancing feature extraction capabilities. Depth estimation accuracy is further improved by incorporating a relative depth estimation model trained on large-scale data and fine-tuning it through transfer learning. Additionally, the use of queries in the transformer's decoder, which consider reference points and the dimensions of 2D bounding boxes, enhances recognition performance. The proposed model outperforms recent state-of-the-art methods, as demonstrated through quantitative and qualitative evaluations on the KITTI 3D benchmark and a custom dataset collected from high-elevation racing environments. Code is available at https://github.com/JihyeokKim/MonoDINO-DETR.

Keywords

Cite

@article{arxiv.2502.00315,
  title  = {MonoDINO-DETR: Depth-Enhanced Monocular 3D Object Detection Using a Vision Foundation Model},
  author = {Jihyeok Kim and Seongwoo Moon and Sungwon Nah and David Hyunchul Shim},
  journal= {arXiv preprint arXiv:2502.00315},
  year   = {2025}
}

Comments

8 pages, 8 figures

R2 v1 2026-06-28T21:28:47.443Z