CVMar 2, 2020

Point-GNN: Graph Neural Network for 3D Object Detection in a Point Cloud

arXiv:2003.01251v1905 citationsHas Code
Originality Highly original
AI Analysis

This addresses the problem of accurate 3D object detection for autonomous driving systems, offering a novel graph-based approach that improves performance over existing methods.

The paper tackles 3D object detection from LiDAR point clouds by proposing Point-GNN, a graph neural network that encodes point clouds into graphs and predicts object categories and shapes, achieving leading accuracy on the KITTI benchmark and surpassing some fusion-based methods.

In this paper, we propose a graph neural network to detect objects from a LiDAR point cloud. Towards this end, we encode the point cloud efficiently in a fixed radius near-neighbors graph. We design a graph neural network, named Point-GNN, to predict the category and shape of the object that each vertex in the graph belongs to. In Point-GNN, we propose an auto-registration mechanism to reduce translation variance, and also design a box merging and scoring operation to combine detections from multiple vertices accurately. Our experiments on the KITTI benchmark show the proposed approach achieves leading accuracy using the point cloud alone and can even surpass fusion-based algorithms. Our results demonstrate the potential of using the graph neural network as a new approach for 3D object detection. The code is available https://github.com/WeijingShi/Point-GNN.

Code Implementations1 repo
Foundations

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

Your Notes