Papers › GSurf: 3D Reconstruction via Signed Distance Fields with Direct Gaussian Supervision

GSurf: 3D Reconstruction via Signed Distance Fields with Direct Gaussian Supervision

24 Nov 2024arXiv:2411.15723archive 2025-07-28

Baixin Xu, Jiangbei Hu, Jiaze Li, Ying He

Surface reconstruction from multi-view images is a core challenge in 3D vision. Recent studies have explored signed distance fields (SDF) within Neural Radiance Fields (NeRF) to achieve high-fidelity surface reconstructions. However, these approaches often suffer from slow training and rendering speeds compared to 3D Gaussian splatting (3DGS). Current state-of-the-art techniques attempt to fuse depth information to extract geometry from 3DGS, but frequently result in incomplete reconstructions and fragmented surfaces. In this paper, we introduce GSurf, a novel end-to-end method for learning a signed distance field directly from Gaussian primitives. The continuous and smooth nature of SDF addresses common issues in the 3DGS family, such as holes resulting from noisy or missing depth data. By using Gaussian splatting for rendering, GSurf avoids the redundant volume rendering typically required in other GS and SDF integrations. Consequently, GSurf achieves faster training and rendering speeds while delivering 3D reconstruction quality comparable to neural implicit surface methods, such as VolSDF and NeuS. Experimental results across various benchmark datasets demonstrate the effectiveness of our method in producing high-fidelity 3D reconstructions.

PaperPDFCodeCode 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="2411.15723")

Code

Syntology Ran 7 of 16 code samples harvested from 1 repository linked to this paper; 9 have no recorded run. Of those that ran: 3 ran · honoured contract; 2 ran · our draft was wrong; 2 ran with no contract checked.

By repository: official repository: 16 samples from 1 repository, 7 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

xubaixinxbx/gsurf officialmentioned in papermentioned on GitHubNOASSERTION 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; 7 ran; 3 honoured the contract we drafted; 9 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.

3ran · honoured contract
2ran · our draft was wrong
2ran
9unverified

Licence: 16 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 xubaixinxbx/gsurf. “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.

PILtoTorch xubaixinxbx/gsurf/utils/general_utils.py official repository ran · our draft was wrong no licence file found · pointer only · 95abae1a2b93399d · report
gaussian xubaixinxbx/gsurf/utils/loss_utils.py official repository ran · honoured contract fingerprinted no licence file found · pointer only · c56b7ef16f309a45 · report
get_expon_lr_func xubaixinxbx/gsurf/utils/general_utils.py official repository ran · our draft was wrong no licence file found · pointer only · 7325f65ee1e29543 · report
inverse_sigmoid xubaixinxbx/gsurf/utils/general_utils.py official repository ran · honoured contract fingerprinted no licence file found · pointer only · b488da571728b636 · report
l1_loss xubaixinxbx/gsurf/utils/loss_utils.py official repository ran fingerprinted no licence file found · pointer only · ac0e42d6fbcfbbe6 · report
l2_loss xubaixinxbx/gsurf/utils/loss_utils.py official repository ran fingerprinted no licence file found · pointer only · 8c3b0f873ba11813 · report
read_next_bytes xubaixinxbx/gsurf/scene/colmap_loader.py official repository ran · honoured contract no licence file found · pointer only · 56858e04e6fdb2ff · report
geom_transform_points xubaixinxbx/gsurf/utils/graphics_utils.py official repository unverified licence not identified · pointer only · 5b23bdfce9048dec · report
getWorld2View xubaixinxbx/gsurf/utils/graphics_utils.py official repository unverified licence not identified · pointer only · f304da20700d51cd · report
getWorld2View2 xubaixinxbx/gsurf/utils/graphics_utils.py official repository unverified no licence file found · pointer only · 6c394c1d0cb69da4 · report
mse xubaixinxbx/gsurf/utils/image_utils.py official repository unverified no licence file found · pointer only · 6e14e874e7f40344 · report
opacity_entropy xubaixinxbx/gsurf/utils/gsurf_utils.py official repository unverified licence not identified · pointer only · 20183a0bd3e446f6 · report
psnr xubaixinxbx/gsurf/utils/image_utils.py official repository unverified no licence file found · pointer only · c10ce69ac48a8f3b · report
qvec2rotmat xubaixinxbx/gsurf/scene/colmap_loader.py official repository unverified no licence file found · pointer only · 6ce64cf0fbcd6bb1 · report
rotmat2qvec xubaixinxbx/gsurf/scene/colmap_loader.py official repository unverified no licence file found · pointer only · 659bc4e7e63ed8f9 · report
sample_uniform_in_bbox xubaixinxbx/gsurf/utils/gsurf_utils.py official repository unverified licence not identified · pointer only · de34bce743ae0171 · report

Tasks

3D Reconstruction3DGSNeRFSurface Reconstruction

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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