English

Stereo Risk: A Continuous Modeling Approach to Stereo Matching

Computer Vision and Pattern Recognition 2024-07-04 v1 Machine Learning

Abstract

We introduce Stereo Risk, a new deep-learning approach to solve the classical stereo-matching problem in computer vision. As it is well-known that stereo matching boils down to a per-pixel disparity estimation problem, the popular state-of-the-art stereo-matching approaches widely rely on regressing the scene disparity values, yet via discretization of scene disparity values. Such discretization often fails to capture the nuanced, continuous nature of scene depth. Stereo Risk departs from the conventional discretization approach by formulating the scene disparity as an optimal solution to a continuous risk minimization problem, hence the name "stereo risk". We demonstrate that L1L^1 minimization of the proposed continuous risk function enhances stereo-matching performance for deep networks, particularly for disparities with multi-modal probability distributions. Furthermore, to enable the end-to-end network training of the non-differentiable L1L^1 risk optimization, we exploited the implicit function theorem, ensuring a fully differentiable network. A comprehensive analysis demonstrates our method's theoretical soundness and superior performance over the state-of-the-art methods across various benchmark datasets, including KITTI 2012, KITTI 2015, ETH3D, SceneFlow, and Middlebury 2014.

Keywords

Cite

@article{arxiv.2407.03152,
  title  = {Stereo Risk: A Continuous Modeling Approach to Stereo Matching},
  author = {Ce Liu and Suryansh Kumar and Shuhang Gu and Radu Timofte and Yao Yao and Luc Van Gool},
  journal= {arXiv preprint arXiv:2407.03152},
  year   = {2024}
}

Comments

Accepted as an Oral Paper at ICML 2024. Draft info: 18 pages, 6 Figure, 16 Tables

R2 v1 2026-06-28T17:28:00.203Z