Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Neural Markov Random Field for Stereo Matching

About

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^{st}$ 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

Tongfan Guan, Chen Wang, Yun-Hui Liu• 2024

Related benchmarks

TaskDatasetResultRank
Stereo MatchingKITTI 2015
D1 Error (All)1.59
118
Stereo MatchingKITTI 2012
Error Rate (3px, Noc)1.01
81
Stereo MatchingETH3D
bad 1.00.038
51
Stereo MatchingKITTI 2015 (all pixels)
D1 Error (Background)1.28
38
Stereo MatchingMiddlebury
Bad Pixel Rate (Thresh 2.0)7.5
34
Stereo MatchingETH3D
Threshold Error > 1px (All)4.34
30
Stereo MatchingKITTI 15
D1 Error (%)5.1
27
Stereo MatchingKITTI 2012 (Noc)
Error Rate (>2px)1.59
26
Stereo MatchingKITTI 2012 (All split)
Error Rate (>2px)2.07
26
Stereo MatchingBooster Q (test)
Error Rate (> 2%)27.08
26
Showing 10 of 19 rows

Other info

Code

Follow for update