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

Voxel Set Transformer: A Set-to-Set Approach to 3D Object Detection from Point Clouds

About

Transformer has demonstrated promising performance in many 2D vision tasks. However, it is cumbersome to compute the self-attention on large-scale point cloud data because point cloud is a long sequence and unevenly distributed in 3D space. To solve this issue, existing methods usually compute self-attention locally by grouping the points into clusters of the same size, or perform convolutional self-attention on a discretized representation. However, the former results in stochastic point dropout, while the latter typically has narrow attention fields. In this paper, we propose a novel voxel-based architecture, namely Voxel Set Transformer (VoxSeT), to detect 3D objects from point clouds by means of set-to-set translation. VoxSeT is built upon a voxel-based set attention (VSA) module, which reduces the self-attention in each voxel by two cross-attentions and models features in a hidden space induced by a group of latent codes. With the VSA module, VoxSeT can manage voxelized point clusters with arbitrary size in a wide range, and process them in parallel with linear complexity. The proposed VoxSeT integrates the high performance of transformer with the efficiency of voxel-based model, which can be used as a good alternative to the convolutional and point-based backbones. VoxSeT reports competitive results on the KITTI and Waymo detection benchmarks. The source codes can be found at \url{https://github.com/skyhehe123/VoxSeT}.

Chenhang He, Ruihuang Li, Shuai Li, Lei Zhang• 2022

Related benchmarks

TaskDatasetResultRank
3D Object DetectionKITTI car (test)
AP3D (Easy)88.53
195
3D Object DetectionWaymo Open Dataset (val)
3D APH Vehicle L265.6
175
3D Object DetectionKITTI car (val)
AP 3D Easy89.21
62
3D Object DetectionWaymo (val)
Vehicle L2 AP68.2
38
3D Object DetectionWaymo Open 100% (val)
Vehicle AP (L1)74.5
36
3D Object DetectionWaymo Open Dataset 1.2 (val)
Vehicle mAP H L265.6
32
3D Object DetectionWaymo Open Dataset 0.2 labeled (val)
Vehicle 3D AP (L1)74.5
29
3D Object DetectionKITTI (val)
mAP3D - Car (Easy)88.45
25
3D Object DetectionWaymo Open single-frame (val)
Vehicle AP (L2)66
17
Showing 9 of 9 rows

Other info

Follow for update