English

Learning Robust Stereo Matching in the Wild with Selective Mixture-of-Experts

Computer Vision and Pattern Recognition 2025-07-08 v1 Artificial Intelligence Robotics

Abstract

Recently, learning-based stereo matching networks have advanced significantly. However, they often lack robustness and struggle to achieve impressive cross-domain performance due to domain shifts and imbalanced disparity distributions among diverse datasets. Leveraging Vision Foundation Models (VFMs) can intuitively enhance the model's robustness, but integrating such a model into stereo matching cost-effectively to fully realize their robustness remains a key challenge. To address this, we propose SMoEStereo, a novel framework that adapts VFMs for stereo matching through a tailored, scene-specific fusion of Low-Rank Adaptation (LoRA) and Mixture-of-Experts (MoE) modules. SMoEStereo introduces MoE-LoRA with adaptive ranks and MoE-Adapter with adaptive kernel sizes. The former dynamically selects optimal experts within MoE to adapt varying scenes across domains, while the latter injects inductive bias into frozen VFMs to improve geometric feature extraction. Importantly, to mitigate computational overhead, we further propose a lightweight decision network that selectively activates MoE modules based on input complexity, balancing efficiency with accuracy. Extensive experiments demonstrate that our method exhibits state-of-the-art cross-domain and joint generalization across multiple benchmarks without dataset-specific adaptation. The code is available at \textcolor{red}{https://github.com/cocowy1/SMoE-Stereo}.

Keywords

Cite

@article{arxiv.2507.04631,
  title  = {Learning Robust Stereo Matching in the Wild with Selective Mixture-of-Experts},
  author = {Yun Wang and Longguang Wang and Chenghao Zhang and Yongjian Zhang and Zhanjie Zhang and Ao Ma and Chenyou Fan and Tin Lun Lam and Junjie Hu},
  journal= {arXiv preprint arXiv:2507.04631},
  year   = {2025}
}