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

Point Cloud Classification Using Content-based Transformer via Clustering in Feature Space

About

Recently, there have been some attempts of Transformer in 3D point cloud classification. In order to reduce computations, most existing methods focus on local spatial attention, but ignore their content and fail to establish relationships between distant but relevant points. To overcome the limitation of local spatial attention, we propose a point content-based Transformer architecture, called PointConT for short. It exploits the locality of points in the feature space (content-based), which clusters the sampled points with similar features into the same class and computes the self-attention within each class, thus enabling an effective trade-off between capturing long-range dependencies and computational complexity. We further introduce an Inception feature aggregator for point cloud classification, which uses parallel structures to aggregate high-frequency and low-frequency information in each branch separately. Extensive experiments show that our PointConT model achieves a remarkable performance on point cloud shape classification. Especially, our method exhibits 90.3% Top-1 accuracy on the hardest setting of ScanObjectNN. Source code of this paper is available at https://github.com/yahuiliu99/PointConT.

Yahui Liu, Bin Tian, Yisheng Lv, Lingxi Li, Feiyue Wang• 2023

Related benchmarks

TaskDatasetResultRank
3D Object ClassificationModelNet40 (test)
Accuracy93.5
302
Shape classificationModelNet40 (test)
OA93.5
255
Object ClassificationScanObjectNN PB_T50_RS
Accuracy90.3
195
Shape classificationScanObjectNN PB_T50_RS
OA90.3
72
Object ClassificationModelNet40 1k points
Accuracy93.5
63
3D ClassificationScanObjectNN OBJ_BG (test)
Accuracy90.3
36
Shape classificationScanObjectNN
OA90.3
14
Showing 7 of 7 rows

Other info

Code

Follow for update