Papers › Masked Autoencoders for Point Cloud Self-supervised Learning

Masked Autoencoders for Point Cloud Self-supervised Learning

13 Mar 2022arXiv:2203.06604archive 2025-07-28

Yatian Pang, Wenxiao Wang, Francis E. H. Tay, Wei Liu, Yonghong Tian, Li Yuan

As a promising scheme of self-supervised learning, masked autoencoding has significantly advanced natural language processing and computer vision. Inspired by this, we propose a neat scheme of masked autoencoders for point cloud self-supervised learning, addressing the challenges posed by point cloud's properties, including leakage of location information and uneven information density. Concretely, we divide the input point cloud into irregular point patches and randomly mask them at a high ratio. Then, a standard Transformer based autoencoder, with an asymmetric design and a shifting mask tokens operation, learns high-level latent features from unmasked point patches, aiming to reconstruct the masked point patches. Extensive experiments show that our approach is efficient during pre-training and generalizes well on various downstream tasks. Specifically, our pre-trained models achieve 85.18% accuracy on ScanObjectNN and 94.04% accuracy on ModelNet40, outperforming all the other self-supervised learning methods. We show with our scheme, a simple architecture entirely based on standard Transformers can surpass dedicated Transformer models from supervised learning. Our approach also advances state-of-the-art accuracies by 1.5%-2.3% in the few-shot object classification. Furthermore, our work inspires the feasibility of applying unified architectures from languages and images to the point cloud.

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="2203.06604")

Code

Syntology Ran 7 of 9 code samples harvested from 3 repositories linked to this paper; 2 have no recorded run. Of those that ran: 2 ran · honoured contract; 1 ran · our draft was wrong; 2 ran · fixture could not drive it; 2 ran with no contract checked.

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

Pang-Yatian/Point-MAE officialmentioned in papermentioned on GitHubpytorchMIT report
liujia99/tpm mentioned on GitHubpytorchApache-2.0 report
lmd0311/pointmamba mentioned on GitHubpytorchApache-2.0 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

9 samples harvested; 7 ran; 2 honoured the contract we drafted; 2 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.

2ran · honoured contract
1ran · our draft was wrong
2ran · fixture could not drive it
2ran
2unverified

Licence: 1 of the 9 samples is 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 3 repositories linked to this paper, official or community; each sample names its own and says which. “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.

pc_normalize Pang-Yatian/Point-MAE/datasets/ModelNetDataset.py official repository ran · honoured contract fingerprinted MIT (permissive) · 4783fbece52f500e · report
square_distance Pang-Yatian/Point-MAE/segmentation/pointnet_util.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · 74c3fe06cea2f553 · report
farthest_point_sample Pang-Yatian/Point-MAE/datasets/ModelNetDataset.py official repository unverified MIT (permissive) · f80066a00e7156a2 · report
timeit Pang-Yatian/Point-MAE/segmentation/pointnet_util.py official repository unverified MIT (permissive) · b1227ddb721e2999 · report
index_points liujia99/tpm/Point-M2AE/models/modules.py community (archive-listed) ran · fixture could not drive it Apache-2.0 (permissive) · 449a0265144f6530 · report
Mask vvrpanda/exppoint-mae/modules.py community (archive-listed) ran fingerprinted no licence file found · pointer only · 2cf22e1fdc72ec7f · report
load_modelnet_data liujia99/tpm/Point-M2AE/datasets/ModelNetDataset.py community (archive-listed) ran Apache-2.0 (permissive) · e609e218822ed309 · report
pc_normalize liujia99/tpm/Point-M2AE/segmentation/pointnet2_utils.py community (archive-listed) ran · honoured contract fingerprinted Apache-2.0 (permissive) · ec413739d406e611 · report
square_distance liujia99/tpm/Point-M2AE/models/modules.py community (archive-listed) ran · fixture could not drive it fingerprinted Apache-2.0 (permissive) · 3bfe172e686075cd · report

Tasks

3D Part Segmentation3D Point Cloud ClassificationFew-Shot 3D Point Cloud ClassificationFew-Shot LearningPoint Cloud Segmentation

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
3D Point Cloud Classification ModelNet40 Point-MAE Overall Accuracy 94.0 #30 of 111 Archive leaderboard report
3D Point Cloud Classification ScanObjectNN Point-MAE OBJ-BG (OA) 90.02 #55 of 77 Archive leaderboard report
3D Point Cloud Classification ScanObjectNN Point-MAE OBJ-ONLY (OA) 88.29 #55 of 77 Archive leaderboard report
3D Point Cloud Classification ScanObjectNN Point-MAE Overall Accuracy 85.2 #55 of 77 Archive leaderboard report
Few-Shot 3D Point Cloud Classification ModelNet40 10-way (10-shot) Point-MAE Overall Accuracy 92.6 #13 of 31 Archive leaderboard report
Few-Shot 3D Point Cloud Classification ModelNet40 10-way (10-shot) Point-MAE Standard Deviation 4.1 #13 of 31 Archive leaderboard report
Few-Shot 3D Point Cloud Classification ModelNet40 10-way (20-shot) Point-MAE Overall Accuracy 95.0 #16 of 31 Archive leaderboard report
Few-Shot 3D Point Cloud Classification ModelNet40 10-way (20-shot) Point-MAE Standard Deviation 3.0 #16 of 31 Archive leaderboard report
Few-Shot 3D Point Cloud Classification ModelNet40 5-way (10-shot) Point-MAE Overall Accuracy 96.3 #15 of 30 Archive leaderboard report
Few-Shot 3D Point Cloud Classification ModelNet40 5-way (10-shot) Point-MAE Standard Deviation 2.5 #15 of 30 Archive leaderboard report
Few-Shot 3D Point Cloud Classification ModelNet40 5-way (20-shot) Point-MAE Overall Accuracy 97.8 #15 of 30 Archive leaderboard report
Few-Shot 3D Point Cloud Classification ModelNet40 5-way (20-shot) Point-MAE Standard Deviation 1.8 #15 of 30 Archive leaderboard report
Point Cloud Segmentation PointCloud-C PointMAE mean Corruption Error (mCE) 0.927 #2 of 11 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 AttentionPosition-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