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

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

20 Jun 2021NeurIPS 2021 12arXiv:2106.10689archive 2025-07-28

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.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2106.10689")

Code

Syntology Ran 8 of 16 code samples harvested from 4 repositories linked to this paper; 8 have no recorded run. Of those that ran: 2 ran · honoured contract; 5 ran · our draft was wrong; 1 ran · fixture could not drive it.

By repository: official repository: 8 samples from 1 repository, 4 ran; community (archive-listed): 8 samples from 3 repositories, 4 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

Totoro97/NeuS officialmentioned on GitHubpytorchMIT report
cvg/nice-slam mentioned on GitHubpytorchApache-2.0 report
ishanchadha01/lightneus mentioned on GitHubpytorch report
mli0603/blenderneuralangelo mentioned on GitHub report
sanowar-raihan/meta-neus mentioned on GitHubpytorchMIT report
ventusff/neurecon mentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

16 samples harvested; 8 ran; 2 honoured the contract we drafted; 8 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

2ran · honoured contract
5ran · our draft was wrong
1ran · fixture could not drive it
8unverified

Licence: 0 of the 16 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 4 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

extract_fields Totoro97/NeuS/models/renderer.py official repository ran · our draft was wrong MIT (permissive) · 1f2fc3e977362a4d · report
get_embedder Totoro97/NeuS/models/embedder.py official repository ran · our draft was wrong MIT (permissive) · bb0e12df9c0d2a05 · report
read_cameras_text Totoro97/NeuS/preprocess_custom_data/colmap_preprocess/colmap_read_model.py official repository ran · our draft was wrong MIT (permissive) · 8a38e306ff4c5b42 · report
read_next_bytes Totoro97/NeuS/preprocess_custom_data/colmap_preprocess/colmap_read_model.py official repository ran · honoured contract MIT (permissive) · 56858e04e6fdb2ff · report
load_K_Rt_from_P Totoro97/NeuS/models/dataset.py official repository unverified MIT (permissive) · 69986a1a9ebdac78 · report
load_data Totoro97/NeuS/preprocess_custom_data/colmap_preprocess/pose_utils.py official repository unverified MIT (permissive) · a3e32109361b1697 · report
minify_v0 Totoro97/NeuS/preprocess_custom_data/colmap_preprocess/pose_utils.py official repository unverified MIT (permissive) · 567061f23c36a283 · report
read_cameras_binary Totoro97/NeuS/preprocess_custom_data/colmap_preprocess/colmap_read_model.py official repository unverified MIT (permissive) · 3d7e294ff8567d46 · report
cdf_Phi_s ventusff/neurecon/models/frameworks/neus.py community (archive-listed) ran · honoured contract fingerprinted MIT (permissive) · 967d31403271a227 · report
sample_pdf ishanchadha01/lightneus/models/renderer.py community (archive-listed) ran · fixture could not drive it MIT (permissive) · dad6efeeea24fad9 · report
sdf_to_alpha ventusff/neurecon/models/frameworks/neus.py community (archive-listed) ran · our draft was wrong fingerprinted MIT (permissive) · 7bf297619343c144 · report
sdf_to_w ventusff/neurecon/models/frameworks/neus.py community (archive-listed) ran · our draft was wrong fingerprinted MIT (permissive) · caee1b0439b2c3e5 · report
build_shapenet sanowar-raihan/meta-neus/datasets/shapenet.py community (archive-listed) unverified MIT (permissive) · d76caca25c942469 · report
create_posemat sanowar-raihan/meta-neus/vis/object_rendering.py community (archive-listed) unverified MIT (permissive) · 1dca0b455d2dd9a8 · report
get_360_poses sanowar-raihan/meta-neus/vis/object_rendering.py community (archive-listed) unverified MIT (permissive) · b547a755ccf17ef4 · report
synthesize_views sanowar-raihan/meta-neus/vis/object_rendering.py community (archive-listed) unverified MIT (permissive) · 9eef5b142b6f34a7 · report

Tasks

NeRFNovel View SynthesisSurface Reconstruction

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Novel View Synthesis RefRef NeuS Average PSNR (dB) 19.62 #6 of 8 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections