Top-k attention sparsity during fine-tuning gave DistilBERT a 0.97% accuracy gain on SST-2, but the result comes from single runs without error bars.
TKwinFormer: Top k Window Attention in Vision Transformers for Feature Matching
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
Local feature matching remains a challenging task, primarily due to difficulties in matching sparse keypoints and low-texture regions. The key to solving this problem lies in effectively and accurately integrating global and local information. To achieve this goal, we introduce an innovative local feature matching method called TKwinFormer. Our approach employs a multi-stage matching strategy to optimize the efficiency of information interaction. Furthermore, we propose a novel attention mechanism called Top K Window Attention, which facilitates global information interaction through window tokens prior to patch-level matching, resulting in improved matching accuracy. Additionally, we design an attention block to enhance attention between channels. Experimental results demonstrate that TKwinFormer outperforms state-of-the-art methods on various benchmarks. Code is available at: https://github.com/LiaoYun0x0/TKwinFormer.
citation-role summary
citation-polarity summary
fields
cs.CL 1years
2025 1verdicts
REJECT 1roles
background 1polarities
background 1representative citing papers
citing papers explorer
-
Crisp Attention: Regularizing Transformers via Structured Sparsity
Top-k attention sparsity during fine-tuning gave DistilBERT a 0.97% accuracy gain on SST-2, but the result comes from single runs without error bars.