Papers › DeepSFM: Structure From Motion Via Deep Bundle Adjustment

DeepSFM: Structure From Motion Via Deep Bundle Adjustment

20 Dec 2019ECCV 2020 8arXiv:1912.09697archive 2025-07-28

Xingkui Wei, yinda zhang, Zhuwen Li, Yanwei Fu, xiangyang xue

Structure from motion (SfM) is an essential computer vision problem which has not been well handled by deep learning. One of the promising trends is to apply explicit structural constraint, e.g. 3D cost volume, into the network. However, existing methods usually assume accurate camera poses either from GT or other methods, which is unrealistic in practice. In this work, we design a physical driven architecture, namely DeepSFM, inspired by traditional Bundle Adjustment (BA), which consists of two cost volume based architectures for depth and pose estimation respectively, iteratively running to improve both. The explicit constraints on both depth (structure) and pose (motion), when combined with the learning components, bring the merit from both traditional BA and emerging deep learning technology. Extensive experiments on various datasets show that our model achieves the state-of-the-art performance on both depth and pose estimation with superior robustness against less number of inputs and the noise in initialization.

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

Code

Syntology Ran 0 of 16 code samples harvested from 1 repository linked to this paper; 16 have no recorded run.

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

weixk2015/DeepSFM mentioned on GitHubpytorchBSD-3-Clause 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; 0 ran; 0 honoured the contract we drafted; 16 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.

16unverified

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 weixk2015/DeepSFM. “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.

cam2pixel weixk2015/DeepSFM/inverse_warp.py community (archive-listed) unverified BSD-3-Clause (permissive) · d0fd876aff7404fd · report
cam2pixel_cost weixk2015/DeepSFM/inverse_warp.py community (archive-listed) unverified BSD-3-Clause (permissive) · 838096d4632e974c · report
compute_errors_test weixk2015/DeepSFM/loss_functions.py community (archive-listed) unverified BSD-3-Clause (permissive) · 6ddb8c98ecf2faaa · report
compute_errors_train weixk2015/DeepSFM/loss_functions.py community (archive-listed) unverified BSD-3-Clause (permissive) · 56f26f9a1c756e3b · report
compute_valid_depth_mask weixk2015/DeepSFM/demon_metrics.py community (archive-listed) unverified BSD-3-Clause (permissive) · 0d38c54288d1ecd2 · report
convbn weixk2015/DeepSFM/models/submodule.py community (archive-listed) unverified BSD-3-Clause (permissive) · d4bc98ec8543f74c · report
convbn_3d weixk2015/DeepSFM/models/submodule.py community (archive-listed) unverified BSD-3-Clause (permissive) · c266e9e34b51eb96 · report
convbn_3d_o weixk2015/DeepSFM/models/submodule.py community (archive-listed) unverified BSD-3-Clause (permissive) · 74bd17db09c781ec · report
convtext weixk2015/DeepSFM/models/PSNet.py community (archive-listed) unverified BSD-3-Clause (permissive) · 4b564c59b0375e40 · report
depth2normal weixk2015/DeepSFM/convert.py community (archive-listed) unverified BSD-3-Clause (permissive) · 4c94913988c2503b · report
imgrad weixk2015/DeepSFM/convert.py community (archive-listed) unverified BSD-3-Clause (permissive) · 4271119dd37b0467 · report
imgrad_yx weixk2015/DeepSFM/convert.py community (archive-listed) unverified BSD-3-Clause (permissive) · d73614cefe70ce50 · report
l1 weixk2015/DeepSFM/demon_metrics.py community (archive-listed) unverified BSD-3-Clause (permissive) · 94676aa789a890f5 · report
l1_inverse weixk2015/DeepSFM/demon_metrics.py community (archive-listed) unverified BSD-3-Clause (permissive) · 8d573359b9ccf5f6 · report
pixel2cam weixk2015/DeepSFM/inverse_warp.py community (archive-listed) unverified BSD-3-Clause (permissive) · 7d9d5ed0cad1ad89 · report
read_png_depth weixk2015/DeepSFM/pose_sequence_folders.py community (archive-listed) unverified BSD-3-Clause (permissive) · 548cf2456d12d855 · report

Tasks

Pose Estimation

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