Papers › 3D Former: Monocular Scene Reconstruction with 3D SDF Transformers

3D Former: Monocular Scene Reconstruction with 3D SDF Transformers

31 Jan 2023arXiv:2301.13510archive 2025-07-28

Weihao Yuan, Xiaodong Gu, Heng Li, Zilong Dong, Siyu Zhu

Monocular scene reconstruction from posed images is challenging due to the complexity of a large environment. Recent volumetric methods learn to directly predict the TSDF volume and have demonstrated promising results in this task. However, most methods focus on how to extract and fuse the 2D features to a 3D feature volume, but none of them improve the way how the 3D volume is aggregated. In this work, we propose an SDF transformer network, which replaces the role of 3D CNN for better 3D feature aggregation. To reduce the explosive computation complexity of the 3D multi-head attention, we propose a sparse window attention module, where the attention is only calculated between the non-empty voxels within a local window. Then a top-down-bottom-up 3D attention network is built for 3D feature aggregation, where a dilate-attention structure is proposed to prevent geometry degeneration, and two global modules are employed to equip with global receptive fields. The experiments on multiple datasets show that this 3D transformer network generates a more accurate and complete reconstruction, which outperforms previous methods by a large margin. Remarkably, the mesh accuracy is improved by 41.8%, and the mesh completeness is improved by 25.3% on the ScanNet dataset. Project page: https://weihaosky.github.io/sdfformer.

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="2301.13510")

Code

Syntology Ran 2 of 14 code samples harvested from 1 repository linked to this paper; 12 have no recorded run. Of those that ran: 2 ran with no contract checked.

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

alibaba-damo-academy/former3d officialmentioned on GitHubpytorchMIT 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

14 samples harvested; 2 ran; 0 honoured the contract we drafted; 12 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
12unverified

Licence: 14 of the 14 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 alibaba-damo-academy/former3d. “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.

get_view_frustum alibaba-damo-academy/former3d/former3d/tsdf_fusion.py official repository ran MIT recorded; this copy not marked cleared · pointer only · cb35e06cffb77cfc · report
rigid_transform alibaba-damo-academy/former3d/former3d/tsdf_fusion.py official repository ran MIT recorded; this copy not marked cleared · pointer only · dc7f3e9cf45d3d8b · report
compute_proj_occ_loss alibaba-damo-academy/former3d/former3d/sdfformer.py official repository unverified MIT recorded; this copy not marked cleared · pointer only · 991ca46db203e09b · report
get_proj_mats alibaba-damo-academy/former3d/former3d/data.py official repository unverified MIT recorded; this copy not marked cleared · pointer only · 7c932be371f01e04 · report
get_subsample_inds alibaba-damo-academy/former3d/former3d/sdfformer.py official repository unverified MIT recorded; this copy not marked cleared · pointer only · a16f812079cf2701 · report
integrate alibaba-damo-academy/former3d/former3d/tsdf_fusion.py official repository unverified MIT recorded; this copy not marked cleared · pointer only · fecd5f220c505215 · report
load_tsdf alibaba-damo-academy/former3d/former3d/data.py official repository unverified MIT recorded; this copy not marked cleared · pointer only · 656e784f281c3c4d · report
log_transform alibaba-damo-academy/former3d/former3d/utils.py official repository unverified MIT recorded; this copy not marked cleared · pointer only · 067cd91ea5bf39ff · report
mv_fusion_mean alibaba-damo-academy/former3d/former3d/mv_fusion.py official repository unverified MIT recorded; this copy not marked cleared · pointer only · c2b771a2c3dc45eb · report
reflect_pose alibaba-damo-academy/former3d/former3d/data.py official repository unverified MIT recorded; this copy not marked cleared · pointer only · 789aa06f8613848a · report
scatter_nd alibaba-damo-academy/former3d/former3d/net3d/sparse3d.py official repository unverified MIT recorded; this copy not marked cleared · pointer only · 0737dd8ecef8e21b · report
sparse_collate_fn alibaba-damo-academy/former3d/former3d/collate.py official repository unverified MIT recorded; this copy not marked cleared · pointer only · 47e615b4b491d0cb · report
spconvTensor2formerTensor alibaba-damo-academy/former3d/former3d/net3d/sparse3d.py official repository unverified MIT recorded; this copy not marked cleared · pointer only · d44eba57e4c78fd4 · report
to_vol alibaba-damo-academy/former3d/former3d/utils.py official repository unverified MIT recorded; this copy not marked cleared · pointer only · d59ce3497ebd1985 · report

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

3D CNN

1 archive method tag without a method page not shown.

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