paper-with-me

Papers

A Conditional Denoising Diffusion Probabilistic Model for Point Cloud Upsampling

2023-12-03 · CVPR 2024 1 · Wentao Qu, Yuantian Shao, Lingwu Meng, Xiaoshui Huang, Liang Xiao

Point cloud upsampling (PCU) enriches the representation of raw point clouds, significantly improving the performance in downstream tasks such as classification and reconstruction. Most of the existing point cloud upsampling methods focus on sparse point cloud feature extraction and upsampling module design. In a different way, we dive deeper into directly modelling the gradient of data distribution from dense point clouds. In this paper, we proposed a conditional denoising diffusion probability model (DDPM) for point cloud upsampling, called PUDM. Specifically, PUDM treats the sparse point cloud as a condition, and iteratively learns the transformation relationship between the dense point cloud and the noise. Simultaneously, PUDM aligns with a dual mapping paradigm to further improve the discernment of point features. In this context, PUDM enables learning complex geometry details in the ground truth through the dominant features, while avoiding an additional upsampling module design. Furthermore, to generate high-quality arbitrary-scale point clouds during inference, PUDM exploits the prior knowledge of the scale between sparse point clouds and dense point clouds during training by parameterizing a rate factor. Moreover, PUDM exhibits strong noise robustness in experimental results. In the quantitative and qualitative evaluations on PU1K and PUGAN, PUDM significantly outperformed existing methods in terms of Chamfer Distance (CD) and Hausdorff Distance (HD), achieving state of the art (SOTA) performance.

📄 PDF Abstract BibTeX arXiv:2312.02719

Code (1)

QWTforGithub/PUDM 공식 구현 pytorch

Tasks

Denoisingpoint cloud upsampling

Methods 이 논문이 사용한 방법론

Focus 설명 없음
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 제목 키워드 기반

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

PointDiffuse: A Dual-Conditional Diffusion Model for Enhanced Point Cloud Semantic Segmentation

2025-03-08 · Yong He, Hongshan Yu, Mingtao Feng, Tongjia Chen 외

Diffusion probabilistic models are traditionally used to generate colors at fixed pixel positions in 2D images. Building on this, we extend diffusion models to point cloud semantic segmentation, where point positions als…

DenoisingSemantic Segmentation

TexOct: Generating Textures of 3D Models with Octree-based Diffusion

2024-01-01 · CVPR 2024 1 · Jialun Liu, Chenming Wu, Xinqi Liu, Xing Liu 외

This paper focuses on synthesizing high-quality and complete textures directly on the surface of 3D models within 3D space. 2D diffusion-based methods face challenges in generating 2D texture maps due to the infinite…

Denoising

DiffSSC: Semantic LiDAR Scan Completion using Denoising Diffusion Probabilistic Models

2024-09-26 · Helin Cao, Sven Behnke

Perception systems play a crucial role in autonomous driving, incorporating multiple sensors and corresponding computer vision algorithms. 3D LiDAR sensors are widely used to capture sparse point clouds of the vehicle's …

Autonomous DrivingDenoisingImage GenerationSuper-Resolution

A Conditional Point Diffusion-Refinement Paradigm for 3D Point Cloud Completion

2021-12-07 · ICLR 2022 4 · Zhaoyang Lyu, Zhifeng Kong, Xudong Xu, Liang Pan 외

3D point cloud is an important 3D representation for capturing real world 3D objects. However, real-scanned 3D point clouds are often incomplete, and it is important to recover complete point clouds for downstream applic…

DenoisingPoint Cloud CompletionPoint Cloud Generation