paper-with-me

Papers

NeuS: Learning Neural Implicit Surfaces by Volume Rendering for Multi-view Reconstruction

2021-06-20 · NeurIPS 2021 12 · Peng Wang, Lingjie Liu, YuAn Liu, Christian Theobalt, Taku Komura, Wenping Wang

We present a novel neural surface reconstruction method, called NeuS, for reconstructing objects and scenes with high fidelity from 2D image inputs. Existing neural surface reconstruction approaches, such as DVR and IDR, require foreground mask as supervision, easily get trapped in local minima, and therefore struggle with the reconstruction of objects with severe self-occlusion or thin structures. Meanwhile, recent neural methods for novel view synthesis, such as NeRF and its variants, use volume rendering to produce a neural scene representation with robustness of optimization, even for highly complex objects. However, extracting high-quality surfaces from this learned implicit representation is difficult because there are not sufficient surface constraints in the representation. In NeuS, we propose to represent a surface as the zero-level set of a signed distance function (SDF) and develop a new volume rendering method to train a neural SDF representation. We observe that the conventional volume rendering method causes inherent geometric errors (i.e. bias) for surface reconstruction, and therefore propose a new formulation that is free of bias in the first order of approximation, thus leading to more accurate surface reconstruction even without the mask supervision. Experiments on the DTU dataset and the BlendedMVS dataset show that NeuS outperforms the state-of-the-arts in high-quality surface reconstruction, especially for objects and scenes with complex structures and self-occlusion.

📄 PDF Abstract BibTeX arXiv:2106.10689

Code (7)

Totoro97/NeuS 공식 구현 pytorch
PJLab-ADG/neuralsim/blob/main/docs/methods/neus_in_10_minutes.md pytorch
cvg/nice-slam pytorch
ishanchadha01/lightneus pytorch
mli0603/blenderneuralangelo
sanowar-raihan/meta-neus pytorch
ventusff/neurecon pytorch

Tasks

NeRFNovel View SynthesisSurface Reconstruction

Similar Papers 제목 키워드 기반

Recovering Fine Details for Neural Implicit Surface Reconstruction

2022-11-21 · Decai Chen, Peng Zhang, Ingo Feldmann, Oliver Schreer 외

Recent works on implicit neural representations have made significant strides. Learning implicit neural surfaces using volume rendering has gained popularity in multi-view reconstruction without 3D supervision. However, …

Surface Reconstruction

Depth-NeuS: Neural Implicit Surfaces Learning for Multi-view Reconstruction Based on Depth Information Optimization

2023-03-30 · Hanqi Jiang, Cheng Zeng, Runnan Chen, Shuai Liang 외

Recently, methods for neural surface representation and rendering, for example NeuS, have shown that learning neural implicit surfaces through volume rendering is becoming increasingly popular and making good progress. H…

Object ReconstructionSurface Reconstruction

NoPose-NeuS: Jointly Optimizing Camera Poses with Neural Implicit Surfaces for Multi-view Reconstruction

2023-12-23 · Mohamed Shawky Sabae, Hoda Anis Baraka, Mayada Mansour Hadhoud

Learning neural implicit surfaces from volume rendering has become popular for multi-view reconstruction. Neural surface reconstruction approaches can recover complex 3D geometry that are difficult for classical Multi-vi…

3D geometrySurface Reconstruction

NLOS-NeuS: Non-line-of-sight Neural Implicit Surface

2023-03-22 · ICCV 2023 1 · Yuki Fujimura, Takahiro Kushida, Takuya Funatomi, Yasuhiro Mukaigawa

Non-line-of-sight (NLOS) imaging is conducted to infer invisible scenes from indirect light on visible objects. The neural transient field (NeTF) was proposed for representing scenes as neural radiance fields in NLOS sce…

Color-NeuS: Reconstructing Neural Implicit Surfaces with Color

2023-08-14 · Licheng Zhong, Lixin Yang, Kailin Li, Haoyu Zhen 외

The reconstruction of object surfaces from multi-view images or monocular video is a fundamental issue in computer vision. However, much of the recent research concentrates on reconstructing geometry through implicit or …