Learning for Disparity Estimation through Feature Constancy
Zhengfa Liang, Yiliu Feng, Yulan Guo, Hengzhu Liu, Wei Chen, Linbo, Qiao, Li Zhou, Jianfeng Zhang

TL;DR
This paper introduces a comprehensive neural network architecture for stereo matching that integrates all four steps into a single model, utilizing feature constancy for improved disparity refinement, achieving state-of-the-art results efficiently.
Contribution
The proposed architecture unifies all stereo matching steps into one network and introduces feature constancy for better disparity refinement, improving accuracy and speed.
Findings
Achieves state-of-the-art performance on KITTI benchmarks.
Maintains very fast running time.
Effective integration of all stereo matching steps.
Abstract
Stereo matching algorithms usually consist of four steps, including matching cost calculation, matching cost aggregation, disparity calculation, and disparity refinement. Existing CNN-based methods only adopt CNN to solve parts of the four steps, or use different networks to deal with different steps, making them difficult to obtain the overall optimal solution. In this paper, we propose a network architecture to incorporate all steps of stereo matching. The network consists of three parts. The first part calculates the multi-scale shared features. The second part performs matching cost calculation, matching cost aggregation and disparity calculation to estimate the initial disparity using shared features. The initial disparity and the shared features are used to calculate the feature constancy that measures correctness of the correspondence between two input images. The initial…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Vision and Imaging · Advanced Image and Video Retrieval Techniques · Image Processing Techniques and Applications
