MLG-Stereo: ViT Based Stereo Matching with Multi-Stage Local-Global Enhancement

arXiv cs.CV / 4/23/2026

📰 NewsModels & Research

Key Points

  • The paper introduces MLG-Stereo, a ViT-based stereo matching system designed to improve detail prediction and robustness to arbitrary image resolutions versus existing ViT approaches.
  • It proposes a Multi-Granularity Feature Network to better balance global context with local geometric information and to reduce the mismatch between training and inference scales.
  • The method builds a Local-Global Cost Volume that jointly captures locally correlated cues and global-aware matching signals.
  • It adds a Local-Global Guided Recurrent Unit to iteratively refine disparity estimates using guidance from global information.
  • Experiments on multiple benchmarks show competitive results on Middlebury and KITTI-2015 and particularly strong performance on KITTI-2012.

Abstract

With the development of deep learning, ViT-based stereo matching methods have made significant progress due to their remarkable robustness and zero-shot ability. However, due to the limitations of ViTs in handling resolution sensitivity and their relative neglect of local information, the ability of ViT-based methods to predict details and handle arbitrary-resolution images is still weaker than that of CNN-based methods. To address these shortcomings, we propose MLG-Stereo, a systematic pipeline-level design that extends global modeling beyond the encoder stage. First, we propose a Multi-Granularity Feature Network to effectively balance global context and local geometric information, enabling comprehensive feature extraction from images of arbitrary resolution and bridging the gap between training and inference scales. Then, a Local-Global Cost Volume is constructed to capture both locally-correlated and global-aware matching information. Finally, a Local-Global Guided Recurrent Unit is introduced to iteratively optimize the disparity locally under the guidance of global information. Extensive experiments are conducted on multiple benchmark datasets, demonstrating that our MLG-Stereo exhibits highly competitive performance on the Middlebury and KITTI-2015 benchmarks compared to contemporaneous leading methods, and achieves outstanding results in the KITTI-2012 dataset.