paper-with-me

홈 › Papers

Efficient Linear Attention for Fast and Accurate Keypoint Matching

2022-04-16 · Suwichaya Suwanwimolkul, Satoshi Komorita

Recently Transformers have provided state-of-the-art performance in sparse matching, crucial to realize high-performance 3D vision applications. Yet, these Transformers lack efficiency due to the quadratic computational complexity of their attention mechanism. To solve this problem, we employ an efficient linear attention for the linear computational complexity. Then, we propose a new attentional aggregation that achieves high accuracy by aggregating both the global and local information from sparse keypoints. To further improve the efficiency, we propose the joint learning of feature matching and description. Our learning enables simpler and faster matching than Sinkhorn, often used in matching the learned descriptors from Transformers. Our method achieves competitive performance with only 0.84M learnable parameters against the bigger SOTAs, SuperGlue (12M parameters) and SGMNet (30M parameters), on three benchmarks, HPatch, ETH, and Aachen Day-Night.

📄 PDF Abstract BibTeX arXiv:2204.07731

Code (0)

등록된 구현이 없습니다.

Tasks

Image MatchingVisual Localization

Similar Papers 제목 키워드 기반

Learning Feature Matching via Matchable Keypoint-Assisted Graph Neural Network

2023-07-04 · Zizhuo Li, Jiayi Ma

Accurately matching local features between a pair of images is a challenging computer vision task. Previous studies typically use attention based graph neural networks (GNNs) with fully-connected graphs over keypoints wi…

Graph Neural NetworkVisual Localization

Probabilistic Spatial Distribution Prior Based Attentional Keypoints Matching Network

2021-11-17 · Xiaoming Zhao, Jingmeng Liu, Xingming Wu, Weihai Chen 외

Keypoints matching is a pivotal component for many image-relevant applications such as image stitching, visual simultaneous localization and mapping (SLAM), and so on. Both handcrafted-based and recently emerged deep lea…

Graph Neural NetworkImage StitchingMotion EstimationSimultaneous Localization and Mapping

Graph-Context Attention Networks for Size-Varied Deep Graph Matching

2022-01-01 · CVPR 2022 1 · Zheheng Jiang, Hossein Rahmani, Plamen Angelov, Sue Black 외

Deep learning for graph matching has received growing interest and developed rapidly in the past decade. Although recent deep graph matching methods have shown excellent performance on matching between graphs of equa…

Graph Matching

Matching Is Not Enough: A Two-Stage Framework for Category-Agnostic Pose Estimation

2023-01-01 · CVPR 2023 1 · Min Shi, Zihao Huang, Xianzheng Ma, Xiaowei Hu 외

Category-agnostic pose estimation (CAPE) aims to predict keypoints for arbitrary categories given support images with keypoint annotations. Existing approaches match the keypoints across the image for localization. H…

2D Pose EstimationCategory-Agnostic Pose EstimationDecoderPose Estimation

XRefine: Attention-Guided Keypoint Match Refinement

2026-01-18 · Jan Fabian Schmid, Annika Hagemann arxiv

Sparse keypoint matching is crucial for 3D vision tasks, yet current keypoint detectors often produce spatially inaccurate matches. Existing refinement methods mitigate this issue through alignment of matched keypoint lo…