Complex-YOLO: Real-time 3D Object Detection on Point Clouds
Martin Simon, Stefan Milz, Karl Amende, Horst-Michael Gross

TL;DR
Complex-YOLO is a real-time 3D object detection network for point clouds that extends YOLOv2 using a complex regression strategy, achieving high accuracy and efficiency for autonomous driving and other applications.
Contribution
It introduces a novel complex regression approach and Euler-Region-Proposal Network for efficient 3D object detection directly from point clouds.
Findings
Outperforms current methods on KITTI benchmark in speed and accuracy.
Achieves state-of-the-art results for multiple object classes.
More than five times faster than the fastest competing method.
Abstract
Lidar based 3D object detection is inevitable for autonomous driving, because it directly links to environmental understanding and therefore builds the base for prediction and motion planning. The capacity of inferencing highly sparse 3D data in real-time is an ill-posed problem for lots of other application areas besides automated vehicles, e.g. augmented reality, personal robotics or industrial automation. We introduce Complex-YOLO, a state of the art real-time 3D object detection network on point clouds only. In this work, we describe a network that expands YOLOv2, a fast 2D standard object detector for RGB images, by a specific complex regression strategy to estimate multi-class 3D boxes in Cartesian space. Thus, we propose a specific Euler-Region-Proposal Network (E-RPN) to estimate the pose of the object by adding an imaginary and a real fraction to the regression network. This…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Autonomous Vehicle Technology and Safety · Remote Sensing and LiDAR Applications
MethodsAverage Pooling · Global Average Pooling · 1x1 Convolution · Batch Normalization · Max Pooling · Softmax · Convolution · Darknet-19 · YOLOv2
