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

Point Transformer

About

In this work, we present Point Transformer, a deep neural network that operates directly on unordered and unstructured point sets. We design Point Transformer to extract local and global features and relate both representations by introducing the local-global attention mechanism, which aims to capture spatial point relations and shape information. For that purpose, we propose SortNet, as part of the Point Transformer, which induces input permutation invariance by selecting points based on a learned score. The output of Point Transformer is a sorted and permutation invariant feature list that can directly be incorporated into common computer vision applications. We evaluate our approach on standard classification and part segmentation benchmarks to demonstrate competitive results compared to the prior work. Code is publicly available at: https://github.com/engelnico/point-transformer

Nico Engel, Vasileios Belagiannis, Klaus Dietmayer• 2020

Related benchmarks

TaskDatasetResultRank
Semantic segmentationS3DIS (Area 5)
mIOU63.1
799
Part SegmentationShapeNetPart (test)--
312
3D Point Cloud ClassificationModelNet40 (test)
OA92.8
297
Shape classificationModelNet40 (test)
OA92.8
255
3D Shape ClassificationModelNet40 (test)
Accuracy92.8
227
Point Cloud ClassificationModelNet40 (test)
Accuracy92.8
224
3D Point Cloud ClassificationModelNet40
Accuracy92.8
69
Part SegmentationShapeNet Part Segmentation (test)
mIoU85.9
22
3D Point Cloud ClassificationModelNet40 (test)
Inference Time (s)0.0013
12
Showing 9 of 9 rows

Other info

Code

Follow for update