English

LGFCTR: Local and Global Feature Convolutional Transformer for Image Matching

Computer Vision and Pattern Recognition 2023-11-30 v1

Abstract

Image matching that finding robust and accurate correspondences across images is a challenging task under extreme conditions. Capturing local and global features simultaneously is an important way to mitigate such an issue but recent transformer-based decoders were still stuck in the issues that CNN-based encoders only extract local features and the transformers lack locality. Inspired by the locality and implicit positional encoding of convolutions, a novel convolutional transformer is proposed to capture both local contexts and global structures more sufficiently for detector-free matching. Firstly, a universal FPN-like framework captures global structures in self-encoder as well as cross-decoder by transformers and compensates local contexts as well as implicit positional encoding by convolutions. Secondly, a novel convolutional transformer module explores multi-scale long range dependencies by a novel multi-scale attention and further aggregates local information inside dependencies for enhancing locality. Finally, a novel regression-based sub-pixel refinement module exploits the whole fine-grained window features for fine-level positional deviation regression. The proposed method achieves superior performances on a wide range of benchmarks. The code will be available on https://github.com/zwh0527/LGFCTR.

Keywords

Cite

@article{arxiv.2311.17571,
  title  = {LGFCTR: Local and Global Feature Convolutional Transformer for Image Matching},
  author = {Wenhao Zhong and Jie Jiang},
  journal= {arXiv preprint arXiv:2311.17571},
  year   = {2023}
}

Comments

8 pages of main text, 7 pages of supplementary material, 3 pages of references, 6 figures in main text and 8 figures in supplementary material, 5 tables in main text and 2 tables in supplementary material

R2 v1 2026-06-28T13:35:17.983Z