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

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

10 Aug 2021ICCV 2021 10arXiv:2108.04444archive 2025-07-28

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

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 in local regions, which makes it hard to reveal fine local geometric details on the complete shape. To resolve this issue, we propose SnowflakeNet with Snowflake Point Deconvolution (SPD) to generate the complete point clouds. The SnowflakeNet models the generation of complete point clouds as the snowflake-like growth of points in 3D space, where the child points are progressively generated by splitting their parent points after each SPD. Our insight of revealing detailed geometry is to introduce skip-transformer in SPD to learn point splitting patterns which can fit local regions the best. Skip-transformer leverages attention mechanism to summarize the splitting patterns used in the previous SPD layer to produce the splitting in the current SPD layer. The locally compact and structured point cloud generated by SPD is able to precisely capture the structure characteristic of 3D shape in local patches, which enables the network to predict highly detailed geometries, such as smooth regions, sharp edges and corners. Our experimental results outperform the state-of-the-art point cloud completion methods under widely used benchmarks. Code will be available at https://github.com/AllenXiangX/SnowflakeNet.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2108.04444")

Code

Syntology Ran 8 of 16 code samples harvested from 1 repository linked to this paper; 8 have no recorded run. Of those that ran: 2 ran · fixture could not drive it; 6 ran with no contract checked.

By repository: official repository: 16 samples from 1 repository, 8 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

allenxiangx/snowflakenet officialmentioned in papermentioned on GitHubpytorch report
yuxumin/PoinTr mentioned on GitHubpytorchMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

16 samples harvested; 8 ran; 0 honoured the contract we drafted; 8 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

2ran · fixture could not drive it
6ran
8unverified

Licence: 0 of the 16 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from allenxiangx/snowflakenet. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

Conv2d allenxiangx/snowflakenet/models/model_completion.py official repository ran fingerprinted MIT (permissive) · 2f63e227a64d6745 · report
GroupingOperation allenxiangx/snowflakenet/models/model_completion.py official repository ran MIT (permissive) · f70e6d503b13d807 · report
MLP_CONV allenxiangx/snowflakenet/models/model_completion.py official repository ran fingerprinted MIT (permissive) · fc0f3868f0f5e2dc · report
MLP_Res allenxiangx/snowflakenet/models/model_completion.py official repository ran MIT (permissive) · 7e63e6b3d37f1fc5 · report
SeedGenerator allenxiangx/snowflakenet/models/model_completion.py official repository ran MIT (permissive) · 8c6b827a90bafd04 · report
Transformer allenxiangx/snowflakenet/models/model_completion.py official repository ran MIT (permissive) · fd5f8b21108ac85d · report
query_knn allenxiangx/snowflakenet/models/model_completion.py official repository ran · fixture could not drive it MIT (permissive) · 1825be6622bab350 · report
sample_and_group_all allenxiangx/snowflakenet/models/model_completion.py official repository ran · fixture could not drive it MIT (permissive) · 225a2727f042aed0 · report
Decoder allenxiangx/snowflakenet/models/model_completion.py official repository unverified MIT (permissive) · 0a99aea4e840a926 · report
FeatureExtractor allenxiangx/snowflakenet/models/model_completion.py official repository unverified MIT (permissive) · 82dceaabbaab2c0a · report
PointNet_SA_Module_KNN allenxiangx/snowflakenet/models/model_completion.py official repository unverified MIT (permissive) · abb99d2a4bd1907b · report
SPD allenxiangx/snowflakenet/models/model_completion.py official repository unverified MIT (permissive) · f3ee8ff6841550bf · report
SkipTransformer allenxiangx/snowflakenet/models/model_completion.py official repository unverified MIT (permissive) · bb507e17130cae13 · report
SnowflakeNet allenxiangx/snowflakenet/models/model_completion.py official repository unverified MIT (permissive) · 5d0a9b936733a9c1 · report
fps_subsample allenxiangx/snowflakenet/models/model_completion.py official repository unverified MIT (permissive) · d3d80aea07d1820a · report
sample_and_group_knn allenxiangx/snowflakenet/models/model_completion.py official repository unverified MIT (permissive) · 9eddf08ec6587edd · report

Tasks

Point Cloud Completion

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections