Papers › Neural Markov Random Field for Stereo Matching

Neural Markov Random Field for Stereo Matching

17 Mar 2024CVPR 2024 1arXiv:2403.11193archive 2025-07-28

Tongfan Guan, Chen Wang, Yun-hui Liu

Stereo matching is a core task for many computer vision and robotics applications. Despite their dominance in traditional stereo methods, the hand-crafted Markov Random Field (MRF) models lack sufficient modeling accuracy compared to end-to-end deep models. While deep learning representations have greatly improved the unary terms of the MRF models, the overall accuracy is still severely limited by the hand-crafted pairwise terms and message passing. To address these issues, we propose a neural MRF model, where both potential functions and message passing are designed using data-driven neural networks. Our fully data-driven model is built on the foundation of variational inference theory, to prevent convergence issues and retain stereo MRF's graph inductive bias. To make the inference tractable and scale well to high-resolution images, we also propose a Disparity Proposal Network (DPN) to adaptively prune the search space of disparity. The proposed approach ranks 1ˢᵗ on both KITTI 2012 and 2015 leaderboards among all published methods while running faster than 100 ms. This approach significantly outperforms prior global methods, e.g., lowering D1 metric by more than 50% on KITTI 2015. In addition, our method exhibits strong cross-domain generalization and can recover sharp edges. The codes at https://github.com/aeolusguan/NMRF

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

Code

Syntology Ran 12 of 13 code samples harvested from 1 repository linked to this paper; 1 has no recorded run. Of those that ran: 1 ran · our draft was wrong; 2 ran · fixture could not drive it; 9 ran with no contract checked.

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

aeolusguan/NMRF officialmentioned in papermentioned 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

13 samples harvested; 12 ran; 0 honoured the contract we drafted; 1 has 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 · our draft was wrong
2ran · fixture could not drive it
9ran
1unverified

Licence: 0 of the 13 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 aeolusguan/NMRF. “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.

build_correlation_volume aeolusguan/NMRF/nmrf/models/submodule.py official repository ran MIT (permissive) · a29583ee331c3c8f · report
checkpoint_filter_fn aeolusguan/NMRF/nmrf/models/backbone.py official repository ran MIT (permissive) · 0cd7e6af2fb6aac5 · report
create_backbone aeolusguan/NMRF/nmrf/models/backbone.py official repository ran MIT (permissive) · ab6f27224a5ec3af · report
deform_inputs_dn aeolusguan/NMRF/nmrf/models/adaptor_modules.py official repository ran fingerprinted MIT (permissive) · eb21e258888f2695 · report
drop_path aeolusguan/NMRF/nmrf/models/NMP.py official repository ran MIT (permissive) · 2721b1ad15d4ab2a · report
fourier_coord_embed aeolusguan/NMRF/nmrf/models/NMP.py official repository ran MIT (permissive) · 1460480e875a9469 · report
fourier_grid_embed aeolusguan/NMRF/nmrf/models/NMP.py official repository ran fingerprinted MIT (permissive) · 4164fde725f42a75 · report
gather aeolusguan/NMRF/nmrf/utils/dist_utils.py official repository ran MIT (permissive) · 7780de4d44f9b787 · report
get_reference_points aeolusguan/NMRF/nmrf/models/adaptor_modules.py official repository ran MIT (permissive) · 8073d48cbfc0f7ad · report
groupwise_correlation aeolusguan/NMRF/nmrf/models/submodule.py official repository ran · fixture could not drive it MIT (permissive) · 2e5c0e4dfa009847 · report
window_partition aeolusguan/NMRF/nmrf/models/swin.py official repository ran · fixture could not drive it fingerprinted MIT (permissive) · f9fd6241d935f07b · report
window_reverse aeolusguan/NMRF/nmrf/models/swin.py official repository ran · our draft was wrong MIT (permissive) · fb32094c6dbece71 · report
configurable aeolusguan/NMRF/nmrf/config/config.py official repository unverified MIT (permissive) · e2498bf585aeddb8 · report

Tasks

Domain GeneralizationInductive BiasStereo Disparity EstimationStereo MatchingVariational Inference

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Variational Inference

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