paper-with-me

Papers

Upsampling Autoencoder for Self-Supervised Point Cloud Learning

2022-03-21 · Cheng Zhang, Jian Shi, Xuan Deng, Zizhao Wu

In computer-aided design (CAD) community, the point cloud data is pervasively applied in reverse engineering, where the point cloud analysis plays an important role. While a large number of supervised learning methods have been proposed to handle the unordered point clouds and demonstrated their remarkable success, their performance and applicability are limited to the costly data annotation. In this work, we propose a novel self-supervised pretraining model for point cloud learning without human annotations, which relies solely on upsampling operation to perform feature learning of point cloud in an effective manner. The key premise of our approach is that upsampling operation encourages the network to capture both high-level semantic information and low-level geometric information of the point cloud, thus the downstream tasks such as classification and segmentation will benefit from the pre-trained model. Specifically, our method first conducts the random subsampling from the input point cloud at a low proportion e.g., 12.5%. Then, we feed them into an encoder-decoder architecture, where an encoder is devised to operate only on the subsampled points, along with a upsampling decoder is adopted to reconstruct the original point cloud based on the learned features. Finally, we design a novel joint loss function which enforces the upsampled points to be similar with the original point cloud and uniformly distributed on the underlying shape surface. By adopting the pre-trained encoder weights as initialisation of models for downstream tasks, we find that our UAE outperforms previous state-of-the-art methods in shape classification, part segmentation and point cloud upsampling tasks. Code will be made publicly available upon acceptance.

📄 PDF Abstract BibTeX arXiv:2203.10768

Code (0)

등록된 구현이 없습니다.

Tasks

Decoderpoint cloud upsampling

Similar Papers 제목 키워드 기반

Self-Supervised Arbitrary-Scale Point Clouds Upsampling via Implicit Neural Representation

2022-04-18 · CVPR 2022 1 · Wenbo Zhao, Xianming Liu, Zhiwei Zhong, Junjun Jiang 외

Point clouds upsampling is a challenging issue to generate dense and uniform point clouds from the given sparse input. Most existing methods either take the end-to-end supervised learning based manner, where large amount…

Self-Supervised Learning

SPU-IMR: Self-supervised Arbitrary-scale Point Cloud Upsampling via Iterative Mask-recovery Network

2025-02-26 · Ziming Nie, Qiao Wu, Chenlei Lv, Siwen Quan 외

Point cloud upsampling aims to generate dense and uniformly distributed point sets from sparse point clouds. Existing point cloud upsampling methods typically approach the task as an interpolation problem. They achieve u…

point cloud upsampling

SSPU-Net: Self-Supervised Point Cloud Upsampling via Differentiable Rendering

2021-08-01 · Yifan Zhao, Le Hui, Jin Xie

Point clouds obtained from 3D sensors are usually sparse. Existing methods mainly focus on upsampling sparse point clouds in a supervised manner by using dense ground truth point clouds. In this paper, we propose a self-…

point cloud upsampling

DiffPMAE: Diffusion Masked Autoencoders for Point Cloud Reconstruction

2023-12-06 · Yanlong Li, Chamara Madarasingha, Kanchana Thilakarathna

Point cloud streaming is increasingly getting popular, evolving into the norm for interactive service delivery and the future Metaverse. However, the substantial volume of data associated with point clouds presents numer…

Point cloud reconstructionSelf-Supervised Learning

SPU-Net: Self-Supervised Point Cloud Upsampling by Coarse-to-Fine Reconstruction with Self-Projection Optimization

2020-12-08 · Xinhai Liu, Xinchen Liu, Yu-Shen Liu, Zhizhong Han

The task of point cloud upsampling aims to acquire dense and uniform point sets from sparse and irregular point sets. Although significant progress has been made with deep learning models, state-of-the-art methods requir…

point cloud upsampling