PCT: Point cloud transformer
About
The irregular domain and lack of ordering make it challenging to design deep neural networks for point cloud processing. This paper presents a novel framework named Point Cloud Transformer(PCT) for point cloud learning. PCT is based on Transformer, which achieves huge success in natural language processing and displays great potential in image processing. It is inherently permutation invariant for processing a sequence of points, making it well-suited for point cloud learning. To better capture local context within the point cloud, we enhance input embedding with the support of farthest point sampling and nearest neighbor search. Extensive experiments demonstrate that the PCT achieves the state-of-the-art performance on shape classification, part segmentation and normal estimation tasks.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Semantic segmentation | S3DIS (Area 5) | mIOU61.33 | 799 | |
| Part Segmentation | ShapeNetPart (test) | mIoU (Inst.)86.4 | 312 | |
| 3D Object Classification | ModelNet40 (test) | Accuracy93.2 | 302 | |
| 3D Point Cloud Classification | ModelNet40 (test) | OA93.2 | 297 | |
| Shape classification | ModelNet40 (test) | OA93.2 | 255 | |
| 3D Shape Classification | ModelNet40 (test) | Accuracy93.2 | 227 | |
| Point Cloud Classification | ModelNet40 (test) | Accuracy93.4 | 224 | |
| Part Segmentation | ShapeNetPart | mIoU (Instance)86.4 | 198 | |
| Object Classification | ModelNet40 (test) | Accuracy93.2 | 180 | |
| 3D Object Part Segmentation | ShapeNet Part (test) | -- | 114 |