paper-with-me

Papers

AMatFormer: Efficient Feature Matching via Anchor Matching Transformer

2023-05-30 · Bo Jiang, Shuxian Luo, Xiao Wang, Chuanfu Li, Jin Tang

Learning based feature matching methods have been commonly studied in recent years. The core issue for learning feature matching is to how to learn (1) discriminative representations for feature points (or regions) within each intra-image and (2) consensus representations for feature points across inter-images. Recently, self- and cross-attention models have been exploited to address this issue. However, in many scenes, features are coming with large-scale, redundant and outliers contaminated. Previous self-/cross-attention models generally conduct message passing on all primal features which thus lead to redundant learning and high computational cost. To mitigate limitations, inspired by recent seed matching methods, in this paper, we propose a novel efficient Anchor Matching Transformer (AMatFormer) for the feature matching problem. AMatFormer has two main aspects: First, it mainly conducts self-/cross-attention on some anchor features and leverages these anchor features as message bottleneck to learn the representations for all primal features. Thus, it can be implemented efficiently and compactly. Second, AMatFormer adopts a shared FFN module to further embed the features of two images into the common domain and thus learn the consensus feature representations for the matching problem. Experiments on several benchmarks demonstrate the effectiveness and efficiency of the proposed AMatFormer matching approach.

📄 PDF Abstract BibTeX arXiv:2305.19205

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Residual Connection 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.

Similar Papers 제목 키워드 기반

GCN-ALP: Addressing Matching Collisions in Anchor Link Prediction

2021-03-19 · Hao Gao, Yongqing Wang, Shanshan Lyu, HuaWei Shen 외

Nowadays online users prefer to join multiple social media for the purpose of socialized online service. The problem \textit{anchor link prediction} is formalized to link user data with the common ground on user profile,…

Anchor link predictionLink PredictionPrediction

Wide Aspect Ratio Matching for Robust Face Detection

2021-03-10 · Shi Luo, Xiongfei Li, Xiaoli Zhang

Recently, anchor-based methods have achieved great progress in face detection. Once anchor design and anchor matching strategy determined, plenty of positive anchors will be sampled. However, faces with extreme aspect ra…

DiversityFace Detection

AO2-DETR: Arbitrary-Oriented Object Detection Transformer

2022-05-25 · Linhui Dai, Hong Liu, Hao Tang, Zhiwei Wu 외

Arbitrary-oriented object detection (AOOD) is a challenging task to detect objects in the wild with arbitrary orientations and cluttered arrangements. Existing approaches are mainly based on anchor-based boxes or dense p…

DecoderInductive BiasObjectobject-detection+3

SGNet: Salient Geometric Network for Point Cloud Registration

2023-09-12 · Qianliang Wu, Yaqing Ding, Lei Luo, Haobo Jiang 외

Point Cloud Registration (PCR) is a critical and challenging task in computer vision. One of the primary difficulties in PCR is identifying salient and meaningful points that exhibit consistent semantic and geometric pro…

Point Cloud Registration

FedFM: Anchor-based Feature Matching for Data Heterogeneity in Federated Learning

2022-10-14 · Rui Ye, Zhenyang Ni, Chenxin Xu, Jianyu Wang 외

One of the key challenges in federated learning (FL) is local data distribution heterogeneity across clients, which may cause inconsistent feature spaces across clients. To address this issue, we propose a novel method F…

Federated Learning