paper-with-me

Papers

Learning Continuous Implicit Field with Local Distance Indicator for Arbitrary-Scale Point Cloud Upsampling

2023-12-23 · Shujuan Li, Junsheng Zhou, Baorui Ma, Yu-Shen Liu, Zhizhong Han

Point cloud upsampling aims to generate dense and uniformly distributed point sets from a sparse point cloud, which plays a critical role in 3D computer vision. Previous methods typically split a sparse point cloud into several local patches, upsample patch points, and merge all upsampled patches. However, these methods often produce holes, outliers or nonuniformity due to the splitting and merging process which does not maintain consistency among local patches. To address these issues, we propose a novel approach that learns an unsigned distance field guided by local priors for point cloud upsampling. Specifically, we train a local distance indicator (LDI) that predicts the unsigned distance from a query point to a local implicit surface. Utilizing the learned LDI, we learn an unsigned distance field to represent the sparse point cloud with patch consistency. At inference time, we randomly sample queries around the sparse point cloud, and project these query points onto the zero-level set of the learned implicit field to generate a dense point cloud. We justify that the implicit field is naturally continuous, which inherently enables the application of arbitrary-scale upsampling without necessarily retraining for various scales. We conduct comprehensive experiments on both synthetic data and real scans, and report state-of-the-art results under widely used benchmarks.

📄 PDF Abstract BibTeX arXiv:2312.15133

Code (0)

등록된 구현이 없습니다.

Tasks

point cloud upsampling

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

LGSDF: Continual Global Learning of Signed Distance Fields Aided by Local Updating

2024-04-08 · Yufeng Yue, Yinan Deng, Jiahui Wang, Yi Yang

Implicit reconstruction of ESDF (Euclidean Signed Distance Field) involves training a neural network to regress the signed distance from any point to the nearest obstacle, which has the advantages of lightweight storage …

Continual Self-Supervised LearningSelf-Supervised Learning

Neural Poisson: Indicator Functions for Neural Fields

2022-11-25 · Angela Dai, Matthias Nießner

Implicit neural field generating signed distance field representations (SDFs) of 3D shapes have shown remarkable progress in 3D shape reconstruction and generation. We introduce a new paradigm for neural field representa…

3D Shape ReconstructionSurface Reconstruction

GridPull: Towards Scalability in Learning Implicit Representations from 3D Point Clouds

2023-08-25 · ICCV 2023 1 · Chao Chen, Yu-Shen Liu, Zhizhong Han

Learning implicit representations has been a widely used solution for surface reconstruction from 3D point clouds. The latest methods infer a distance or occupancy field by overfitting a neural network on a single point …

Surface Reconstruction

Metric--Phase Fields: Decoupling Distance and Sign for Thin-Structure Reconstruction from Unoriented Point Clouds

2026-05-25 · Jiayi Kong, Xuhui Chen, Chen Zong, Fei Hou 외 arxiv

Neural Signed Distance Functions (SDFs) excel at reconstructing watertight manifolds but fail on thin structures and open boundaries due to strict inside--outside constraints. Conversely, Unsigned Distance Fields (UDFs) …

Point Clouds

Constructing High-Order Signed Distance Maps from Computed Tomography Data with Application to Bone Morphometry

2021-11-02 · Bryce A. Besler, Tannis D. Kemp, Nils D. Forkert, Steven K. Boyd

An algorithm is presented for constructing high-order signed distance fields for two phase materials imaged with computed tomography. The signed distance field is high-order in that it is free of the quantization artifac…

Quantization