paper-with-me

Papers

Point Cloud Upsampling Using Conditional Diffusion Module with Adaptive Noise Suppression

2025-01-01 · CVPR 2025 1 · Boqian Zhang, Shen Yang, Hao Chen, Chao Yang, Jing Jia, Guang Jiang

Point cloud upsampling can improve the quality of the initial point cloud, significantly enhancing the performance of downstream tasks such as classification and segmentation. Existing methods mostly focus on generating the geometric details of point clouds, neglecting noise suppression. To address this, we propose a novel network based on a conditional diffusion model, incorporating the Adaptive Noise Suppression (ANS) module, which we refer to as PDANS. The ANS module assigns weights to each point and determines the removal strategy based on these weights, reducing the impact of noisy points on the sampling process. The module first selects the neighborhood set for each point in the point cloud and performs a weighted sum between the point and its neighbors. It then adjusts the removal points based on the weighted sum, effectively mitigating the bias caused by outliers. We introduce the TreeTrans (TT) module to capture more correlated feature information. This module learns the interaction between high-level and low-level features, resulting in a more comprehensive and refined feature representation. Our results on several widely used benchmark datasets demonstrate that PDANS exhibits exceptional robustness in noisy point cloud processing and outperforms current state-of-the-art(SOTA) methods in terms of performance. Code is available at https://github.com/Baty2023/PDANS.

📄 PDF Abstract BibTeX

Code (1)

baty2023/pdans 공식 구현 pytorch

Tasks

point 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…
SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar 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 외

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 upsamp…

Denoisingpoint cloud upsampling

PVNet: Point-Voxel Interaction LiDAR Scene Upsampling Via Diffusion Models

2025-08-23 · Xianjing Cheng, Lintai Wu, Zuowen Wang, Junhui Hou 외 arxiv

Accurate 3D scene understanding in outdoor environments heavily relies on high-quality point clouds. However, LiDAR-scanned data often suffer from extreme sparsity, severely hindering downstream 3D perception tasks. Exis…

Scene UnderstandingPoint Clouds

Point Cloud Resampling with Learnable Heat Diffusion

2024-11-21 · Wenqiang Xu, Wenrui Dai, Duoduo Xue, Ziyang Zheng 외

Generative diffusion models have shown empirical successes in point cloud resampling, generating a denser and more uniform distribution of points from sparse or noisy 3D point clouds by progressively refining noise into …

Denoising

PU-GCN: Point Cloud Upsampling using Graph Convolutional Networks

2019-11-30 · CVPR 2021 1 · Guocheng Qian, Abdulellah Abualshour, Guohao Li, Ali Thabet 외

The effectiveness of learning-based point cloud upsampling pipelines heavily relies on the upsampling modules and feature extractors used therein. For the point upsampling module, we propose a novel model called NodeShuf…

3D ReconstructionPoint Cloud Super Resolutionpoint cloud upsampling

Fast LiDAR Upsampling using Conditional Diffusion Models

2024-05-08 · Sander Elias Magnussen Helgesen, Kazuto Nakashima, Jim Tørresen, Ryo Kurazume

The search for refining 3D LiDAR data has attracted growing interest motivated by recent techniques such as supervised learning or generative model-based methods. Existing approaches have shown the possibilities for usin…

Autonomous NavigationDenoising