Papers › Sonata: Self-Supervised Learning of Reliable Point Representations

Sonata: Self-Supervised Learning of Reliable Point Representations

20 Mar 2025CVPR 2025 1arXiv:2503.16429archive 2025-07-28

Xiaoyang Wu, Daniel DeTone, Duncan Frost, Tianwei Shen, Chris Xie, Nan Yang, Jakob Engel, Richard Newcombe, Hengshuang Zhao, Julian Straub

In this paper, we question whether we have a reliable self-supervised point cloud model that can be used for diverse 3D tasks via simple linear probing, even with limited data and minimal computation. We find that existing 3D self-supervised learning approaches fall short when evaluated on representation quality through linear probing. We hypothesize that this is due to what we term the "geometric shortcut", which causes representations to collapse to low-level spatial features. This challenge is unique to 3D and arises from the sparse nature of point cloud data. We address it through two key strategies: obscuring spatial information and enhancing the reliance on input features, ultimately composing a Sonata of 140k point clouds through self-distillation. Sonata is simple and intuitive, yet its learned representations are strong and reliable: zero-shot visualizations demonstrate semantic grouping, alongside strong spatial reasoning through nearest-neighbor relationships. Sonata demonstrates exceptional parameter and data efficiency, tripling linear probing accuracy (from 21.8% to 72.5%) on ScanNet and nearly doubling performance with only 1% of the data compared to previous approaches. Full fine-tuning further advances SOTA across both 3D indoor and outdoor perception tasks.

PaperPDFConference PDFCodeCode 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="2503.16429")

Code

Syntology Ran 5 of 19 code samples harvested from 2 repositories linked to this paper; 14 have no recorded run. Of those that ran: 5 ran with no contract checked.

By repository: official repository: 19 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.

Pointcept/Pointcept officialmentioned on GitHubpytorchMIT report
facebookresearch/sonata officialmentioned 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

19 samples harvested; 5 ran; 0 honoured the contract we drafted; 14 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.

5ran
14unverified

Licence: 0 of the 19 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 2 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.

gray2binary facebookresearch/sonata/sonata/serialization/hilbert.py official repository ran Apache-2.0 (permissive) · f3ce15083e63461d · report
is_seq_of facebookresearch/sonata/sonata/registry.py official repository ran Apache-2.0 (permissive) · 3551b62f3276001a · report
key2xyz facebookresearch/sonata/sonata/serialization/z_order.py official repository ran Apache-2.0 (permissive) · 4c4e7aa66bbabbff · report
right_shift facebookresearch/sonata/sonata/serialization/hilbert.py official repository ran fingerprinted Apache-2.0 (permissive) · 7af58291b04f4410 · report
xyz2key facebookresearch/sonata/sonata/serialization/z_order.py official repository ran Apache-2.0 (permissive) · 9a000022d903a2f0 · report
binary2gray facebookresearch/sonata/sonata/serialization/hilbert.py official repository unverified Apache-2.0 (permissive) · 48079b763eddc476 · report
bincount2offset facebookresearch/sonata/sonata/utils.py official repository unverified Apache-2.0 (permissive) · 9d5b22ebb6d46e9f · report
build_from_cfg facebookresearch/sonata/sonata/registry.py official repository unverified Apache-2.0 (permissive) · 5ded1e61a05c5a3b · report
collate_fn facebookresearch/sonata/sonata/data.py official repository unverified Apache-2.0 (permissive) · 19a350b1109880a0 · report
decode facebookresearch/sonata/sonata/serialization/default.py official repository unverified Apache-2.0 (permissive) · 89ba8581eca2a6a5 · report
encode facebookresearch/sonata/sonata/serialization/default.py official repository unverified Apache-2.0 (permissive) · ef0574663c9ae24c · report
get_pca_color facebookresearch/sonata/demo/0_pca.py official repository unverified Apache-2.0 (permissive) · a7eb1ba2b81f97c1 · report
index_operator facebookresearch/sonata/sonata/transform.py official repository unverified Apache-2.0 (permissive) · eece2301d7aa7000 · report
is_ocnn_module Pointcept/Pointcept/pointcept/models/modules.py official repository unverified MIT (permissive) · a7845d4c2ec40c5d · report
load facebookresearch/sonata/sonata/data.py official repository unverified Apache-2.0 (permissive) · 881200b3807307fe · report
offset2batch facebookresearch/sonata/sonata/utils.py official repository unverified Apache-2.0 (permissive) · 83c633e6e716336b · report
offset2bincount facebookresearch/sonata/sonata/utils.py official repository unverified Apache-2.0 (permissive) · 8cdda8a2cb57ce30 · report
to_numpy facebookresearch/sonata/demo/1_similarity.py official repository unverified Apache-2.0 (permissive) · 6a199c084512e773 · report
z_order_encode facebookresearch/sonata/sonata/serialization/default.py official repository unverified Apache-2.0 (permissive) · 4f4ada46d5688580 · report

Tasks

3D Semantic SegmentationSelf-Supervised LearningSemantic SegmentationSpatial Reasoning

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
3D Semantic Segmentation ScanNet++ Sonata Top-1 IoU 0.495 #2 of 8 Archive leaderboard report
3D Semantic Segmentation ScanNet++ Sonata Top-3 IoU 0.735 #2 of 8 Archive leaderboard report
3D Semantic Segmentation ScanNet200 Sonata + PTv3 val mIoU 36.8 #5 of 16 Archive leaderboard report
Semantic Segmentation S3DIS Sonata + PTv3 Mean IoU 82.3 #1 of 54 Archive leaderboard report
Semantic Segmentation S3DIS Sonata + PTv3 Number of params 128M #1 of 54 Archive leaderboard report
Semantic Segmentation S3DIS Sonata + PTv3 mAcc 89.9 #1 of 54 Archive leaderboard report
Semantic Segmentation S3DIS Sonata + PTv3 oAcc 93.3 #1 of 54 Archive leaderboard report
Semantic Segmentation S3DIS Area5 Sonata + PTv3 mAcc 81.6 #1 of 61 Archive leaderboard report
Semantic Segmentation S3DIS Area5 Sonata + PTv3 mIoU 76.0 #1 of 61 Archive leaderboard report
Semantic Segmentation S3DIS Area5 Sonata + PTv3 oAcc 93.0 #1 of 61 Archive leaderboard report
Semantic Segmentation ScanNet Sonata + PTv3 val mIoU 79.4 #2 of 45 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.

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