paper-with-me

Papers

Convolutional Neural Network-based Efficient Dense Point Cloud Generation using Unsigned Distance Fields

2022-03-22 · Abol Basher, Jani Boutellier

Dense point cloud generation from a sparse or incomplete point cloud is a crucial and challenging problem in 3D computer vision and computer graphics. So far, the existing methods are either computationally too expensive, suffer from limited resolution, or both. In addition, some methods are strictly limited to watertight surfaces -- another major obstacle for a number of applications. To address these issues, we propose a lightweight Convolutional Neural Network that learns and predicts the unsigned distance field for arbitrary 3D shapes for dense point cloud generation using the recently emerged concept of implicit function learning. Experiments demonstrate that the proposed architecture outperforms the state of the art by 7.8x less model parameters, 2.4x faster inference time and up to 24.8% improved generation quality compared to the state-of-the-art.

📄 PDF Abstract BibTeX arXiv:2203.11537

Code (1)

basher8488881/lightndf 공식 구현 pytorch

Tasks

Point Cloud Generation

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

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 …

point cloud upsampling

Learning a More Continuous Zero Level Set in Unsigned Distance Fields through Level Set Projection

2023-08-22 · ICCV 2023 1 · Junsheng Zhou, Baorui Ma, Shujuan Li, Yu-Shen Liu 외

Latest methods represent shapes with open surfaces using unsigned distance functions (UDFs). They train neural networks to learn UDFs and reconstruct surfaces with the gradients around the zero level set of the UDF. Howe…

point cloud upsamplingSurface Reconstruction

RangeUDF: Semantic Surface Reconstruction from 3D Point Clouds

2022-04-19 · Bing Wang, Zhengdi Yu, Bo Yang, Jie Qin 외

We present RangeUDF, a new implicit representation based framework to recover the geometry and semantics of continuous 3D scene surfaces from point clouds. Unlike occupancy fields or signed distance fields which can only…

Semantic SegmentationSurface Reconstruction

CAP-UDF: Learning Unsigned Distance Functions Progressively from Raw Point Clouds with Consistency-Aware Field Optimization

2022-10-06 · Junsheng Zhou, Baorui Ma, Shujuan Li, Yu-Shen Liu 외

Surface reconstruction for point clouds is an important task in 3D computer vision. Most of the latest methods resolve this problem by learning signed distance functions from point clouds, which are limited to reconstruc…

Surface Reconstruction

Unsigned Distance Field as an Accurate 3D Scene Representation for Neural Scene Completion

2022-03-17 · Jean Pierre Richa, Jean-Emmanuel Deschaud, François Goulette, Nicolas Dalmasso

Scene Completion is the task of completing missing geometry from a partial scan of a scene. Most previous methods compute an implicit representation from range data using a Truncated Signed Distance Function (T-SDF) comp…