Papers › MonoMVSNet: Monocular Priors Guided Multi-View Stereo Network

MonoMVSNet: Monocular Priors Guided Multi-View Stereo Network

15 Jul 2025arXiv:2507.11333archive 2025-07-28

Jianfei Jiang, Qiankun Liu, Haochen Yu, Hongyuan Liu, Liyong Wang, Jiansheng Chen, Huimin Ma

Learning-based Multi-View Stereo (MVS) methods aim to predict depth maps for a sequence of calibrated images to recover dense point clouds. However, existing MVS methods often struggle with challenging regions, such as textureless regions and reflective surfaces, where feature matching fails. In contrast, monocular depth estimation inherently does not require feature matching, allowing it to achieve robust relative depth estimation in these regions. To bridge this gap, we propose MonoMVSNet, a novel monocular feature and depth guided MVS network that integrates powerful priors from a monocular foundation model into multi-view geometry. Firstly, the monocular feature of the reference view is integrated into source view features by the attention mechanism with a newly designed cross-view position encoding. Then, the monocular depth of the reference view is aligned to dynamically update the depth candidates for edge regions during the sampling procedure. Finally, a relative consistency loss is further designed based on the monocular depth to supervise the depth prediction. Extensive experiments demonstrate that MonoMVSNet achieves state-of-the-art performance on the DTU and Tanks-and-Temples datasets, ranking first on the Tanks-and-Temples Intermediate and Advanced benchmarks. The source code is available at https://github.com/JianfeiJ/MonoMVSNet.

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

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.

jianfeij/monomvsnet officialmentioned in papermentioned on GitHubMIT 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: 0 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 JianfeiJ/MonoMVSNet. “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.

make_nograd_func JianfeiJ/MonoMVSNet/utils.py official repository ran MIT (permissive) · a76fc7fb6958f97c · report
make_recursive_func JianfeiJ/MonoMVSNet/utils.py official repository ran MIT (permissive) · b62bec09ceeaca79 · report
bld_loss JianfeiJ/MonoMVSNet/models/monomvsnet.py official repository unverified MIT (permissive) · df94beb806aca374 · report
cross_entropy_loss JianfeiJ/MonoMVSNet/models/monomvsnet.py official repository unverified MIT (permissive) · 41f59aee24980c21 · report
dtu_loss JianfeiJ/MonoMVSNet/models/monomvsnet.py official repository unverified MIT (permissive) · 7476dc574b42700f · report
homo_warping JianfeiJ/MonoMVSNet/models/module.py official repository unverified MIT (permissive) · 2433e10d0340ac47 · report
homo_warping_pe JianfeiJ/MonoMVSNet/models/FMT_with_CVPE.py official repository unverified MIT (permissive) · 8796d65205af8809 · report
mono_depth_alignment JianfeiJ/MonoMVSNet/models/module.py official repository unverified MIT (permissive) · f985a755c6570c86 · report
motion_blur JianfeiJ/MonoMVSNet/datasets/blendedmvs.py official repository unverified MIT (permissive) · e800c194779ef58b · report
read_pfm JianfeiJ/MonoMVSNet/datasets/data_io.py official repository unverified MIT (permissive) · 6b687b02c05fe850 · report
scale_depth_init JianfeiJ/MonoMVSNet/models/module.py official repository unverified MIT (permissive) · b5c76570e519a49c · report
tensor2float JianfeiJ/MonoMVSNet/utils.py official repository unverified MIT (permissive) · 8e28f96374f1b285 · report
train_sample JianfeiJ/MonoMVSNet/train_bld.py official repository unverified MIT (permissive) · bae5f2fd4fc90e54 · report
train_sample JianfeiJ/MonoMVSNet/train_dtu.py official repository unverified MIT (permissive) · 7676efb738585e91 · report

Tasks

Depth EstimationDepth PredictionMonocular Depth 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