# M3D-RPN: Monocular 3D Region Proposal Network for Object Detection

**Authors:** Garrick Brazil, Xiaoming Liu

arXiv: 1907.06038 · 2019-08-13

## TL;DR

This paper introduces M3D-RPN, a monocular 3D object detection network that leverages geometric relationships and depth-aware convolutions to improve 3D detection accuracy without external data or multi-stage processes.

## Contribution

The paper presents a standalone 3D region proposal network for monocular detection, utilizing geometric cues and depth-aware convolutions to enhance 3D scene understanding.

## Key findings

- Significantly improves monocular 3D detection performance on KITTI dataset.
- Achieves better results in Bird's Eye View tasks.
- Operates efficiently with a shared multi-class model.

## Abstract

Understanding the world in 3D is a critical component of urban autonomous driving. Generally, the combination of expensive LiDAR sensors and stereo RGB imaging has been paramount for successful 3D object detection algorithms, whereas monocular image-only methods experience drastically reduced performance. We propose to reduce the gap by reformulating the monocular 3D detection problem as a standalone 3D region proposal network. We leverage the geometric relationship of 2D and 3D perspectives, allowing 3D boxes to utilize well-known and powerful convolutional features generated in the image-space. To help address the strenuous 3D parameter estimations, we further design depth-aware convolutional layers which enable location specific feature development and in consequence improved 3D scene understanding. Compared to prior work in monocular 3D detection, our method consists of only the proposed 3D region proposal network rather than relying on external networks, data, or multiple stages. M3D-RPN is able to significantly improve the performance of both monocular 3D Object Detection and Bird's Eye View tasks within the KITTI urban autonomous driving dataset, while efficiently using a shared multi-class model.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1907.06038/full.md

## Figures

5 figures with captions in the complete paper: https://tomesphere.com/paper/1907.06038/full.md

## References

45 references — full list in the complete paper: https://tomesphere.com/paper/1907.06038/full.md

---
Source: https://tomesphere.com/paper/1907.06038