CVMar 7, 2025

EDM: Efficient Deep Feature Matching

arXiv:2503.05122v21 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses efficiency bottlenecks in feature matching for real-world applications, offering incremental improvements to existing methods.

The paper tackles the problem of inefficient feature matching in computer vision by proposing EDM, an efficient deep feature matching network that improves all stages of the detector-free matching pipeline, achieving competitive accuracy on benchmarks with excellent efficiency.

Recent feature matching methods have achieved remarkable performance but lack efficiency consideration. In this paper, we revisit the mainstream detector-free matching pipeline and improve all its stages considering both accuracy and efficiency. We propose an Efficient Deep feature Matching network, EDM. We first adopt a deeper CNN with fewer dimensions to extract multi-level features. Then we present a Correlation Injection Module that conducts feature transformation on high-level deep features, and progressively injects feature correlations from global to local for efficient multi-scale feature aggregation, improving both speed and performance. In the refinement stage, a novel lightweight bidirectional axis-based regression head is designed to directly predict subpixel-level correspondences from latent features, avoiding the significant computational cost of explicitly locating keypoints on high-resolution local feature heatmaps. Moreover, effective selection strategies are introduced to enhance matching accuracy. Extensive experiments show that our EDM achieves competitive matching accuracy on various benchmarks and exhibits excellent efficiency, offering valuable best practices for real-world applications. The code is available at https://github.com/chicleee/EDM.

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