paper-with-me

Papers

From Point Clouds to Mesh Using Regression

2017-10-01 · ICCV 2017 10 · Lubor Ladicky, Olivier Saurer, SoHyeon Jeong, Fabio Maninchedda, Marc Pollefeys

Surface reconstruction from a point cloud is a standard subproblem in many algorithms for dense 3D reconstruction from RGB images or depth maps. Methods, performing only local operations in the vicinity of individual points, are very fast, but reconstructed models typically contain lots of visually unpleasant holes. On the other hand, regularized volumetric approaches, formulated as a global optimization, are typically too slow for real-time interactive applications. We propose to use a regression forest based method, which predicts the projection of a grid point to the surface, depending on the spatial configuration of point density in the grid point neighborhood. We designed a suitable feature vector and efficient oct-tree based GPU evaluation, capable of predicting surface of high resolution 3D models in milliseconds. Our method learns and predicts surfaces from an observed point cloud sparser than the evaluation grid, and therefore effectively acts as a regularizer.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

3D Reconstructionglobal-optimizationGPUregressionSurface Reconstruction

Similar Papers 제목 키워드 기반

Sequential 3D Human Pose and Shape Estimation From Point Clouds

2020-06-01 · CVPR 2020 6 · Kangkan Wang, Jin Xie, Guofeng Zhang, Lei Liu 외

This work addresses the problem of 3D human pose and shape estimation from a sequence of point clouds. Existing sequential 3D human shape estimation methods mainly focus on the template model fitting from a sequence of d…

3D human pose and shape estimation3D Human Shape Estimation

MVPNet: Multi-View Point Regression Networks for 3D Object Reconstruction from A Single Image

2018-11-23 · Jinglu Wang, Bo Sun, Yan Lu

In this paper, we address the problem of reconstructing an object's surface from a single image using generative networks. First, we represent a 3D surface with an aggregation of dense point clouds from multiple views. E…

3D Object Reconstruction3D Object Reconstruction From A Single ImageDecoderObject Reconstruction+1

Controllable Mesh Generation Through Sparse Latent Point Diffusion Models

2023-03-14 · CVPR 2023 1 · Zhaoyang Lyu, Jinyi Wang, Yuwei An, Ya zhang 외

Mesh generation is of great value in various applications involving computer graphics and virtual content, yet designing generative models for meshes is challenging due to their irregular data structure and inconsistent …

LiDAR-HMR: 3D Human Mesh Recovery from LiDAR

2023-11-20 · Bohao Fan, Wenzhao Zheng, Jianjiang Feng, Jie zhou

In recent years, point cloud perception tasks have been garnering increasing attention. This paper presents the first attempt to estimate 3D human body mesh from sparse LiDAR point clouds. We found that the major challen…

3D Human Pose EstimationHuman Mesh Recovery

PrintAnything: Learning an Intermediate Representation for 3D printing G-code Generation

2026-07-30 · Sangmin Hong, Daniel Sungho Jung, Heewon Kim, Kyoung Mu Lee arxiv

Point clouds are one of the most fundamental and widely used 3D representations, serving as the most basic geometric representation of 3D shapes. Nevertheless, most existing 3D printing pipelines require a watertight mes…

Code GenerationPoint Clouds