SMFormer: Empowering Self-supervised Stereo Matching via Foundation Models and Data Augmentation

TL;DR

SMFormer integrates foundation models and data augmentation to enhance self-supervised stereo matching.

cs.CV 🔴 Advanced 2026-04-11 28 views
Yun Wang Zhengjie Yang Jiahao Zheng Zhanjie Zhang Dapeng Oliver Wu Yulan Guo
stereo matching self-supervised learning vision foundation models data augmentation deep learning

Key Findings

Methodology

SMFormer enhances self-supervised stereo matching by integrating Vision Foundation Models (VFMs) and data augmentation. VFMs are combined with Feature Pyramid Networks (FPN) to provide robust feature representations against disturbances. The data augmentation mechanism regularizes the consistency between disparity predictions of strongly augmented samples and standard samples.

Key Results

  • In the Booster benchmark, SMFormer outperformed some SOTA supervised methods like CFNet, showcasing excellent performance.
  • SMFormer achieved SOTA performance among self-supervised methods across multiple benchmarks, comparable to supervised methods.
  • The data augmentation mechanism significantly improved model robustness in illumination changes and occlusion areas.

Significance

SMFormer represents a significant breakthrough in self-supervised stereo matching, addressing issues where traditional methods fail due to disrupted photometric consistency assumptions. By integrating VFMs and data augmentation, SMFormer achieves performance comparable to supervised methods without labeled data, offering new solutions for academia and industry.

Technical Contribution

SMFormer introduces a novel feature extraction method by combining VFMs with FPN and designs a Multi-layer Attention (MLA) module to enhance cross-view learning capabilities. Additionally, it proposes feature-level stereo contrastive loss and image-level disparity difference loss to improve model robustness.

Novelty

SMFormer is the first to combine vision foundation models with self-supervised stereo matching, introducing new data augmentation strategies that significantly enhance performance in complex scenarios.

Limitations

  • The model may still experience errors in highly reflective and textureless regions.
  • Dependence on data augmentation strategies might lead to performance fluctuations in certain scenarios.

Future Work

Future research could explore more types of foundation models and data augmentation strategies to further enhance model robustness and adaptability.

AI Executive Summary

Stereo matching is crucial for applications like AR, robotics, and autonomous driving. However, existing self-supervised methods rely on photometric consistency assumptions that are easily disrupted by reflections, textureless regions, and illumination changes, leading to performance degradation. To address these issues, SMFormer integrates vision foundation models and data augmentation mechanisms to provide more robust self-supervised signals. By combining with Feature Pyramid Networks, SMFormer achieves SOTA performance across multiple benchmarks, even surpassing supervised methods in some cases. Despite its success, the model still faces challenges in highly reflective and textureless regions. Future research could further explore foundation models and data augmentation strategies to enhance adaptability and robustness.

Deep Analysis

Background

Stereo matching technology is widely used in fields like AR and autonomous driving. Traditional supervised learning methods rely on expensive disparity labels, while self-supervised methods use photometric consistency assumptions to avoid this issue. However, this assumption is easily disrupted in real-world scenarios, leading to performance degradation.

Core Problem

Self-supervised stereo matching methods rely on photometric consistency assumptions, but these assumptions fail in reflective, textureless regions and illumination changes, leading to invalid supervisory signals.

Innovation

SMFormer introduces vision foundation models and data augmentation mechanisms to provide more robust feature representations and self-supervised signals. By combining VFMs with Feature Pyramid Networks, it enhances feature discriminability and robustness.

Methodology

  • �� Integrate vision foundation models with Feature Pyramid Networks for robust feature representation.
  • �� Design a data augmentation mechanism to regularize consistency between augmented and standard sample predictions.
  • �� Propose a Multi-layer Attention module to enhance cross-view learning capabilities.

Experiments

Experiments were conducted on multiple mainstream benchmarks, including KITTI and Booster. Baselines included SOTA methods like CFNet. Evaluation metrics included disparity error and Bad 2.0.

Results

SMFormer outperformed some SOTA supervised methods like CFNet in the Booster benchmark. It achieved SOTA performance among self-supervised methods across multiple benchmarks.

Applications

SMFormer can be applied in fields like AR and autonomous driving, especially in scenarios with unlabeled data. Its robustness makes it perform well in complex scenarios.

Limitations & Outlook

The model may still experience errors in highly reflective and textureless regions. Dependence on data augmentation strategies might lead to performance fluctuations in certain scenarios.

Plain Language Accessible to non-experts

Imagine you're in a factory where two machines need to work together to complete a task. Normally, they stay in sync by observing each other's work, but sometimes poor lighting or reflective surfaces make it hard to judge each other's status. SMFormer acts like a new observation system and smart adjustment mechanism for these machines, allowing them to collaborate accurately in any environment.

ELI14 Explained like you're 14

Imagine playing a cooperative game with a friend where you need to watch each other's moves to complete tasks. Sometimes, screen glare or dim lighting makes it hard to see each other. SMFormer is like adding a filter to your screens and smart hints to your game characters, helping you complete tasks smoothly in any situation.

Glossary

Vision Foundation Model

A pre-trained model that provides robust feature representations applicable to various vision tasks.

Used in SMFormer to enhance the feature representation capability of Feature Pyramid Networks.

Feature Pyramid Network

A neural network structure used to extract multi-scale features.

Combined with vision foundation models to provide robust feature representations.

Data Augmentation

Enhancing model robustness by applying various transformations to data.

Used in SMFormer to improve robustness against illumination changes and occlusions.

Photometric Consistency Assumption

Assumes that the appearance of an object remains unchanged across different views.

Commonly used in self-supervised stereo matching methods but fails in complex scenarios.

Multi-layer Attention Module

A module used to enhance cross-view learning capabilities.

Used in SMFormer to enhance the feature learning capability of vision foundation models.

Open Questions Unanswered questions from this research

  • 1 How to further improve model accuracy in highly reflective and textureless regions?
  • 2 How to optimize the robustness of data augmentation strategies across different scenarios?

Applications

Immediate Applications

Augmented Reality

Enhance AR devices' depth perception in complex scenarios using SMFormer, improving user experience.

Autonomous Driving

Apply SMFormer in autonomous driving to improve environmental perception in complex road conditions.

Long-term Vision

Smart Cities

Utilize SMFormer's robustness and adaptability to enhance the intelligence level of urban monitoring systems.

Abstract

Recent self-supervised stereo matching methods have made significant progress. They typically rely on the photometric consistency assumption, which presumes corresponding points across views share the same appearance. However, this assumption could be compromised by real-world disturbances, resulting in invalid supervisory signals and a significant accuracy gap compared to supervised methods. To address this issue, we propose SMFormer, a framework integrating more reliable self-supervision guided by the Vision Foundation Model (VFM) and data augmentation. We first incorporate the VFM with the Feature Pyramid Network (FPN), providing a discriminative and robust feature representation against disturbance in various scenarios. We then devise an effective data augmentation mechanism that ensures robustness to various transformations. The data augmentation mechanism explicitly enforces consistency between learned features and those influenced by illumination variations. Additionally, it regularizes the output consistency between disparity predictions of strong augmented samples and those generated from standard samples. Experiments on multiple mainstream benchmarks demonstrate that our SMFormer achieves state-of-the-art (SOTA) performance among self-supervised methods and even competes on par with supervised ones. Remarkably, in the challenging Booster benchmark, SMFormer even outperforms some SOTA supervised methods, such as CFNet.

cs.CV