Sonata: Self-Supervised Learning of Reliable Point Representations
Xiaoyang Wu, Daniel DeTone, Duncan Frost, Tianwei Shen, Chris Xie, Nan Yang, Jakob Engel, Richard Newcombe, Hengshuang Zhao, Julian Straub
TL;DR
Sonata addresses a reliability gap in self-supervised 3D point-cloud learning by identifying a geometric shortcut that ties representations to simple spatial cues. It introduces an encoder-only, self-distillation framework that uses coarse spatial losses, masked inputs, and progressive difficulty to prevent shortcut collapse, trained on 140k scenes with a PTv3 backbone. The results show dramatic gains in linear probing on ScanNet (e.g., from 21.8% to 72.5%), strong zero-shot semantic groupings, and state-of-the-art performance after full fine-tuning across indoor and outdoor perception tasks, with exceptional data and parameter efficiency. The work also demonstrates complementary strengths with image SSL and reveals potential for cross-modal distillation and video-based scale-up, while outlining avenues for future improvements.
Abstract
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.
