CVJun 14, 2021

DFM: A Performance Baseline for Deep Feature Matching

arXiv:2106.07791v175 citations
Originality Incremental advance
AI Analysis

This provides a performance baseline for deep feature matching in computer vision, but it is incremental as it builds on existing deep learning and psychological concepts.

The paper tackles the problem of image matching by proposing a method that uses pre-trained VGG features without additional training, achieving a Mean Matching Accuracy of 0.57 and 0.80 for 1-pixel and 2-pixel thresholds on the Hpatches dataset, outperforming state-of-the-art methods.

A novel image matching method is proposed that utilizes learned features extracted by an off-the-shelf deep neural network to obtain a promising performance. The proposed method uses pre-trained VGG architecture as a feature extractor and does not require any additional training specific to improve matching. Inspired by well-established concepts in the psychology area, such as the Mental Rotation paradigm, an initial warping is performed as a result of a preliminary geometric transformation estimate. These estimates are simply based on dense matching of nearest neighbors at the terminal layer of VGG network outputs of the images to be matched. After this initial alignment, the same approach is repeated again between reference and aligned images in a hierarchical manner to reach a good localization and matching performance. Our algorithm achieves 0.57 and 0.80 overall scores in terms of Mean Matching Accuracy (MMA) for 1 pixel and 2 pixels thresholds respectively on Hpatches dataset, which indicates a better performance than the state-of-the-art.

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