paper-with-me

Papers

Categorical Depth Distribution Network for Monocular 3D Object Detection

2021-03-01 · CVPR 2021 1 · Cody Reading, Ali Harakeh, Julia Chae, Steven L. Waslander

Monocular 3D object detection is a key problem for autonomous vehicles, as it provides a solution with simple configuration compared to typical multi-sensor systems. The main challenge in monocular 3D detection lies in accurately predicting object depth, which must be inferred from object and scene cues due to the lack of direct range measurement. Many methods attempt to directly estimate depth to assist in 3D detection, but show limited performance as a result of depth inaccuracy. Our proposed solution, Categorical Depth Distribution Network (CaDDN), uses a predicted categorical depth distribution for each pixel to project rich contextual feature information to the appropriate depth interval in 3D space. We then use the computationally efficient bird's-eye-view projection and single-stage detector to produce the final output bounding boxes. We design CaDDN as a fully differentiable end-to-end approach for joint depth estimation and object detection. We validate our approach on the KITTI 3D object detection benchmark, where we rank 1st among published monocular methods. We also provide the first monocular 3D detection results on the newly released Waymo Open Dataset. We provide a code release for CaDDN which is made available.

📄 PDF Abstract BibTeX arXiv:2103.01100

Code (2)

TRAILab/CaDDN 공식 구현 pytorch
PaddlePaddle/Paddle3D paddle

Tasks

3D Object DetectionAutonomous VehiclesDepth EstimationMonocular 3D Object DetectionObjectobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

Spatial Pyramid Pooling Spatial Pyramid Pooling (SPP) is a pooling layer that removes the fixed-size constraint of the network, i.e. a CNN does not require a fixed-size input image. Specifically, we…
Batch Normalization 설명 없음
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Dilated Convolution 설명 없음
ASPP Atrous Spatial Pyramid Pooling (ASPP) is a semantic segmentation module for resampling a given feature layer at multiple rates prior to…
DeepLabv3 설명 없음

Similar Papers 제목 키워드 기반

Revisiting Monocular 3D Object Detection from Scene-Level Depth Retargeting to Instance-Level Spatial Refinement

2024-12-26 · Qiude Zhang, Chunyu Lin, Zhijie Shen, Nie Lang 외

Monocular 3D object detection is challenging due to the lack of accurate depth. However, existing depth-assisted solutions still exhibit inferior performance, whose reason is universally acknowledged as the unsatisfactor…

3D Object DetectionDepth EstimationMonocular 3D Object DetectionMonocular Depth Estimation+3

Digging Into Output Representation for Monocular 3D Object Detection

2021-09-29 · Liang Peng, Senbo Yan, Chenxi Huang, Xiaofei He 외

Monocular 3D object detection aims to recognize and localize objects in 3D space from a single image. Recent researches have conducted remarkable advancements, while all of them follow a typical output representation in…

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

Task-Aware Monocular Depth Estimation for 3D Object Detection

2019-09-17 · Xinlong Wang, Wei Yin, Tao Kong, Yuning Jiang 외

Monocular depth estimation enables 3D perception from a single 2D image, thus attracting much research attention for years. Almost all methods treat foreground and background regions ("things and stuff") in an image equa…

3D Object Detection3D Object RecognitionDepth EstimationDepth Prediction+5

3DPPE: 3D Point Positional Encoding for Multi-Camera 3D Object Detection Transformers

2022-11-27 · Changyong Shu, Jiajun Deng, Fisher Yu, Yifan Liu

Transformer-based methods have swept the benchmarks on 2D and 3D detection on images. Because tokenization before the attention mechanism drops the spatial information, positional encoding becomes critical for those meth…

3D Object DetectionDecoderDepth EstimationMonocular 3D Object Detection+3

3DPPE: 3D Point Positional Encoding for Transformer-based Multi-Camera 3D Object Detection

2023-01-01 · ICCV 2023 1 · Changyong Shu, Jiajun Deng, Fisher Yu, Yifan Liu

Transformer-based methods have swept the benchmarks on 2D and 3D detection on images. Because tokenization before the attention mechanism drops the spatial information, positional encoding becomes critical for those …

3D Object DetectionDecoderMonocular 3D Object Detectionobject-detection+1