CVLGAug 6, 2023

Local Consensus Enhanced Siamese Network with Reciprocal Loss for Two-view Correspondence Learning

arXiv:2308.03217v14 citationsh-index: 56
Originality Incremental advance
AI Analysis

This work addresses the challenge of improving correspondence reliability and pose estimation in computer vision, representing an incremental advancement over existing methods.

The paper tackles the problem of two-view correspondence learning by introducing a Local Feature Consensus block and a reciprocal loss in a Siamese network, achieving state-of-the-art performance on benchmark datasets.

Recent studies of two-view correspondence learning usually establish an end-to-end network to jointly predict correspondence reliability and relative pose. We improve such a framework from two aspects. First, we propose a Local Feature Consensus (LFC) plugin block to augment the features of existing models. Given a correspondence feature, the block augments its neighboring features with mutual neighborhood consensus and aggregates them to produce an enhanced feature. As inliers obey a uniform cross-view transformation and share more consistent learned features than outliers, feature consensus strengthens inlier correlation and suppresses outlier distraction, which makes output features more discriminative for classifying inliers/outliers. Second, existing approaches supervise network training with the ground truth correspondences and essential matrix projecting one image to the other for an input image pair, without considering the information from the reverse mapping. We extend existing models to a Siamese network with a reciprocal loss that exploits the supervision of mutual projection, which considerably promotes the matching performance without introducing additional model parameters. Building upon MSA-Net, we implement the two proposals and experimentally achieve state-of-the-art performance on benchmark datasets.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes