Papers › Diffusion Probabilistic Models for 3D Point Cloud Generation

Diffusion Probabilistic Models for 3D Point Cloud Generation

2 Mar 2021CVPR 2021 1arXiv:2103.01458archive 2025-07-28

Shitong Luo, Wei Hu

We present a probabilistic model for point cloud generation, which is fundamental for various 3D vision tasks such as shape completion, upsampling, synthesis and data augmentation. Inspired by the diffusion process in non-equilibrium thermodynamics, we view points in point clouds as particles in a thermodynamic system in contact with a heat bath, which diffuse from the original distribution to a noise distribution. Point cloud generation thus amounts to learning the reverse diffusion process that transforms the noise distribution to the distribution of a desired shape. Specifically, we propose to model the reverse diffusion process for point clouds as a Markov chain conditioned on certain shape latent. We derive the variational bound in closed form for training and provide implementations of the model. Experimental results demonstrate that our model achieves competitive performance in point cloud generation and auto-encoding. The code is available at \url{https://github.com/luost26/diffusion-point-cloud}.

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="2103.01458")

Code

Syntology Ran 22 of 29 code samples harvested from 3 repositories linked to this paper; 7 have no recorded run. Of those that ran: 1 ran · honoured contract; 10 ran · fixture could not drive it; 11 ran with no contract checked.

By repository: official repository: 2 samples from 1 repository, 2 ran; community (archive-listed): 26 samples from 2 repositories, 19 ran; 1 identical to code first harvested elsewhere. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

luost26/diffusion-point-cloud officialmentioned in papermentioned on GitHubpytorch report
fpthink/PDGN mentioned on GitHubpytorch report
theamaya/3dlatnav mentioned on GitHubpytorch 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

29 samples harvested; 22 ran; 1 honoured the contract we drafted; 7 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.

1ran · honoured contract
10ran · fixture could not drive it
11ran
7unverified

Licence: 2 of the 29 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 3 repositories linked to this paper, official or community; each sample names its own and says which. Some samples are identical code Syntology first harvested from another repository; for those, this paper's copy is not located and its licence is not recorded. “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.

DiffusionPoint luost26/diffusion-point-cloud/models/diffusion.py official repository ran · metamorphic tier: deterministic MIT (permissive) · c89046ee64346e9f · report
VarianceSchedule luost26/diffusion-point-cloud/models/diffusion.py official repository ran · metamorphic tier: deterministic MIT (permissive) · 380bb5e9ac8495db · report
PointDiscriminator_1 fpthink/PDGN/models/PDGNet.py community (archive-listed) ran MIT (permissive) · 25204c1fdea83487 · report
PointDiscriminator_2 fpthink/PDGN/models/PDGNet.py community (archive-listed) ran MIT (permissive) · f9dca246807b4fad · report
PointDiscriminator_3 fpthink/PDGN/models/PDGNet.py community (archive-listed) ran MIT (permissive) · 35cbd79bd975fc0c · report
PointDiscriminator_4 fpthink/PDGN/models/PDGNet.py community (archive-listed) ran MIT (permissive) · 88b6db90221f3084 · report
ShapeNetCore fpthink/PDGN/models/PDGNet.py community (archive-listed) ran MIT (permissive) · 6e626337710c79fd · report
bilateral_block_l1 fpthink/PDGN/models/PDGNet.py community (archive-listed) ran MIT (permissive) · 6c87f76cd845e511 · report
bilateral_upsample_edgeConv fpthink/PDGN/models/PDGNet.py community (archive-listed) ran MIT (permissive) · cde1974d0e8c3464 · report
conv2dbr fpthink/PDGN/models/PDGNet.py community (archive-listed) ran fingerprinted MIT (permissive) · 8617c57ff67112bf · report
get_edge_features fpthink/PDGN/models/PDGNet.py community (archive-listed) ran · fixture could not drive it MIT (permissive) · 1e042976d61e8c8a · report
get_edge_features_xyz fpthink/PDGN/models/PDGNet.py community (archive-listed) ran · fixture could not drive it fingerprinted MIT (permissive) · 096e5ea95c5f7eb6 · report
jitter_point_cloud fpthink/PDGN/models/PDGNet.py community (archive-listed) ran · fixture could not drive it fingerprinted MIT (permissive) · bdd7784c7336e843 · report
random_scale_point_cloud fpthink/PDGN/models/PDGNet.py community (archive-listed) ran · fixture could not drive it fingerprinted MIT (permissive) · c4bfd74b0f6a7d8d · report
rotate_perturbation_point_cloud fpthink/PDGN/models/PDGNet.py community (archive-listed) ran · fixture could not drive it fingerprinted MIT (permissive) · 79446b78c27526f0 · report
rotate_perturbation_point_cloud_with_normal fpthink/PDGN/models/PDGNet.py community (archive-listed) ran · fixture could not drive it MIT (permissive) · 3db497496c6e4cc0 · report
rotate_point_cloud fpthink/PDGN/models/PDGNet.py community (archive-listed) ran · fixture could not drive it fingerprinted MIT (permissive) · adb85367d5bf360a · report
rotate_point_cloud_with_normal fpthink/PDGN/models/PDGNet.py community (archive-listed) ran · fixture could not drive it MIT (permissive) · 9b39b2ae031d10f6 · report
shift_point_cloud fpthink/PDGN/models/PDGNet.py community (archive-listed) ran · fixture could not drive it fingerprinted MIT (permissive) · 265977b03f1bbb45 · report
shuffle_points fpthink/PDGN/models/PDGNet.py community (archive-listed) ran · fixture could not drive it fingerprinted MIT (permissive) · a97f76b9c0811c93 · report
upsample_edgeConv fpthink/PDGN/models/PDGNet.py community (archive-listed) ran MIT (permissive) · 7f1525d96299a288 · report
DiffusionPoint theamaya/3dlatnav/models/Diffusion/models/diffusion.py community (archive-listed) unverified no licence file found · pointer only · 1e48b52609d7ac4f · report
ModelNetDataset fpthink/PDGN/models/PDGNet.py community (archive-listed) unverified MIT (permissive) · 96a47b47754cc0a4 · report
PDGNet fpthink/PDGN/models/PDGNet.py community (archive-listed) unverified MIT (permissive) · 0c0259c3ed40c727 · report
PointGenerator fpthink/PDGN/models/PDGNet.py community (archive-listed) unverified MIT (permissive) · 4e304106a8e2b1df · report
bilateral_block_l2 fpthink/PDGN/models/PDGNet.py community (archive-listed) unverified MIT (permissive) · f29c498243b560a7 · report
bilateral_block_l3 fpthink/PDGN/models/PDGNet.py community (archive-listed) unverified MIT (permissive) · f5e60736bb09fc86 · report
bilateral_block_l4 fpthink/PDGN/models/PDGNet.py community (archive-listed) unverified MIT (permissive) · 1bfe4165bf8b09b1 · report
pc_normalize identical code first harvested elsewhere ran · honoured contract fingerprinted licence of this copy not recorded · ec413739d406e611 · report

Tasks

Data AugmentationPoint Cloud Generation

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Diffusion

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