Adaptive Assignment for Geometry Aware Local Feature Matching

Abstract

The detector-free feature matching approaches are currently attracting great attention thanks to their excellent performance. However, these methods still struggle at large-scale and viewpoint variations, due to the geometric inconsistency resulting from the application of the mutual nearest neighbour criterion (i.e., one-to-one assignment) in patch-level matching. Accordingly, we introduce AdaMatcher, which first accomplishes the feature correlation and co-visible area estimation through an elaborate feature interaction module, then performs adaptive assignment on patch-level matching while estimating the scales between images, and finally refines the co-visible matches through scale alignment and sub-pixel regression module. Extensive experiments show that AdaMatcher outperforms solid baselines and achieves state-of-the-art results on many downstream tasks. Additionally, the adaptive assignment and sub-pixel refinement module can be used as a refinement network for other matching methods, such as SuperGlue, to boost their performance further. The code will be publicly available at https://github.com/AbyssGaze/AdaMatcher.

Cite

Text

Huang et al. "Adaptive Assignment for Geometry Aware Local Feature Matching." Conference on Computer Vision and Pattern Recognition, 2023. doi:10.1109/CVPR52729.2023.00525

Markdown

[Huang et al. "Adaptive Assignment for Geometry Aware Local Feature Matching." Conference on Computer Vision and Pattern Recognition, 2023.](https://mlanthology.org/cvpr/2023/huang2023cvpr-adaptive/) doi:10.1109/CVPR52729.2023.00525

BibTeX

@inproceedings{huang2023cvpr-adaptive,
  title     = {{Adaptive Assignment for Geometry Aware Local Feature Matching}},
  author    = {Huang, Dihe and Chen, Ying and Liu, Yong and Liu, Jianlin and Xu, Shang and Wu, Wenlong and Ding, Yikang and Tang, Fan and Wang, Chengjie},
  booktitle = {Conference on Computer Vision and Pattern Recognition},
  year      = {2023},
  pages     = {5425-5434},
  doi       = {10.1109/CVPR52729.2023.00525},
  url       = {https://mlanthology.org/cvpr/2023/huang2023cvpr-adaptive/}
}