paper-with-me

홈 › Papers

Meshing Point Clouds with Predicted Intrinsic-Extrinsic Ratio Guidance

2020-07-17 · ECCV 2020 8 · Minghua Liu, Xiaoshuai Zhang, Hao Su

We are interested in reconstructing the mesh representation of object surfaces from point clouds. Surface reconstruction is a prerequisite for downstream applications such as rendering, collision avoidance for planning, animation, etc. However, the task is challenging if the input point cloud has a low resolution, which is common in real-world scenarios (e.g., from LiDAR or Kinect sensors). Existing learning-based mesh generative methods mostly predict the surface by first building a shape embedding that is at the whole object level, a design that causes issues in generating fine-grained details and generalizing to unseen categories. Instead, we propose to leverage the input point cloud as much as possible, by only adding connectivity information to existing points. Particularly, we predict which triplets of points should form faces. Our key innovation is a surrogate of local connectivity, calculated by comparing the intrinsic/extrinsic metrics. We learn to predict this surrogate using a deep point cloud network and then feed it to an efficient post-processing module for high-quality mesh generation. We demonstrate that our method can not only preserve details, handle ambiguous structures, but also possess strong generalizability to unseen categories by experiments on synthetic and real data. The code is available at https://github.com/Colin97/Point2Mesh.

📄 PDF Abstract BibTeX arXiv:2007.09267

Code (1)

Colin97/Point2Mesh 공식 구현 pytorch

Tasks

Collision AvoidanceSurface Reconstruction

Similar Papers 제목 키워드 기반

SIGMA: Scale-Invariant Global Sparse Shape Matching

2023-08-16 · ICCV 2023 1 · Maolin Gao, Paul Roetzer, Marvin Eisenberger, Zorah Lähner 외

We propose a novel mixed-integer programming (MIP) formulation for generating precise sparse correspondences for highly non-rigid shapes. To this end, we introduce a projected Laplace-Beltrami operator (PLBO) which combi…

DV-Matcher: Deformation-based Non-rigid Point Cloud Matching Guided by Pre-trained Visual Features

2025-01-01 · CVPR 2025 1 · Zhangquan Chen, Puhua Jiang, Ruqi Huang

In this paper, we present DV-Matcher, a novel learning-based framework for estimating dense correspondences between non-rigidly deformable point clouds. Learning directly from unstructured point clouds without meshin…

High-Fidelity Lightweight Mesh Reconstruction from Point Clouds

2025-01-01 · CVPR 2025 1 · Chen Zhang, Wentao Wang, Ximeng Li, Xinyao Liao 외

Recently, learning signed distance functions (SDFs) from point clouds has become popular for reconstruction. To ensure accuracy, most methods require using high-resolution Marching Cubes for surface extraction. Howev…

GAMesh: Guided and Augmented Meshing for Deep Point Networks

2020-10-19 · Nitin Agarwal, M Gopi

We present a new meshing algorithm called guided and augmented meshing, GAMesh, which uses a mesh prior to generate a surface for the output points of a point network. By projecting the output points onto this prior and …

3D Reconstruction3D Shape Reconstruction3D Surface GenerationSingle-View 3D Reconstruction+1

Intrinsic Neural Fields: Learning Functions on Manifolds

2022-03-15 · Lukas Koestler, Daniel Grittner, Michael Moeller, Daniel Cremers 외

Neural fields have gained significant attention in the computer vision community due to their excellent performance in novel view synthesis, geometry reconstruction, and generative modeling. Some of their advantages are …

Novel View Synthesis