paper-with-me

Papers

Diffusion Probabilistic Models for 3D Point Cloud Generation

2021-03-02 · CVPR 2021 1 · 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}.

📄 PDF Abstract BibTeX arXiv:2103.01458

Code (3)

luost26/diffusion-point-cloud 공식 구현 pytorch
fpthink/PDGN pytorch
theamaya/3dlatnav pytorch

Tasks

Data AugmentationPoint Cloud Generation

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Sketch and Text Guided Diffusion Model for Colored Point Cloud Generation

2023-08-05 · ICCV 2023 1 · Zijie Wu, Yaonan Wang, Mingtao Feng, He Xie 외

Diffusion probabilistic models have achieved remarkable success in text guided image generation. However, generating 3D shapes is still challenging due to the lack of sufficient data containing 3D models along with their…

DenoisingImage GenerationPoint Cloud Generation

A Point Cloud Generative Model Based on Nonequilibrium Thermodynamics

2021-01-01 · Shitong Luo, Wei Hu

We present a probabilistic model for point cloud generation, which is critical for various 3D vision tasks such as shape completion, upsampling, synthesis and data augmentation. Inspired by the diffusion process in non-e…

Point Cloud Generation

3D Shape Generation and Completion through Point-Voxel Diffusion

2021-04-08 · ICCV 2021 10 · Linqi Zhou, Yilun Du, Jiajun Wu

We propose a novel approach for probabilistic generative modeling of 3D shapes. Unlike most existing models that learn to deterministically translate a latent vector to a shape, our model, Point-Voxel Diffusion (PVD), is…

3D Shape GenerationDenoising

Denoising Diffusion Probabilistic Model for Point Cloud Compression at Low Bit-Rates

2025-05-19 · Gabriele Spadaro, Alberto Presta, Jhony H. Giraldo, Marco Grangetto 외

Efficient compression of low-bit-rate point clouds is critical for bandwidth-constrained applications. However, existing techniques mainly focus on high-fidelity reconstruction, requiring many bits for compression. This …

Denoising

FrePolad: Frequency-Rectified Point Latent Diffusion for Point Cloud Generation

2023-11-20 · Chenliang Zhou, Fangcheng Zhong, Param Hanji, Zhilin Guo 외

We propose FrePolad: frequency-rectified point latent diffusion, a point cloud generation pipeline integrating a variational autoencoder (VAE) with a denoising diffusion probabilistic model (DDPM) for the latent distribu…

Computational EfficiencyDenoisingDiversityPoint Cloud Generation