CVMar 16, 2018

Complex-YOLO: Real-time 3D Object Detection on Point Clouds

arXiv:1803.06199v2355 citations
Originality Highly original
AI Analysis

This addresses the problem of efficient environmental understanding for autonomous vehicles and other real-time systems, representing a strong specific gain rather than a foundational breakthrough.

The paper tackles real-time 3D object detection on point clouds for autonomous driving and other applications by introducing Complex-YOLO, which expands YOLOv2 with a complex regression strategy and an Euler-Region-Proposal Network to estimate multi-class 3D boxes, achieving state-of-the-art results on the KITTI benchmark with over five times faster speed than competitors.

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 ends up in a closed complex space and avoids singularities, which occur by single angle estimations. The E-RPN supports to generalize well during training. Our experiments on the KITTI benchmark suite show that we outperform current leading methods for 3D object detection specifically in terms of efficiency. We achieve state of the art results for cars, pedestrians and cyclists by being more than five times faster than the fastest competitor. Further, our model is capable of estimating all eight KITTI-classes, including Vans, Trucks or sitting pedestrians simultaneously with high accuracy.

Code Implementations10 repos

Data from Papers with Code (CC-BY-SA-4.0)

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes