SOTAVerified

SVGA-Net: Sparse Voxel-Graph Attention Network for 3D Object Detection from Point Clouds

2020-06-07Unverified0· sign in to hype

Qingdong He, Zhengning Wang, Hao Zeng, Yi Zeng, Yijun Liu

Unverified — Be the first to reproduce this paper.

Reproduce

Abstract

Accurate 3D object detection from point clouds has become a crucial component in autonomous driving. However, the volumetric representations and the projection methods in previous works fail to establish the relationships between the local point sets. In this paper, we propose Sparse Voxel-Graph Attention Network (SVGA-Net), a novel end-to-end trainable network which mainly contains voxel-graph module and sparse-to-dense regression module to achieve comparable 3D detection tasks from raw LIDAR data. Specifically, SVGA-Net constructs the local complete graph within each divided 3D spherical voxel and global KNN graph through all voxels. The local and global graphs serve as the attention mechanism to enhance the extracted features. In addition, the novel sparse-to-dense regression module enhances the 3D box estimation accuracy through feature maps aggregation at different levels. Experiments on KITTI detection benchmark demonstrate the efficiency of extending the graph representation to 3D object detection and the proposed SVGA-Net can achieve decent detection accuracy.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
KITTI Cars EasySVGA-NetAP87.33Unverified
KITTI Cars Easy valSVGA-NetAP90.59Unverified
KITTI Cars HardSVGA-NetAP74.63Unverified
KITTI Cars Hard valSVGA-NetAP79.15Unverified
KITTI Cars Moderate valSVGA-NetAP80.23Unverified
KITTI Cyclists EasySVGA-NetAP79.22Unverified
KITTI Cyclists HardSVGA-NetAP57.64Unverified
KITTI Cyclists ModerateSVGA-NetAP66.13Unverified
KITTI Pedestrians EasySVGA-NetAP55.21Unverified
KITTI Pedestrians HardSVGA-NetAP44.56Unverified
KITTI Pedestrians ModerateSVGA-NetAP47.71Unverified

Reproductions