Learning to Predict the 3D Layout of a Scene
Jihao Andreas Lin, Jakob Br\"unker, Daniel F\"ahrmann

TL;DR
This paper introduces a novel method for predicting 3D scene layouts using only a single RGB image, extending 2D detectors with a 3D detection head to enable applications without LiDAR sensors.
Contribution
It presents a new approach that adds a 3D detection head to a 2D detector architecture, achieving state-of-the-art results on the KITTI dataset using only RGB images.
Findings
Achieved 47.3% mean average precision on KITTI 3D detection benchmark.
Outperformed previous single RGB methods significantly.
Demonstrated effectiveness of extending 2D detectors with 3D heads.
Abstract
While 2D object detection has improved significantly over the past, real world applications of computer vision often require an understanding of the 3D layout of a scene. Many recent approaches to 3D detection use LiDAR point clouds for prediction. We propose a method that only uses a single RGB image, thus enabling applications in devices or vehicles that do not have LiDAR sensors. By using an RGB image, we can leverage the maturity and success of recent 2D object detectors, by extending a 2D detector with a 3D detection head. In this paper we discuss different approaches and experiments, including both regression and classification methods, for designing this 3D detection head. Furthermore, we evaluate how subproblems and implementation details impact the overall prediction result. We use the KITTI dataset for training, which consists of street traffic scenes with class labels, 2D…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Vision and Imaging · Computer Graphics and Visualization Techniques · 3D Shape Modeling and Analysis
MethodsSoftmax · Region Proposal Network · Convolution · RoIPool · Faster R-CNN
