CVDec 17, 2020

PCT: Point cloud transformer

arXiv:2012.09688v42142 citations
AI Analysis

This work provides an improved deep learning architecture for researchers and practitioners working with 3D point cloud data, offering better performance on established benchmarks.

This paper introduces the Point Cloud Transformer (PCT) framework to address challenges in processing irregular and unordered point cloud data. The PCT achieves state-of-the-art performance across shape classification, part segmentation, and normal estimation tasks.

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.

Code Implementations11 repos

Data from Papers with Code (CC-BY-SA-4.0)

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes