paper-with-me

홈 › Papers

PU-Gaussian: Point Cloud Upsampling using 3D Gaussian Representation

2025-09-24 · Mahmoud Khater, Mona Strauss, Philipp von Olshausen, Alexander Reiterer arxiv

Point clouds produced by 3D sensors are often sparse and noisy, posing challenges for tasks requiring dense and high-fidelity 3D representations. Prior work has explored both implicit feature-based upsampling and distance-function learning to address this, but often at the expense of geometric interpretability or robustness to input sparsity. To overcome these limitations, we propose PU-Gaussian, a novel upsampling network that models the local neighborhood around each point using anisotropic 3D Gaussian distributions. These Gaussians capture the underlying geometric structure, allowing us to perform upsampling explicitly in the local geometric domain by direct point sampling. The sampling process generates a dense, but coarse, point cloud. A subsequent refinement network adjusts the coarse output to produce a more uniform distribution and sharper edges. We perform extensive testing on the PU1K and PUGAN datasets, demonstrating that PU-Gaussian achieves state-of-the-art performance. We make code and model weights publicly available at https://github.com/mvg-inatech/PU-Gaussian.git.

📄 PDF Abstract BibTeX arXiv:2509.20207

Code (0)

등록된 구현이 없습니다.

Tasks

Point Clouds

Similar Papers 제목 키워드 기반

Non-uniform Point Cloud Upsampling via Local Manifold Distribution

2025-04-16 · Yaohui Fang, Xingce Wang

Existing learning-based point cloud upsampling methods often overlook the intrinsic data distribution charac?teristics of point clouds, leading to suboptimal results when handling sparse and non-uniform point clouds. We …

point cloud upsampling

GaussianPU: A Hybrid 2D-3D Upsampling Framework for Enhancing Color Point Clouds via 3D Gaussian Splatting

2024-09-03 · Zixuan Guo, Yifan Xie, Weijing Xie, Peng Huang 외

Dense colored point clouds enhance visual perception and are of significant value in various robotic applications. However, existing learning-based point cloud upsampling methods are constrained by computational resource…

3DGSGPUImage Restorationpoint cloud upsampling+2

Arbitrary Point Cloud Upsampling with Spherical Mixture of Gaussians

2022-08-10 · Anthony Dell'Eva, Marco Orsingher, Massimo Bertozzi

Generating dense point clouds from sparse raw data benefits downstream 3D understanding tasks, but existing models are limited to a fixed upsampling ratio or to a short range of integer values. In this paper, we present …

Decoderpoint cloud upsampling

Efficient Point Clouds Upsampling via Flow Matching

2025-01-25 · Zhi-Song Liu, Chenhang He, Lei LI

Diffusion models are a powerful framework for tackling ill-posed problems, with recent advancements extending their use to point cloud upsampling. Despite their potential, existing diffusion models struggle with ineffici…

point cloud upsampling

Optimizing 3D Gaussian Splatting via Point Cloud Upsampling

2026-05-30 · Adrian Ramlal, Yan Song Hu, John S. Zelek arxiv

3D Gaussian Splatting (3DGS) is a technique for creating and rendering 3D scenes, however its performance depends heavily on the quality of initial seed points. To improve 3DGS initialization, this study presents and eva…