Papers › PCT: Point cloud transformer

PCT: Point cloud transformer

17 Dec 2020arXiv:2012.09688archive 2025-07-28

Meng-Hao Guo, Jun-Xiong Cai, Zheng-Ning Liu, Tai-Jiang Mu, Ralph R. Martin, Shi-Min Hu

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.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2012.09688")

Code

Syntology Ran 2 of 2 code samples harvested from 1 repository linked to this paper; 0 have no recorded run. Of those that ran: 1 ran · our draft was wrong; 1 ran · fixture could not drive it.

By repository: community (archive-listed): 2 samples from 1 repository, 2 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

MenghaoGuo/PCT officialmentioned on GitHubpytorch report
DLW3D/PCT_Pytorch mentioned on GitHubpytorch report
Liu-Feng/PCT-tensorflow mentioned on GitHubtf report
Strawberry-Eat-Mango/PCT_Pytorch mentioned on GitHubpytorch report
ViniciusMikuni/PCT_HEP mentioned on GitHubtf report
irmvlab/point-mamba mentioned on GitHubpytorch report
qinglew/PointCloudTransformer mentioned on GitHubpytorch report
qq456cvb/Point-Transformers mentioned on GitHubpytorch report
toothfairy42/PCT-pytorch mentioned on GitHubpytorch report
uuyzhang/PCT_Pytorch mentioned on GitHubpytorch report
uyzhang/PCT_Pytorch mentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

2 samples harvested; 2 ran; 0 honoured the contract we drafted; 0 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · our draft was wrong
1ran · fixture could not drive it

Licence: 0 of the 2 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from qq456cvb/Point-Transformers. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

test qq456cvb/Point-Transformers/train_cls.py community (archive-listed) ran · fixture could not drive it MIT (permissive) · 666120673cea6c54 · report
to_categorical qq456cvb/Point-Transformers/train_partseg.py community (archive-listed) ran · our draft was wrong fingerprinted MIT (permissive) · 767b99615bbda28e · report

Tasks

3D Part Segmentation3D Point Cloud ClassificationPoint Cloud Classification

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
3D Part Segmentation ShapeNet-Part Point Cloud Transformer Instance Average IoU 86.4 #29 of 67 Archive leaderboard report
3D Point Cloud Classification IntrA PCT F1 score (5-fold) 0.914 #2 of 12 Archive leaderboard report
3D Point Cloud Classification ModelNet40 Point Cloud Transformer Number of params 2.88M #70 of 111 Archive leaderboard report
3D Point Cloud Classification ModelNet40 Point Cloud Transformer Overall Accuracy 93.2 #70 of 111 Archive leaderboard report
3D Point Cloud Classification ModelNet40-C PCT Error Rate 0.255 #9 of 13 Archive leaderboard report
Point Cloud Classification PointCloud-C PCT mean Corruption Error (mCE) 0.925 #15 of 24 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Methods

Absolute Position EncodingsAdamAttentionBPEDense ConnectionsDropoutLabel SmoothingLayer NormalizationLinear LayerMulti-Head AttentionPCTPosition-Wise Feed-Forward LayerResidual ConnectionSoftmaxTransformer

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections