paper-with-me

Papers

Snowflake Point Deconvolution for Point Cloud Completion and Generation with Skip-Transformer

2022-02-18 · Peng Xiang, Xin Wen, Yu-Shen Liu, Yan-Pei Cao, Pengfei Wan, Wen Zheng, Zhizhong Han

Most existing point cloud completion methods suffer from the discrete nature of point clouds and the unstructured prediction of points in local regions, which makes it difficult to reveal fine local geometric details. To resolve this issue, we propose SnowflakeNet with snowflake point deconvolution (SPD) to generate complete point clouds. SPD models the generation of point clouds as the snowflake-like growth of points, where child points are generated progressively by splitting their parent points after each SPD. Our insight into the detailed geometry is to introduce a skip-transformer in the SPD to learn the point splitting patterns that can best fit the local regions. The skip-transformer leverages attention mechanism to summarize the splitting patterns used in the previous SPD layer to produce the splitting in the current layer. The locally compact and structured point clouds generated by SPD precisely reveal the structural characteristics of the 3D shape in local patches, which enables us to predict highly detailed geometries. Moreover, since SPD is a general operation that is not limited to completion, we explore its applications in other generative tasks, including point cloud auto-encoding, generation, single image reconstruction, and upsampling. Our experimental results outperform state-of-the-art methods under widely used benchmarks.

📄 PDF Abstract BibTeX arXiv:2202.09367

Code (1)

allenxiangx/snowflakenet 공식 구현 pytorch

Tasks

Image ReconstructionPoint Cloud Completion

Similar Papers 제목 키워드 기반

SnowflakeNet: Point Cloud Completion by Snowflake Point Deconvolution with Skip-Transformer

2021-08-10 · ICCV 2021 10 · Peng Xiang, Xin Wen, Yu-Shen Liu, Yan-Pei Cao 외

Point cloud completion aims to predict a complete shape in high accuracy from its partial observation. However, previous methods usually suffered from discrete nature of point cloud and unstructured prediction of points …

Point Cloud Completion

SoftPoolNet: Shape Descriptor for Point Cloud Completion and Classification

2020-08-17 · ECCV 2020 8 · Yida Wang, David Joseph Tan, Nassir Navab, Federico Tombari

Point clouds are often the default choice for many applications as they exhibit more flexibility and efficiency than volumetric data. Nevertheless, their unorganized nature -- points are stored in an unordered way -- mak…

ClassificationDecoderGeneral ClassificationPoint Cloud Completion

A Multi-View High-Resolution Foot-Ankle Complex Point Cloud Dataset During Gait for Occlusion-Robust 3D Completion

2025-07-15 · Jie-Wen Li, Zi-Han Ye, Qingyuan Zhou, Jiayi Song 외

The kinematics analysis of foot-ankle complex during gait is essential for advancing biomechanical research and clinical assessment. Collecting accurate surface geometry data from the foot and ankle during dynamic gait c…

BenchmarkingPoint Cloud Completion

RWKV-PCSSC: Exploring RWKV Model for Point Cloud Semantic Scene Completion

2025-11-13 · Wenzhe He, Xiaojun Chen, Wentang Chen, Hongyu Wang 외 arxiv

Semantic Scene Completion (SSC) aims to generate a complete semantic scene from an incomplete input. Existing approaches often employ dense network architectures with a high parameter count, leading to increased model co…

Progressive Point Cloud Deconvolution Generation Network

2020-07-10 · ECCV 2020 8 · Le Hui, Rui Xu, Jin Xie, Jianjun Qian 외

In this paper, we propose an effective point cloud generation method, which can generate multi-resolution point clouds of the same shape from a latent vector. Specifically, we develop a novel progressive deconvolution ne…

Point Cloud Generation