Concepedia

Publication | Closed Access

3D Bounding Box Estimation Using Deep Learning and Geometry

1.2K

Citations

22

References

2017

Year

TLDR

The paper proposes a single‑image method for 3D object detection and pose estimation. The approach uses a deep CNN to regress 3D orientation and dimensions with a hybrid discrete‑continuous loss, then fuses these estimates with 2D bounding‑box geometry to recover a stable 3D pose. The method outperforms more complex, computationally expensive baselines on KITTI and achieves state‑of‑the‑art 3D viewpoint accuracy on Pascal 3D+.

Abstract

We present a method for 3D object detection and pose estimation from a single image. In contrast to current techniques that only regress the 3D orientation of an object, our method first regresses relatively stable 3D object properties using a deep convolutional neural network and then combines these estimates with geometric constraints provided by a 2D object bounding box to produce a complete 3D bounding box. The first network output estimates the 3D object orientation using a novel hybrid discrete-continuous loss, which significantly outperforms the L2 loss. The second output regresses the 3D object dimensions, which have relatively little variance compared to alternatives and can often be predicted for many object types. These estimates, combined with the geometric constraints on translation imposed by the 2D bounding box, enable us to recover a stable and accurate 3D object pose. We evaluate our method on the challenging KITTI object detection benchmark [2] both on the official metric of 3D orientation estimation and also on the accuracy of the obtained 3D bounding boxes. Although conceptually simple, our method outperforms more complex and computationally expensive approaches that leverage semantic segmentation, instance level segmentation and flat ground priors [4] and sub-category detection [23][24]. Our discrete-continuous loss also produces state of the art results for 3D viewpoint estimation on the Pascal 3D+ dataset[26].

References

YearCitations

Page 1