Papers › Curvature-guided dynamic scale networks for Multi-view Stereo

Curvature-guided dynamic scale networks for Multi-view Stereo

11 Dec 2021ICLR 2022 4arXiv:2112.05999archive 2025-07-28

Khang Truong Giang, Soohwan Song, Sungho Jo

Multi-view stereo (MVS) is a crucial task for precise 3D reconstruction. Most recent studies tried to improve the performance of matching cost volume in MVS by designing aggregated 3D cost volumes and their regularization. This paper focuses on learning a robust feature extraction network to enhance the performance of matching costs without heavy computation in the other steps. In particular, we present a dynamic scale feature extraction network, namely, CDSFNet. It is composed of multiple novel convolution layers, each of which can select a proper patch scale for each pixel guided by the normal curvature of the image surface. As a result, CDFSNet can estimate the optimal patch scales to learn discriminative features for accurate matching computation between reference and source images. By combining the robust extracted features with an appropriate cost formulation strategy, our resulting MVS architecture can estimate depth maps more precisely. Extensive experiments showed that the proposed method outperforms other state-of-the-art methods on complex outdoor scenes. It significantly improves the completeness of reconstructed models. As a result, the method can process higher resolution inputs within faster run-time and lower memory than other MVS methods. Our source code is available at url{https://github.com/TruongKhang/cds-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="2112.05999")

Code

Syntology Ran 16 of 18 code samples harvested from 1 repository linked to this paper; 2 have no recorded run. Of those that ran: 2 ran · honoured contract; 4 ran · our draft was wrong; 2 ran · fixture could not drive it; 8 ran with no contract checked.

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

truongkhang/cds-mvsnet officialmentioned in papermentioned on GitHubpytorch 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; 16 ran; 2 honoured the contract we drafted; 2 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 · honoured contract
4ran · our draft was wrong
2ran · fixture could not drive it
8ran
2unverified

Licence: 18 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 truongkhang/cds-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.

Conv2d truongkhang/cds-mvsnet/models/model.py official repository ran · metamorphic tier: deterministic fingerprinted no licence file found · pointer only · 3bc61cf3e881f9be · report
Conv3d truongkhang/cds-mvsnet/models/model.py official repository ran · metamorphic tier: deterministic no licence file found · pointer only · 05f86f607ada271f · report
ConvBnReLU truongkhang/cds-mvsnet/models/model.py official repository ran · metamorphic tier: deterministic fingerprinted no licence file found · pointer only · b5fca0e98890a032 · report
CostRegNet truongkhang/cds-mvsnet/models/model.py official repository ran · metamorphic tier: deterministic no licence file found · pointer only · d66b6c418666bbc2 · report
Deconv3d truongkhang/cds-mvsnet/models/model.py official repository ran · metamorphic tier: deterministic no licence file found · pointer only · bce6b5b0519d5833 · report
DynamicConv truongkhang/cds-mvsnet/models/model.py official repository ran · metamorphic tier: deterministic no licence file found · pointer only · 79a8f181c7eaab1f · report
FeatureNet truongkhang/cds-mvsnet/models/model.py official repository ran · metamorphic tier: deterministic no licence file found · pointer only · 28f4a40ebb7084cc · report
Refinement truongkhang/cds-mvsnet/models/model.py official repository ran no licence file found · pointer only · 4b7cefd77d316e2d · report
compute_Fmatrix truongkhang/cds-mvsnet/models/model.py official repository ran · fixture could not drive it fingerprinted no licence file found · pointer only · 86d6a76e7c4f3c07 · report
compute_epipole truongkhang/cds-mvsnet/models/model.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · 21cede8a759f4032 · report
conf_regression truongkhang/cds-mvsnet/models/model.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · 1cd35a359592fa24 · report
depth_regression truongkhang/cds-mvsnet/models/model.py official repository ran · honoured contract fingerprinted no licence file found · pointer only · 16a0f9b77eb60de7 · report
get_cur_depth_range_samples truongkhang/cds-mvsnet/models/model.py official repository ran · our draft was wrong no licence file found · pointer only · 792db12f794882a3 · report
get_depth_range_samples truongkhang/cds-mvsnet/models/model.py official repository ran · our draft was wrong no licence file found · pointer only · 3ecacc918761bd98 · report
homo_warping_3D truongkhang/cds-mvsnet/models/model.py official repository ran · fixture could not drive it fingerprinted no licence file found · pointer only · 5ff618caea5efc6e · report
skew_matrix truongkhang/cds-mvsnet/models/model.py official repository ran · honoured contract fingerprinted no licence file found · pointer only · 40437be5aba7fbca · report
CDSMVSNet truongkhang/cds-mvsnet/models/model.py official repository unverified no licence file found · pointer only · de7c585c958a9c81 · report
StageNet truongkhang/cds-mvsnet/models/model.py official repository unverified no licence file found · pointer only · ae54777a9917cc69 · report

Tasks

3D ReconstructionDepth EstimationPoint Clouds

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
3D Reconstruction DTU CDS-MVSNet Acc 0.351 #10 of 24 Archive leaderboard report
3D Reconstruction DTU CDS-MVSNet Comp 0.278 #10 of 24 Archive leaderboard report
3D Reconstruction DTU CDS-MVSNet Overall 0.315 #10 of 24 Archive leaderboard report
Point Clouds Tanks and Temples CDS-MVSNet Mean F1 (Intermediate) 61.58 #15 of 21 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Methods

Convolution

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