2022

Masked Autoencoders for Point Cloud Self-supervised Learning

Pang, Yatian, Wang, Wenxiao, Tay, Francis E. H. et al.

Understand

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 point cloud self-supervised learning, addressing the challenges posed by point cloud's properties, including leakage of location information and uneven information density.
  • Concretely, we divide the input point cloud into irregular point patches and randomly mask them at a high ratio.
  • Then, a standard Transformer based autoencoder, with an asymmetric design and a shifting mask tokens operation, learns high-level latent features from unmasked point patches, aiming to reconstruct the masked point patches.

Reading the bibliography…