paper-with-me

홈 › Papers

GeoMAE: Masked Geometric Target Prediction for Self-supervised Point Cloud Pre-Training

2023-05-15 · CVPR 2023 1 · Xiaoyu Tian, Haoxi Ran, Yue Wang, Hang Zhao

This paper tries to address a fundamental question in point cloud self-supervised learning: what is a good signal we should leverage to learn features from point clouds without annotations? To answer that, we introduce a point cloud representation learning framework, based on geometric feature reconstruction. In contrast to recent papers that directly adopt masked autoencoder (MAE) and only predict original coordinates or occupancy from masked point clouds, our method revisits differences between images and point clouds and identifies three self-supervised learning objectives peculiar to point clouds, namely centroid prediction, normal estimation, and curvature prediction. Combined with occupancy prediction, these four objectives yield an nontrivial self-supervised learning task and mutually facilitate models to better reason fine-grained geometry of point clouds. Our pipeline is conceptually simple and it consists of two major steps: first, it randomly masks out groups of points, followed by a Transformer-based point cloud encoder; second, a lightweight Transformer decoder predicts centroid, normal, and curvature for points in each voxel. We transfer the pre-trained Transformer encoder to a downstream peception model. On the nuScene Datset, our model achieves 3.38 mAP improvment for object detection, 2.1 mIoU gain for segmentation, and 1.7 AMOTA gain for multi-object tracking. We also conduct experiments on the Waymo Open Dataset and achieve significant performance improvements over baselines as well.

📄 PDF Abstract BibTeX arXiv:2305.08808

Code (1)

tsinghua-mars-lab/geomae 공식 구현 pytorch

Tasks

DecoderMulti-Object Trackingobject-detectionObject DetectionObject TrackingPoint Cloud Pre-trainingRepresentation LearningSelf-Supervised Learning

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Position-Wise Feed-Forward Layer 설명 없음
Residual Connection 설명 없음
Adam 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

Self-supervised Pre-training with Masked Shape Prediction for 3D Scene Understanding

2023-05-08 · CVPR 2023 1 · Li Jiang, Zetong Yang, Shaoshuai Shi, Vladislav Golyanik 외

Masked signal modeling has greatly advanced self-supervised pre-training for language and 2D images. However, it is still not fully explored in 3D scene understanding. Thus, this paper introduces Masked Shape Prediction …

PredictionScene Understanding

GeoMAE: Masking Representation Learning for Spatio-Temporal Graph Forecasting with Missing Values

2025-08-13 · Songyu Ke, Chenyu Wu, Yuxuan Liang, Huiling Qin 외 arxiv

The ubiquity of missing data in urban intelligence systems, attributable to adverse environmental conditions and equipment failures, poses a significant challenge to the efficacy of downstream applications, notably in th…

Representation Learning

Faster Transformer Decoding: N-gram Masked Self-Attention

2020-01-14 · Ciprian Chelba, Mia Chen, Ankur Bapna, Noam Shazeer

Motivated by the fact that most of the information relevant to the prediction of target tokens is drawn from the source sentence $S=s_1, \ldots, s_S$, we propose truncating the target-side window used for computing self-…

Sentence

Motion-Saliency Complementary Masked Modeling for Point Cloud Video Understanding

2026-08-31 · Wei Wang, Yiding Sun, Yuyan Wang, Zhuoyue Zhang 외 arxiv

Point cloud video representation learning is crucial for 3D dynamic scene understanding. In this paper, we propose MoSaiC, a novel Motion-Saliency Complementary masked modeling framework for self-supervised point cloud v…

Representation LearningSemantic SegmentationScene UnderstandingAction Segmentation

GeoComplete: Geometry-Aware Diffusion for Reference-Driven Image Completion

2025-10-03 · Beibei Lin, Tingting Chen, Robby T. Tan arxiv

Reference-driven image completion, which restores missing regions in a target view using additional images, is particularly challenging when the target view differs significantly from the references. Existing generative …

Point Clouds