paper-with-me

홈 › Papers

Point-DAE: Denoising Autoencoders for Self-supervised Point Cloud Learning

2022-11-13 · Yabin Zhang, Jiehong Lin, Ruihuang Li, Kui Jia, Lei Zhang

Masked autoencoder has demonstrated its effectiveness in self-supervised point cloud learning. Considering that masking is a kind of corruption, in this work we explore a more general denoising autoencoder for point cloud learning (Point-DAE) by investigating more types of corruptions beyond masking. Specifically, we degrade the point cloud with certain corruptions as input, and learn an encoder-decoder model to reconstruct the original point cloud from its corrupted version. Three corruption families (\ie, density/masking, noise, and affine transformation) and a total of fourteen corruption types are investigated with traditional non-Transformer encoders. Besides the popular masking corruption, we identify another effective corruption family, \ie, affine transformation. The affine transformation disturbs all points globally, which is complementary to the masking corruption where some local regions are dropped. We also validate the effectiveness of affine transformation corruption with the Transformer backbones, where we decompose the reconstruction of the complete point cloud into the reconstructions of detailed local patches and rough global shape, alleviating the position leakage problem in the reconstruction. Extensive experiments on tasks of object classification, few-shot learning, robustness testing, part segmentation, and 3D object detection validate the effectiveness of the proposed method. The codes are available at \url{https://github.com/YBZh/Point-DAE}.

📄 PDF Abstract BibTeX arXiv:2211.06841

Code (1)

ybzh/point-dae 공식 구현 pytorch

Tasks

3D Object DetectionDecoderDenoisingFew-Shot Learningobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

Denoising Autoencoder A Denoising Autoencoder is a modification on the autoencoder to prevent the network learning the identity function.…

Similar Papers 제목 키워드 기반

SeRP: Self-Supervised Representation Learning Using Perturbed Point Clouds

2022-09-13 · Siddhant Garg, Mudit Chaudhary

We present SeRP, a framework for Self-Supervised Learning of 3D point clouds. SeRP consists of encoder-decoder architecture that takes perturbed or corrupted point clouds as inputs and aims to reconstruct the original po…

DecoderQuantizationRepresentation LearningSelf-Supervised Learning

Self-supervised denoising of visual field data improves detection of glaucoma progression

2024-11-19 · Sean Wu, Jun Yu Chen, Vahid Mohammadzadeh, Sajad Besharati 외

Perimetric measurements provide insight into a patient's peripheral vision and day-to-day functioning and are the main outcome measure for identifying progression of visual damage from glaucoma. However, visual field dat…

Denoising

SIMPC: Learning Self-Induced Mirror-Point Consistency for Unsupervised Point Cloud Denoising

2026-05-26 · Chengwei Zhang, Xueyi Zhang, Tao Jiang, Xinhao Xu 외 arxiv

In point clouds, noise directly perturbs point coordinates that encode both spatial location and geometry, making one-to-one correspondence construction more challenging than in images. Existing methods impose statistica…

Point Clouds

Masked Autoencoders for Point Cloud Self-supervised Learning

2022-03-13 · Yatian Pang, Wenxiao Wang, Francis E. H. Tay, Wei Liu 외

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

3D Part Segmentation3D Point Cloud ClassificationFew-Shot 3D Point Cloud ClassificationFew-Shot Learning+1

Masked Autoencoders in 3D Point Cloud Representation Learning

2022-07-04 · Jincen Jiang, Xuequan Lu, Lizhi Zhao, Richard Dazeley 외

Transformer-based Self-supervised Representation Learning methods learn generic features from unlabeled datasets for providing useful network initialization parameters for downstream tasks. Recently, self-supervised lear…

Point Cloud CompletionPoint cloud reconstructionRepresentation LearningSelf-Supervised Learning