Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

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

About

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.

Weijing Shi, Ragunathan (Raj) Rajkumar• 2020

Related benchmarks

TaskDatasetResultRank
3D Object DetectionKITTI car (test)
AP3D (Easy)88.33
195
3D Object DetectionKITTI (val)
AP3D (Moderate)78.34
85
Bird's Eye View DetectionKITTI Car class official (test)
AP (Easy)93.11
62
3D Object DetectionKITTI (test)
3D AP Easy88.33
61
3D Object DetectionKITTI (test)
AP_3D Car (Easy)88.33
60
Bird's Eye View Object Detection (Car)KITTI (test)
APBEV (Easy) @IoU=0.793.11
59
3D Object DetectionKITTI cars (val)
AP Easy87.89
48
3D Object DetectionKITTI (test)
3D AP (Easy)88.33
43
3D Object Detection (Cars)KITTI (test)
AP (Easy)88.33
40
3D Object DetectionKITTI (test)
AP Car (IoU=0.7) Easy88.33
38
Showing 10 of 20 rows

Other info

Follow for update