Papers › Recurrent MVSNet for High-resolution Multi-view Stereo Depth Inference

Recurrent MVSNet for High-resolution Multi-view Stereo Depth Inference

27 Feb 2019CVPR 2019 6arXiv:1902.10556archive 2025-07-28

Yao Yao, Zixin Luo, Shiwei Li, Tianwei Shen, Tian Fang, Long Quan

Deep learning has recently demonstrated its excellent performance for multi-view stereo (MVS). However, one major limitation of current learned MVS approaches is the scalability: the memory-consuming cost volume regularization makes the learned MVS hard to be applied to high-resolution scenes. In this paper, we introduce a scalable multi-view stereo framework based on the recurrent neural network. Instead of regularizing the entire 3D cost volume in one go, the proposed Recurrent Multi-view Stereo Network (R-MVSNet) sequentially regularizes the 2D cost maps along the depth direction via the gated recurrent unit (GRU). This reduces dramatically the memory consumption and makes high-resolution reconstruction feasible. We first show the state-of-the-art performance achieved by the proposed R-MVSNet on the recent MVS benchmarks. Then, we further demonstrate the scalability of the proposed method on several large-scale scenarios, where previous learned approaches often fail due to the memory constraint. Code is available at https://github.com/YoYo000/MVSNet.

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

Code

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

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

YoYo000/MVSNet officialmentioned in papermentioned on GitHubtfMIT 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

18 samples harvested; 3 ran; 1 honoured the contract we drafted; 15 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.

1ran · honoured contract
2ran · our draft was wrong
15unverified

Licence: 0 of the 18 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 YoYo000/MVSNet. “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.

read_cameras_binary YoYo000/MVSNet/mvsnet/colmap2mvsnet.py official repository ran · our draft was wrong MIT (permissive) · 0bf4b207ce0d106a · report
read_cameras_text YoYo000/MVSNet/mvsnet/colmap2mvsnet.py official repository ran · our draft was wrong MIT (permissive) · 8a38e306ff4c5b42 · report
read_next_bytes YoYo000/MVSNet/mvsnet/colmap2mvsnet.py official repository ran · honoured contract MIT (permissive) · 56858e04e6fdb2ff · report
additive_gaussian_noise YoYo000/MVSNet/mvsnet/photometric_augmentation.py official repository unverified MIT (permissive) · 9499c3d39859fe34 · report
additive_speckle_noise YoYo000/MVSNet/mvsnet/photometric_augmentation.py official repository unverified MIT (permissive) · 63609fc857bc30cc · report
center_image YoYo000/MVSNet/mvsnet/preprocess.py official repository unverified MIT (permissive) · fb6a94f3be766ec1 · report
get_homographies YoYo000/MVSNet/mvsnet/homography_warping.py official repository unverified MIT (permissive) · 860b5f837d298c97 · report
get_homographies_inv_depth YoYo000/MVSNet/mvsnet/homography_warping.py official repository unverified MIT (permissive) · 1b40e5386ec51bef · report
get_pixel_grids YoYo000/MVSNet/mvsnet/homography_warping.py official repository unverified MIT (permissive) · 65b4ef5776e10fbc · report
get_propability_map YoYo000/MVSNet/mvsnet/model.py official repository unverified MIT (permissive) · c560e7c5717864e3 · report
group_norm YoYo000/MVSNet/mvsnet/convgru.py official repository unverified MIT (permissive) · d9c4145b6e4c91ff · report
layer YoYo000/MVSNet/cnn_wrapper/network.py official repository unverified MIT (permissive) · 664f1649e11743ea · report
less_one_percentage YoYo000/MVSNet/mvsnet/loss.py official repository unverified MIT (permissive) · 508777ab9599fcfa · report
less_three_percentage YoYo000/MVSNet/mvsnet/loss.py official repository unverified MIT (permissive) · d41d9b5c9ef21f1d · report
non_zero_mean_absolute_diff YoYo000/MVSNet/mvsnet/loss.py official repository unverified MIT (permissive) · d70ba71e56667c49 · report
random_brightness YoYo000/MVSNet/mvsnet/photometric_augmentation.py official repository unverified MIT (permissive) · 5516b4b5cdcb1b3f · report
read_gipuma_dmb YoYo000/MVSNet/mvsnet/depthfusion.py official repository unverified MIT (permissive) · f6147a9b9d73ca5e · report
scale_camera YoYo000/MVSNet/mvsnet/preprocess.py official repository unverified MIT (permissive) · 234f6f5aa22f6f5c · report

Tasks

Vocal Bursts Intensity Prediction

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