paper-with-me

Papers

Hyperspherical Embedding for Point Cloud Completion

2023-07-11 · CVPR 2023 1 · Junming Zhang, Haomeng Zhang, Ram Vasudevan, Matthew Johnson-Roberson

Most real-world 3D measurements from depth sensors are incomplete, and to address this issue the point cloud completion task aims to predict the complete shapes of objects from partial observations. Previous works often adapt an encoder-decoder architecture, where the encoder is trained to extract embeddings that are used as inputs to generate predictions from the decoder. However, the learned embeddings have sparse distribution in the feature space, which leads to worse generalization results during testing. To address these problems, this paper proposes a hyperspherical module, which transforms and normalizes embeddings from the encoder to be on a unit hypersphere. With the proposed module, the magnitude and direction of the output hyperspherical embedding are decoupled and only the directional information is optimized. We theoretically analyze the hyperspherical embedding and show that it enables more stable training with a wider range of learning rates and more compact embedding distributions. Experiment results show consistent improvement of point cloud completion in both single-task and multi-task learning, which demonstrates the effectiveness of the proposed method.

📄 PDF Abstract BibTeX arXiv:2307.05634

Code (1)

haomengz/hyperpc 공식 구현 pytorch

Tasks

DecoderMulti-Task LearningPoint Cloud Completion

Similar Papers 제목 키워드 기반

Point Cloud Completion by Learning Shape Priors

2020-08-02 · Xiaogang Wang, Marcelo H. Ang Jr, Gim Hee Lee

In view of the difficulty in reconstructing object details in point cloud completion, we propose a shape prior learning method for object completion. The shape priors include geometric information in both complete and th…

Generative Adversarial NetworkPoint Cloud Completion

PoinTr: Diverse Point Cloud Completion with Geometry-Aware Transformers

2021-08-19 · ICCV 2021 10 · Xumin Yu, Yongming Rao, Ziyi Wang, Zuyan Liu 외

Point clouds captured in real-world applications are often incomplete due to the limited sensor resolution, single viewpoint, and occlusion. Therefore, recovering the complete point clouds from partial ones becomes an in…

DecoderInductive BiasPoint Cloud CompletionPoint Cloud Generation+1

AdaPoinTr: Diverse Point Cloud Completion with Adaptive Geometry-Aware Transformers

2023-01-11 · Xumin Yu, Yongming Rao, Ziyi Wang, Jiwen Lu 외

In this paper, we present a new method that reformulates point cloud completion as a set-to-set translation problem and design a new model, called PoinTr, which adopts a Transformer encoder-decoder architecture for point…

DenoisingInductive BiasPoint Cloud Completion

SoftPool++: An Encoder-Decoder Network for Point Cloud Completion

2022-05-08 · Yida Wang, David Joseph Tan, Nassir Navab, Federico Tombari

We propose a novel convolutional operator for the task of point cloud completion. One striking characteristic of our approach is that, conversely to related work it does not require any max-pooling or voxelization operat…

DecoderPoint Cloud Completion

Unsupervised Point Cloud Completion through Unbalanced Optimal Transport

2024-10-03 · Taekyung Lee, Jaemoo Choi, Myungjoo Kang, Jaewoong Choi

Unpaired point cloud completion explores methods for learning a completion map from unpaired incomplete and complete point cloud data. In this paper, we propose a novel approach for unpaired point cloud completion using …

Point Cloud Completion