ミスマッチの除去は、多くの機能ベースのタスクの重要な前提条件です。最近の試みでは、不一致除去タスクをバイナリ分類問題として投げかけ、深層学習ベースの方法で解決しています。これらのメソッドでは、ポジティブクラスとネガティブクラスの不均衡が重要であり、ネットワークパフォーマンス、つまりFnスコアに影響します。 Fnスコアと損失の間のリンクを確立するために、Fnスコアで損失を直接導くことを提案します。理論的には、トレーニング中の誘導損失とFnスコア間の直接リンクを示します。さらに、外れ値は、ミスマッチ除去ネットワークのグローバルなコンテキストを損なうことが多いことを発見しました。この問題に対処するために、不一致除去タスクにアテンションメカニズムを導入し、新しいインライアアテンションブロック(IAブロック)を提案します。損失とIAブロックの有効性を評価するために、GLA-Netと呼ばれるミスマッチ除去用のエンドツーエンドネットワークを設計します\ footnote {コードはGithubで後日入手可能になります。ベンチマークデータセットの最先端のパフォーマンス。
Mismatch removal is a critical prerequisite in many feature-based tasks. Recent attempts cast the mismatch removal task as a binary classification problem and solve it through deep learning based methods. In these methods, the imbalance between positive and negative classes is important, which affects network performance, i.e., Fn-score. To establish the link between Fn-score and loss, we propose to guide the loss with the Fn-score directly. We theoretically demonstrate the direct link between our Guided Loss and Fn-score during training. Moreover, we discover that outliers often impair global context in mismatch removal networks. To address this issue, we introduce the attention mechanism to mismatch removal task and propose a novel Inlier Attention Block (IA Block). To evaluate the effectiveness of our loss and IA Block, we design an end-to-end network for mismatch removal, called GLA-Net \footnote{Our code will be available in Github later.. Experiments have shown that our network achieves the state-of-the-art performance on benchmark datasets.