Point Transformer
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
Code (2)
Tasks
3D Object Classification3D Part Segmentation3D Point Cloud ClassificationSemantic SegmentationMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
NoiseTrans: Point Cloud Denoising with Transformers
Point clouds obtained from capture devices or 3D reconstruction techniques are often noisy and interfere with downstream tasks. The paper aims to recover the underlying surface of noisy point clouds. We design a novel mo…
3D ReconstructionDenoisingPix4Point: Image Pretrained Standard Transformers for 3D Point Cloud Understanding
While Transformers have achieved impressive success in natural language processing and computer vision, their performance on 3D point clouds is relatively poor. This is mainly due to the limitation of Transformers: a dem…
3D Point Cloud ClassificationInductive BiasPoint Cloud ClassificationSemantic SegmentationPVTransformer: Point-to-Voxel Transformer for Scalable 3D Object Detection
3D object detectors for point clouds often rely on a pooling-based PointNet to encode sparse points into grid-like voxels or pillars. In this paper, we identify that the common PointNet design introduces an information b…
3D Object DetectionObjectobject-detectionObject DetectionDAPoinTr: Domain Adaptive Point Transformer for Point Cloud Completion
Point Transformers (PoinTr) have shown great potential in point cloud completion recently. Nevertheless, effective domain adaptation that improves transferability toward target domains remains unexplored. In this paper, …
DecoderDomain AdaptationPoint Cloud CompletionPseudo LabelPoint 4D Transformer Networks for Spatio-Temporal Modeling in Point Cloud Videos
Point cloud videos exhibit irregularities and lack of order along the spatial dimension where points emerge inconsistently across different frames. To capture the dynamics in point cloud videos, point tracking is usu…
3D Action RecognitionAction RecognitionPoint TrackingSemantic Segmentation