Improving Local Feature Matching by Entropy-inspired Scale Adaptability and Flow-endowed Local Consistency

arXiv cs.CV / 4/9/2026

💬 OpinionIdeas & Deep AnalysisModels & Research

Key Points

  • The paper identifies two performance bottlenecks in semi-dense image matching: over-exclusion in mutual nearest neighbor (MNN) matching at the coarse stage and weak local consistency in the fine stage.
  • It proposes an entropy-inspired, scale-aware matching module that extracts scale ratio hints from the score matrix to better handle inter-image scale differences with minimal added computation.
  • For the fine stage, it reframes correspondence prediction as a cascaded flow refinement problem and adds a gradient-based loss to explicitly encourage local consistency in the flow field.
  • Experiments on downstream tasks show that the combined pipeline yields more robust and accurate matching results than prior approaches, while incurring negligible overhead for the new coarse-stage module.

Abstract

Recent semi-dense image matching methods have achieved remarkable success, but two long-standing issues still impair their performance. At the coarse stage, the over-exclusion issue of their mutual nearest neighbor (MNN) matching layer makes them struggle to handle cases with scale difference between images. To this end, we comprehensively revisit the matching mechanism and make a key observation that the hint concealed in the score matrix can be exploited to indicate the scale ratio. Based on this, we propose a scale-aware matching module which is exceptionally effective but introduces negligible overhead. At the fine stage, we point out that existing methods neglect the local consistency of final matches, which undermines their robustness. To this end, rather than independently predicting the correspondence for each source pixel, we reformulate the fine stage as a cascaded flow refinement problem and introduce a novel gradient loss to encourage local consistency of the flow field. Extensive experiments demonstrate that our novel matching pipeline, with these proposed modifications, achieves robust and accurate matching performance on downstream tasks.