# Shift R-CNN: Deep Monocular 3D Object Detection with Closed-Form   Geometric Constraints

**Authors:** Andretti Naiden, Vlad Paunescu, Gyeongmo Kim, ByeongMoon Jeon, Marius, Leordeanu

arXiv: 1905.09970 · 2019-05-27

## TL;DR

Shift R-CNN introduces a hybrid deep learning and geometric approach for monocular 3D object detection, achieving top results on KITTI without pre-trained depth models.

## Contribution

It combines a modified Faster R-CNN with a closed-form geometric solution and a novel Volume Displacement Loss for improved monocular 3D detection.

## Key findings

- Achieves state-of-the-art results on KITTI benchmark.
- Does not rely on pre-trained depth estimation networks.
- Introduces a novel geometric constraint-based refinement.

## Abstract

We propose Shift R-CNN, a hybrid model for monocular 3D object detection, which combines deep learning with the power of geometry. We adapt a Faster R-CNN network for regressing initial 2D and 3D object properties and combine it with a least squares solution for the inverse 2D to 3D geometric mapping problem, using the camera projection matrix. The closed-form solution of the mathematical system, along with the initial output of the adapted Faster R-CNN are then passed through a final ShiftNet network that refines the result using our newly proposed Volume Displacement Loss. Our novel, geometrically constrained deep learning approach to monocular 3D object detection obtains top results on KITTI 3D Object Detection Benchmark, being the best among all monocular methods that do not use any pre-trained network for depth estimation.

## Full text

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

## Figures

2 figures with captions in the complete paper: https://tomesphere.com/paper/1905.09970/full.md

## References

25 references — full list in the complete paper: https://tomesphere.com/paper/1905.09970/full.md

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