paper-with-me

Papers

Surface Reconstruction from Point Clouds by Learning Predictive Context Priors

2022-04-23 · CVPR 2022 1 · Baorui Ma, Yu-Shen Liu, Matthias Zwicker, Zhizhong Han

Surface reconstruction from point clouds is vital for 3D computer vision. State-of-the-art methods leverage large datasets to first learn local context priors that are represented as neural network-based signed distance functions (SDFs) with some parameters encoding the local contexts. To reconstruct a surface at a specific query location at inference time, these methods then match the local reconstruction target by searching for the best match in the local prior space (by optimizing the parameters encoding the local context) at the given query location. However, this requires the local context prior to generalize to a wide variety of unseen target regions, which is hard to achieve. To resolve this issue, we introduce Predictive Context Priors by learning Predictive Queries for each specific point cloud at inference time. Specifically, we first train a local context prior using a large point cloud dataset similar to previous techniques. For surface reconstruction at inference time, however, we specialize the local context prior into our Predictive Context Prior by learning Predictive Queries, which predict adjusted spatial query locations as displacements of the original locations. This leads to a global SDF that fits the specific point cloud the best. Intuitively, the query prediction enables us to flexibly search the learned local context prior over the entire prior space, rather than being restricted to the fixed query locations, and this improves the generalizability. Our method does not require ground truth signed distances, normals, or any additional procedure of signed distance fusion across overlapping regions. Our experimental results in surface reconstruction for single shapes or complex scenes show significant improvements over the state-of-the-art under widely used benchmarks.

📄 PDF Abstract BibTeX arXiv:2204.11015

Code (1)

mabaorui/predictablecontextprior 공식 구현 tf

Tasks

Surface Reconstruction

Similar Papers 제목 키워드 기반

OffsetOPT: Explicit Surface Reconstruction without Normals

2025-03-20 · CVPR 2025 1 · Huan Lei

Neural surface reconstruction has been dominated by implicit representations with marching cubes for explicit surface extraction. However, those methods typically require high-quality normals for accurate reconstruction.…

Surface Reconstruction

Learning Modified Indicator Functions for Surface Reconstruction

2021-11-18 · Dong Xiao, Siyou Lin, Zuoqiang Shi, Bin Wang

Surface reconstruction is a fundamental problem in 3D graphics. In this paper, we propose a learning-based approach for implicit surface reconstruction from raw point clouds without normals. Our method is inspired by Gau…

LEMMASurface Reconstruction

Deep Surface Reconstruction from Point Clouds with Visibility Information

2022-02-03 · Raphael Sulzer, Loic Landrieu, Alexandre Boulch, Renaud Marlet 외

Most current neural networks for reconstructing surfaces from point clouds ignore sensor poses and only operate on raw point locations. Sensor visibility, however, holds meaningful information regarding space occupancy a…

Surface Reconstruction

A Survey and Benchmark of Automatic Surface Reconstruction from Point Clouds

2023-01-31 · Raphael Sulzer, Renaud Marlet, Bruno Vallet, Loic Landrieu

We present a comprehensive survey and benchmark of both traditional and learning-based methods for surface reconstruction from point clouds. This task is particularly challenging for real-world acquisitions due to factor…

Surface Reconstruction

From a few Accurate 2D Correspondences to 3D Point Clouds

2022-06-13 · Trung-Kien Le, Ping Li

Key points, correspondences, projection matrices, point clouds and dense clouds are the skeletons in image-based 3D reconstruction, of which point clouds have the important role in generating a realistic and natural mode…

3D Reconstruction