paper-with-me

홈 › Papers

AuxDepthNet: Real-Time Monocular 3D Object Detection with Depth-Sensitive Features

2025-01-07 · Ruochen Zhang, Hyeung-Sik Choi, Dongwook Jung, Phan Huy Nam Anh, Sang-Ki Jeong, Zihao Zhu

Monocular 3D object detection is a challenging task in autonomous systems due to the lack of explicit depth information in single-view images. Existing methods often depend on external depth estimators or expensive sensors, which increase computational complexity and hinder real-time performance. To overcome these limitations, we propose AuxDepthNet, an efficient framework for real-time monocular 3D object detection that eliminates the reliance on external depth maps or pre-trained depth models. AuxDepthNet introduces two key components: the Auxiliary Depth Feature (ADF) module, which implicitly learns depth-sensitive features to improve spatial reasoning and computational efficiency, and the Depth Position Mapping (DPM) module, which embeds depth positional information directly into the detection process to enable accurate object localization and 3D bounding box regression. Leveraging the DepthFusion Transformer architecture, AuxDepthNet globally integrates visual and depth-sensitive features through depth-guided interactions, ensuring robust and efficient detection. Extensive experiments on the KITTI dataset show that AuxDepthNet achieves state-of-the-art performance, with $\text{AP}_{3D}$ scores of 24.72\% (Easy), 18.63\% (Moderate), and 15.31\% (Hard), and $\text{AP}_{\text{BEV}}$ scores of 34.11\% (Easy), 25.18\% (Moderate), and 21.90\% (Hard) at an IoU threshold of 0.7.

📄 PDF Abstract BibTeX arXiv:2501.03700

Code (0)

등록된 구현이 없습니다.

Tasks

3D Object DetectionComputational EfficiencyMonocular 3D Object DetectionObjectobject-detectionObject DetectionObject LocalizationSpatial Reasoning

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Adam 설명 없음
Residual Connection 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Multi-Head Attention 설명 없음

Similar Papers 제목 키워드 기반

Shape-Aware Monocular 3D Object Detection

2022-04-19 · Wei Chen, Jie Zhao, Wan-Lei Zhao, Song-Yuan Wu

The detection of 3D objects through a single perspective camera is a challenging issue. The anchor-free and keypoint-based models receive increasing attention recently due to their effectiveness and simplicity. However, …

3D Object DetectionInstance SegmentationMonocular 3D Object DetectionObject+3

MDS-Net: A Multi-scale Depth Stratification Based Monocular 3D Object Detection Algorithm

2022-01-12 · Zhouzhen Xie, Yuying Song, Jingxuan Wu, Zecheng Li 외

Monocular 3D object detection is very challenging in autonomous driving due to the lack of depth information. This paper proposes a one-stage monocular 3D object detection algorithm based on multi-scale depth stratificat…

3D Object DetectionAutonomous DrivingDepth EstimationDepth Prediction+4

3D Copy-Paste: Physically Plausible Object Insertion for Monocular 3D Detection

2023-12-08 · NeurIPS 2023 11 · Yunhao Ge, Hong-Xing Yu, Cheng Zhao, Yuliang Guo 외

A major challenge in monocular 3D object detection is the limited diversity and quantity of objects in real datasets. While augmenting real scenes with virtual objects holds promise to improve both the diversity and quan…

3D Object DetectionData AugmentationDiversityMonocular 3D Object Detection+3

Depth-Aware Rover: A Study of Edge AI and Monocular Vision for Real-World Implementation

2026-04-24 · Lomash Relia, Jai G Singla, Amitabh, Nitant Dube arxiv

This study analyses simulated and real-world implementations of depth-aware rover navigation, highlighting the transition from stereo vision to monocular depth estimation using edge AI. A Unity-based lunar terrain simula…

Monocular Depth EstimationReal-Time Object Detection

MonoMM: A Multi-scale Mamba-Enhanced Network for Real-time Monocular 3D Object Detection

2024-08-01 · Youjia Fu, Zihao Xu, Junsong Fu, Huixia Xue 외

Recent advancements in transformer-based monocular 3D object detection techniques have exhibited exceptional performance in inferring 3D attributes from single 2D images. However, most existing methods rely on resource-i…

3D Object DetectionComputational EfficiencyDepth EstimationMamba+3