CVApr 3, 2018

Left-Right Comparative Recurrent Model for Stereo Matching

arXiv:1804.00796v189 citations
Originality Incremental advance
AI Analysis

This work addresses stereo matching for computer vision applications, offering an incremental improvement by integrating consistency checking into the estimation process.

The paper tackled the problem of stereo disparity estimation by proposing a left-right comparative recurrent model that jointly performs consistency checking and disparity estimation, achieving state-of-the-art results on benchmarks like KITTI 2015, Scene Flow, and Middlebury.

Leveraging the disparity information from both left and right views is crucial for stereo disparity estimation. Left-right consistency check is an effective way to enhance the disparity estimation by referring to the information from the opposite view. However, the conventional left-right consistency check is an isolated post-processing step and heavily hand-crafted. This paper proposes a novel left-right comparative recurrent model to perform left-right consistency checking jointly with disparity estimation. At each recurrent step, the model produces disparity results for both views, and then performs online left-right comparison to identify the mismatched regions which may probably contain erroneously labeled pixels. A soft attention mechanism is introduced, which employs the learned error maps for better guiding the model to selectively focus on refining the unreliable regions at the next recurrent step. In this way, the generated disparity maps are progressively improved by the proposed recurrent model. Extensive evaluations on KITTI 2015, Scene Flow and Middlebury benchmarks validate the effectiveness of our model, demonstrating that state-of-the-art stereo disparity estimation results can be achieved by this new model.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes