Pith. sign in

REVIEW 3 cited by

MatchAttention: Embedding Explicit Matching Constraints into Attention for Efficient Stereo Matching

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2510.14260 v3 pith:L47QPQN4 submitted 2025-10-16 cs.CV

MatchAttention: Embedding Explicit Matching Constraints into Attention for Efficient Stereo Matching

classification cs.CV
keywords attentionmatchingmatchattentionstereoaccuracyconstraintexplicitrelative
verification ladder T0 review T1 audit T2 compute T3 formal T4 reserved
0 comments
read the original abstract

Standard attention mechanisms are not well suited to stereo matching. Global attention scales quadratically and provides no explicit matching constraint, while local attention is efficient but loses long-range correspondences. We propose MatchAttention, an attention mechanism that embeds an explicit matching constraint into attention by treating the relative position between a query and its matched key as a learnable component of attention sampling. Centering a small contiguous sampling window on this learnable relative position enforces the matching constraint and supports long-range correspondence at strictly linear attention complexity. A differentiable contiguous attention sampling (CAS) operator enables sub-pixel accuracy, and cascaded MatchAttention blocks iteratively refine the relative positions through residual connections. We instantiate MatchAttention as a hierarchical coarse-to-fine stereo network with two variants. MatchAttentionXL targets accuracy and MatchAttentionRT targets real-time edge inference. MatchAttentionXL achieves state-of-the-art accuracy on Middlebury V3 and top results across KITTI 2012/2015 and ETH3D. MatchAttentionRT runs at 9.3 ms on RTX 4060 Ti and 79.1 ms on Jetson Orin NX 16 GB at 1024 x 512, making it the first stereo model to deliver real-time edge inference without sacrificing zero-shot generalization. The code is available at https://github.com/TingmanYan/MatchAttention.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 3 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. WAVE-Stereo: Warp-Aligned Volume Encoding for Stereo Matching

    cs.CV 2026-07 conditional novelty 6.0

    WAVE-Stereo unifies correlation-volume search and feature-warping residual alignment in an iterative stereo matcher, achieving real-time zero-shot generalization on five benchmarks.

  2. WAFT-Stereo: Warping-Alone Field Transforms for Stereo Matching

    cs.CV 2026-03 accept novelty 6.0

    Warping alone, with a classification head before iterative regression, matches or beats cost-volume stereo methods on ETH3D, KITTI and Middlebury at higher speed.

  3. URS-Stereo: Uncertainty-Guided Residual Search for Real-Time Stereo Matching

    cs.CV 2026-07 conditional novelty 4.5

    Uncertainty-modulated residual offsets relocate local cost-volume centers in coarse-to-fine stereo matching, improving zero-shot disparity accuracy while keeping real-time speed.