Cascade Network with Guided Loss and Hybrid Attention for Finding Good Correspondences
Zhi Chen, Fan Yang, Wenbing Tao

TL;DR
This paper introduces a cascade neural network with a novel Guided Loss and hybrid attention mechanism to improve the accuracy of finding correct correspondences in image pairs, achieving state-of-the-art results.
Contribution
The paper presents a new Guided Loss function aligned with the Fn-measure and a hybrid attention block combining BACN and CA, enhancing correspondence classification.
Findings
Achieves state-of-the-art performance on benchmark datasets.
Guided Loss effectively maximizes Fn-measure during training.
Hybrid attention improves feature extraction for correspondence matching.
Abstract
Finding good correspondences is a critical prerequisite in many feature based tasks. Given a putative correspondence set of an image pair, we propose a neural network which finds correct correspondences by a binary-class classifier and estimates relative pose through classified correspondences. First, we analyze that due to the imbalance in the number of correct and wrong correspondences, the loss function has a great impact on the classification results. Thus, we propose a new Guided Loss that can directly use evaluation criterion (Fn-measure) as guidance to dynamically adjust the objective function during training. We theoretically prove that the perfect negative correlation between the Guided Loss and Fn-measure, so that the network is always trained towards the direction of increasing Fn-measure to maximize it. We then propose a hybrid attention block to extract feature, which…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Advanced Image and Video Retrieval Techniques · Advanced Neural Network Applications
