Why and How: Knowledge-Guided Learning for Cross-Spectral Image Patch Matching
Journal:
arXiv
Published Date:
Dec 15, 2024
Abstract
Recently, cross-spectral image patch matching based on feature relation
learning has attracted extensive attention. However, performance bottleneck
problems have gradually emerged in existing methods. To address this challenge,
we make the first attempt to explore a stable and efficient bridge between
descriptor learning and metric learning, and construct a knowledge-guided
learning network (KGL-Net), which achieves amazing performance improvements
while abandoning complex network structures. Specifically, we find that there
is feature extraction consistency between metric learning based on feature
difference learning and descriptor learning based on Euclidean distance. This
provides the foundation for bridge building. To ensure the stability and
efficiency of the constructed bridge, on the one hand, we conduct an in-depth
exploration of 20 combined network architectures. On the other hand, a
feature-guided loss is constructed to achieve mutual guidance of features. In
addition, unlike existing methods, we consider that the feature mapping ability
of the metric branch should receive more attention. Therefore, a hard negative
sample mining for metric learning (HNSM-M) strategy is constructed. To the best
of our knowledge, this is the first time that hard negative sample mining for
metric networks has been implemented and brings significant performance gains.
Extensive experimental results show that our KGL-Net achieves SOTA performance
in three different cross-spectral image patch matching scenarios. Our code are
available at https://github.com/YuChuang1205/KGL-Net.