paper-with-me

홈 › Papers

Masked Surfel Prediction for Self-Supervised Point Cloud Learning

2022-07-07 · Yabin Zhang, Jiehong Lin, Chenhang He, Yongwei Chen, Kui Jia, Lei Zhang

Masked auto-encoding is a popular and effective self-supervised learning approach to point cloud learning. However, most of the existing methods reconstruct only the masked points and overlook the local geometry information, which is also important to understand the point cloud data. In this work, we make the first attempt, to the best of our knowledge, to consider the local geometry information explicitly into the masked auto-encoding, and propose a novel Masked Surfel Prediction (MaskSurf) method. Specifically, given the input point cloud masked at a high ratio, we learn a transformer-based encoder-decoder network to estimate the underlying masked surfels by simultaneously predicting the surfel positions (i.e., points) and per-surfel orientations (i.e., normals). The predictions of points and normals are supervised by the Chamfer Distance and a newly introduced Position-Indexed Normal Distance in a set-to-set manner. Our MaskSurf is validated on six downstream tasks under three fine-tuning strategies. In particular, MaskSurf outperforms its closest competitor, Point-MAE, by 1.2\% on the real-world dataset of ScanObjectNN under the OBJ-BG setting, justifying the advantages of masked surfel prediction over masked point cloud reconstruction. Codes will be available at https://github.com/YBZh/MaskSurf.

📄 PDF Abstract BibTeX arXiv:2207.03111

Code (1)

ybzh/masksurf 공식 구현 pytorch

Tasks

DecoderPoint cloud reconstructionSelf-Supervised Learning

Similar Papers 제목 키워드 기반

High-quality Surface Reconstruction using Gaussian Surfels

2024-04-27 · Pinxuan Dai, Jiamin Xu, Wenxiang Xie, Xinguo Liu 외

We propose a novel point-based representation, Gaussian surfels, to combine the advantages of the flexible optimization procedure in 3D Gaussian points and the surface alignment property of surfels. This is achieved by d…

Surface Reconstruction

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: 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…

DecoderMulti-Object Trackingobject-detectionObject Detection+4

Masked Spatio-Temporal Structure Prediction for Self-supervised Learning on Point Cloud Videos

2023-08-18 · ICCV 2023 1 · Zhiqiang Shen, Xiaoxiao Sheng, Hehe Fan, Longguang Wang 외

Recently, the community has made tremendous progress in developing effective methods for point cloud video understanding that learn from massive amounts of labeled data. However, annotating point cloud videos is usually …

point cloud video understandingSelf-Supervised LearningVideo Understanding

Asymmetric Dual Self-Distillation for 3D Self-Supervised Representation Learning

2025-06-26 · Remco F. Leijenaar, Hamidreza Kasaei

Learning semantically meaningful representations from unstructured 3D point clouds remains a central challenge in computer vision, especially in the absence of large-scale labeled datasets. While masked point modeling (M…

3D Point Cloud ClassificationRepresentation Learning