paper-with-me

Papers

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

2025-10-16 · Tingman Yan, Tao Liu, Chenghao Li, Quanli Liu, Xilian Yang, Qunfei Zhao, Zeyang Xia arxiv

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.

📄 PDF Abstract BibTeX arXiv:2510.14260

Code (0)

등록된 구현이 없습니다.

Tasks

Zero-shot Generalization

Similar Papers 제목 키워드 기반

GAMnet: Robust Feature Matching via Graph Adversarial-Matching Network

2021-10-17 · MM 2021 10 · Bo Jiang, Pengfei Sun, Ziyan Zhang, Jin Tang 외

Recently, deep graph matching (GM) methods have gained increasing attention. These methods integrate graph nodes¡¯s embedding, node/edges¡¯s affinity learning and final correspondence solver together in an end-to-end man…

Graph Matching

Learning Two-Branch Neural Networks for Image-Text Matching Tasks

2017-04-11 · Liwei Wang, Yin Li, Jing Huang, Svetlana Lazebnik

Image-language matching tasks have recently attracted a lot of attention in the computer vision field. These tasks include image-sentence matching, i.e., given an image query, retrieving relevant sentences and vice versa…

Image-text matchingRetrievalSentenceSentence Retrieval+4

Reasoning-Augmented Representations for Multimodal Retrieval

2026-02-06 · Jianrui Zhang, Anirudh Sundara Rajan, Brandon Han, Soochahn Lee 외 arxiv

Universal Multimodal Retrieval (UMR) seeks any-to-any search across text and vision, yet modern embedding models remain brittle when queries require latent reasoning (e.g., resolving underspecified references or matching…

A Deep Visual Correspondence Embedding Model for Stereo Matching Costs

2015-12-01 · ICCV 2015 12 · Zhuoyuan Chen, Xun Sun, Liang Wang, Yinan Yu 외

This paper presents a data-driven matching cost for stereo matching. A novel deep visual correspondence embedding model is trained via Convolutional Neural Network on a large set of stereo images with ground truth dispar…

Stereo MatchingStereo Matching Hand

Graph Matching Optimization Network for Point Cloud Registration

2023-02-12 · Qianliang Wu, Yaqi Shen, Haobo Jiang, Guofeng Mei 외

Point Cloud Registration is a fundamental and challenging problem in 3D computer vision. Recent works often utilize the geometric structure information in point feature embedding or outlier rejection for registration whi…

Graph MatchingPoint Cloud Registration