首页|PointSmile:point self-supervised learning via curriculum mutual information
PointSmile:point self-supervised learning via curriculum mutual information
扫码查看
点击上方二维码区域,可以放大扫码查看
原文链接
万方数据
Self-supervised learning is attracting significant attention from researchers in the point cloud processing field.However,due to the natural sparsity and irregularity of point clouds,effectively extract-ing discriminative and transferable features for efficient training on downstream tasks remains an unsolved challenge.Consequently,we propose PointSmile,a reconstruction-free self-supervised learning paradigm by maximizing curriculum mutual information(CMI)across the replicas of point cloud objects.From the perspective of how-and-what-to-learn,PointSmile is designed to imitate human curriculum learning,i.e.,starting with easier topics in a curriculum and gradually progressing to learning more complex topics in the curriculum.To solve"how-to-learn",we introduce curriculum data augmentation(CDA)of point clouds.CDA encourages PointSmile to follow a learning path that starts from learning easy data samples and pro-gresses to learning hard data samples,such that the latent space can be dynamically affected to create better embeddings.To solve"what-to-learn",we propose maximizing both feature-and class-wise CMI to better extract discriminative features of point clouds.Unlike most existing methods,PointSmile does not require a pretext task or cross-modal data to yield rich latent representations;additionally,it can be easily transferred to various backbones.We demonstrate the effectiveness and robustness of PointSmile in downstream tasks such as object classification and segmentation.The study results show that PointSmile outperforms existing self-supervised methods and compares favorably with popular fully supervised methods on various standard architectures.The code is available at https://github.com/theaalee/PointSmile.