Image Matching With Attention-Refined Point Maps

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing image matching technologies face challenges in accurately identifying matching points between images captured under different conditions or of different instances of an object, particularly when using convolutional neural networks, due to high computational overhead and inefficiencies in attention mechanisms.

Innovation Solution

A method involving a convolutional neural network and a transformer neural network is employed to refine matching point maps through addition-based attention, reducing computational overhead by using addition-based attention instead of multiplication-based attention, and upsampling to enhance the accuracy of matching point extraction.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If conventional image matching technology uses cosine similarity of extracted features to identify matching points, then the basic matching capability is achieved, but the accuracy of matching point identification deteriorates under different conditions (illuminance, angle, etc.)

Engineering Contradiction:
Improvematching point identification accuracyVSAvoidmatching performance under varying conditions
Core Design Contradiction:
Measurement precisionVSReliability

Solution Approach 1:

The patent introduces a matching point map as an intermediary representation between the two images. This map captures correspondence relationships across multiple channels and serves as a mediator that enables accurate matching point identification while maintaining reliability under varying illumination and angle conditions.

Inventive Principle:
Principle #24Intermediary (Mediator)

Solution Approach 2:

The patent transforms the matching problem from direct feature comparison into a multi-dimensional matching point map representation. By organizing matching information across multiple channels and spatial dimensions, the system achieves better accuracy and condition-invariance than traditional cosine similarity approaches.

Inventive Principle:
Principle #17Another dimension (Dimensionality change)

2Measurement precision

If the matching point map is refined through attention mechanisms, then the cosine similarity scores improve, but the computational complexity increases

Engineering Contradiction:
Improvecosine similarity scoreVSAvoidattention mechanism complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The patent segments the attention mechanism into distinct functional components: a matching point map generation stage and a refinement stage. This segmentation allows the system to apply computational resources efficiently, improving cosine similarity scores while managing complexity through structured processing stages.

Inventive Principle:
Principle #1Segmentation

Data Source

PatentUS12626376B2Apparatus and method with image matching
Publication Date: 2026.05.12 SAMSUNG ELECTRONICS CO LTD
  • US12626376B2 patent drawing
  • US12626376B2 patent drawing
  • US12626376B2 patent drawing

AI summary

A processor-implemented method includes: extracting feature maps respectively corresponding to a plurality of channels based on a convolutional network with respect to two images; generating a matching point map from the feature maps; refining the matching point map by using attention between matching points comprised in the matching point map; and extracting a matching point between the two images from the refined matching point map.