paper-with-me

홈 › Papers

Understanding and Optimizing Attention-Based Sparse Matching for Diverse Local Features

2026-02-09 · Qiang Wang arxiv

We revisit the problem of training attention-based sparse image matching models for various local features. We first identify one critical design choice that has been previously overlooked, which significantly impacts the performance of the LightGlue model. We then investigate the role of detectors and descriptors within the transformer-based matching framework, finding that detectors, rather than descriptors, are often the primary cause for performance difference. Finally, we propose a novel approach to fine-tune existing image matching models using keypoints from a diverse set of detectors, resulting in a universal, detector-agnostic model. When deployed as a zero-shot matcher for novel detectors, the resulting model achieves or exceeds the accuracy of models specifically trained for those features. Our findings offer valuable insights for the deployment of transformer-based matching models and the future design of local features.

📄 PDF Abstract BibTeX arXiv:2602.08430

Code (0)

등록된 구현이 없습니다.

Tasks

Image Matching

Similar Papers 제목 키워드 기반

Self-Tuning Sparse Attention: Multi-Fidelity Hyperparameter Optimization for Transformer Acceleration

2026-03-19 · Arundhathi Dev, Justin Zhan arxiv

Sparse attention mechanisms promise to break the quadratic bottleneck of long-context transformers, yet production adoption remains limited by a critical usability gap: optimal hyperparameters vary substantially across l…

Hyperparameter Optimization

SpargeAttention: Accurate and Training-free Sparse Attention Accelerating Any Model Inference

2025-02-25 · Jintao Zhang, Chendong Xiang, Haofeng Huang, Jia Wei 외

An efficient attention implementation is essential for large models due to its quadratic time complexity. Fortunately, attention commonly exhibits sparsity, i.e., many values in the attention map are near zero, allowing …

modelVideo Generation

Optimizing Native Sparse Attention with Latent Attention and Local Global Alternating Strategies

2025-11-02 · Yuxuan Hu, Jianchao Tan, Jiaqi Zhang, Wen Zan 외 arxiv

In this work, we conduct a systematic analysis of Native Sparse Attention (NSA) and propose targeted improvements that enhance long-context modeling. A key insight is that alternating between local (sliding-window) and g…

Long-Context Understanding

Matching Distance and Geometric Distribution Aided Learning Multiview Point Cloud Registration

2025-05-06 · Shiqi Li, Jihua Zhu, Yifan Xie, Naiwen Hu 외

Multiview point cloud registration plays a crucial role in robotics, automation, and computer vision fields. This paper concentrates on pose graph construction and motion synchronization within multiview registration. Pr…

graph constructionPoint Cloud Registration

FlashOmni: A Unified Sparse Attention Engine for Diffusion Transformers

2025-09-29 · Liang Qiao, Yue Dai, Yeqi Huang, Hongyu Kan 외 arxiv

Multi-Modal Diffusion Transformers (DiTs) demonstrate exceptional capabilities in visual synthesis, yet their deployment remains constrained by substantial computational demands. To alleviate this bottleneck, many sparsi…