paper-with-me

Papers

MonoDTR: Monocular 3D Object Detection with Depth-Aware Transformer

2022-03-21 · CVPR 2022 1 · Kuan-Chih Huang, Tsung-Han Wu, Hung-Ting Su, Winston H. Hsu

Monocular 3D object detection is an important yet challenging task in autonomous driving. Some existing methods leverage depth information from an off-the-shelf depth estimator to assist 3D detection, but suffer from the additional computational burden and achieve limited performance caused by inaccurate depth priors. To alleviate this, we propose MonoDTR, a novel end-to-end depth-aware transformer network for monocular 3D object detection. It mainly consists of two components: (1) the Depth-Aware Feature Enhancement (DFE) module that implicitly learns depth-aware features with auxiliary supervision without requiring extra computation, and (2) the Depth-Aware Transformer (DTR) module that globally integrates context- and depth-aware features. Moreover, different from conventional pixel-wise positional encodings, we introduce a novel depth positional encoding (DPE) to inject depth positional hints into transformers. Our proposed depth-aware modules can be easily plugged into existing image-only monocular 3D object detectors to improve the performance. Extensive experiments on the KITTI dataset demonstrate that our approach outperforms previous state-of-the-art monocular-based methods and achieves real-time detection. Code is available at https://github.com/kuanchihhuang/MonoDTR

📄 PDF Abstract BibTeX arXiv:2203.10981

Code (1)

kuanchihhuang/monodtr 공식 구현 pytorch

Tasks

3D Object Detection3D Object Detection From Monocular ImagesAutonomous DrivingMonocular 3D Object DetectionObjectobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Residual Connection 설명 없음
Position-Wise Feed-Forward Layer 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
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$…

Similar Papers 제목 키워드 기반

Depth-conditioned Dynamic Message Propagation for Monocular 3D Object Detection

2021-03-30 · CVPR 2021 1 · Li Wang, Liang Du, Xiaoqing Ye, Yanwei Fu 외

The objective of this paper is to learn context- and depth-aware feature representation to solve the problem of monocular 3D object detection. We make following contributions: (i) rather than appealing to the complicated…

3D Object DetectionMonocular 3D Object Detectionobject-detectionObject Detection

MonoPGC: Monocular 3D Object Detection with Pixel Geometry Contexts

2023-02-21 · Zizhang Wu, Yuanzhu Gan, Lei Wang, Guilian Chen 외

Monocular 3D object detection reveals an economical but challenging task in autonomous driving. Recently center-based monocular methods have developed rapidly with a great trade-off between speed and accuracy, where they…

3D Object DetectionAutonomous DrivingDepth EstimationMonocular 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

MonoMAE: Enhancing Monocular 3D Detection through Depth-Aware Masked Autoencoders

2024-05-13 · Xueying Jiang, Sheng Jin, Xiaoqin Zhang, Ling Shao 외

Monocular 3D object detection aims for precise 3D localization and identification of objects from a single-view image. Despite its recent progress, it often struggles while handling pervasive object occlusions that tend …

3D Object DetectionMonocular 3D Object DetectionObjectobject-detection+1

GMM: Delving into Gradient Aware and Model Perceive Depth Mining for Monocular 3D Detection

2023-06-30 · Weixin Mao, Jinrong Yang, Zheng Ge, Lin Song 외

Depth perception is a crucial component of monoc-ular 3D detection tasks that typically involve ill-posed problems. In light of the success of sample mining techniques in 2D object detection, we propose a simple yet effe…

2D Object Detection3D Object DetectionDepth EstimationDepth Prediction+3