paper-with-me

홈 › Papers

Point Cloud Upsampling via Disentangled Refinement

2021-06-09 · CVPR 2021 1 · Ruihui Li, Xianzhi Li, Pheng-Ann Heng, Chi-Wing Fu

Point clouds produced by 3D scanning are often sparse, non-uniform, and noisy. Recent upsampling approaches aim to generate a dense point set, while achieving both distribution uniformity and proximity-to-surface, and possibly amending small holes, all in a single network. After revisiting the task, we propose to disentangle the task based on its multi-objective nature and formulate two cascaded sub-networks, a dense generator and a spatial refiner. The dense generator infers a coarse but dense output that roughly describes the underlying surface, while the spatial refiner further fine-tunes the coarse output by adjusting the location of each point. Specifically, we design a pair of local and global refinement units in the spatial refiner to evolve a coarse feature map. Also, in the spatial refiner, we regress a per-point offset vector to further adjust the coarse outputs in fine-scale. Extensive qualitative and quantitative results on both synthetic and real-scanned datasets demonstrate the superiority of our method over the state-of-the-arts.

📄 PDF Abstract BibTeX arXiv:2106.04779

Code (3)

liruihui/Dis-PU 공식 구현 tf
rhtm02/Dis-PU pytorch
ryanphilly/DIS-PU-pytorch pytorch

Tasks

point cloud upsampling

Similar Papers 제목 키워드 기반

Point Cloud Upsampling via Cascaded Refinement Network

2022-10-08 · Hang Du, Xuejun Yan, Jingjing Wang, Di Xie 외

Point cloud upsampling focuses on generating a dense, uniform and proximity-to-surface point set. Most previous approaches accomplish these objectives by carefully designing a single-stage network, which makes it still c…

point cloud upsampling

High-Fidelity Point Cloud Completion with Low-Resolution Recovery and Noise-Aware Upsampling

2021-12-21 · Ren-Wu Li, Bo wang, Chun-Peng Li, Ling-Xiao Zhang 외

Completing an unordered partial point cloud is a challenging task. Existing approaches that rely on decoding a latent feature to recover the complete shape, often lead to the completed point cloud being over-smoothing, l…

Point Cloud Completion

MBPU: A Plug-and-Play State Space Model for Point Cloud Upsamping with Fast Point Rendering

2024-10-21 · Jiayi Song, Weidong Yang, Zhijun Li, Wen-Ming Chen 외

The task of point cloud upsampling (PCU) is to generate dense and uniform point clouds from sparse input captured by 3D sensors like LiDAR, holding potential applications in real yet is still a challenging task. Existing…

Mambapoint cloud upsampling

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

Point Clouds

ASUR3D: Arbitrary Scale Upsampling and Refinement of 3D Point Clouds using Local Occupancy Fields

2023-10-02 · IEEE/CVF International Conference on Computer Vision Workshops (ICCVW) 2023 10 · Akash Kumbar, Tejas Anvekar, Ramesh Ashok Tabib, Uma Mudenagudi

In this paper, we introduce ASUR3D, a novel methodology for the arbitrary-scale upsampling of 3D point clouds employing Local Occupancy Representation. Our proposed implicit occupancy representation enables efficient poi…

3D Reconstruction3D Shape Generation3D Shape RepresentationPoint Cloud Super Resolution+1