paper-with-me

홈 › Papers

GO-Surf: Neural Feature Grid Optimization for Fast, High-Fidelity RGB-D Surface Reconstruction

2022-06-29 · Jingwen Wang, Tymoteusz Bleja, Lourdes Agapito

We present GO-Surf, a direct feature grid optimization method for accurate and fast surface reconstruction from RGB-D sequences. We model the underlying scene with a learned hierarchical feature voxel grid that encapsulates multi-level geometric and appearance local information. Feature vectors are directly optimized such that after being tri-linearly interpolated, decoded by two shallow MLPs into signed distance and radiance values, and rendered via surface volume rendering, the discrepancy between synthesized and observed RGB/depth values is minimized. Our supervision signals -- RGB, depth and approximate SDF -- can be obtained directly from input images without any need for fusion or post-processing. We formulate a novel SDF gradient regularization term that encourages surface smoothness and hole filling while maintaining high frequency details. GO-Surf can optimize sequences of $1$-$2$K frames in $15$-$45$ minutes, a speedup of $\times60$ over NeuralRGB-D, the most related approach based on an MLP representation, while maintaining on par performance on standard benchmarks. Project page: https://jingwenwang95.github.io/go_surf/

📄 PDF Abstract BibTeX arXiv:2206.14735

Code (1)

JingwenWang95/go-surf 공식 구현 pytorch

Tasks

Surface Reconstruction

Similar Papers 제목 키워드 기반

Dynamic Voxel Grid Optimization for High-Fidelity RGB-D Supervised Surface Reconstruction

2023-04-12 · Xiangyu Xu, Lichang Chen, Changjiang Cai, Huangying Zhan 외

Direct optimization of interpolated features on multi-resolution voxel grids has emerged as a more efficient alternative to MLP-like modules. However, this approach is constrained by higher memory expenses and limited re…

Computational EfficiencySurface Reconstruction

From Point Clouds to Mesh Using Regression

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

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 poi…

3D Reconstructionglobal-optimizationGPUregression+1

Neu-PiG: Neural Preconditioned Grids for Fast Dynamic Surface Reconstruction on Long Sequences

2026-02-25 · Julian Kaltheuner, Hannah Dröge, Markus Plack, Patrick Stotko 외 arxiv

Temporally consistent surface reconstruction of dynamic 3D objects from unstructured point cloud data remains challenging, especially for very long sequences. Existing methods either optimize deformations incrementally, …

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

Direct Voxel Grid Optimization: Super-fast Convergence for Radiance Fields Reconstruction

2021-11-22 · CVPR 2022 1 · Cheng Sun, Min Sun, Hwann-Tzong Chen

We present a super-fast convergence approach to reconstructing the per-scene radiance field from a set of images that capture the scene with known poses. This task, which is often applied to novel view synthesis, is rece…

GPUNeRFNovel View Synthesis