Image Authentication via Feature Point Clustering and Distance Measurement

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

The ease of modifying and copying digital images poses challenges for media content providers in authenticating and detecting alterations, especially in secure applications like electronic commerce and legal evidence, where verifying unaltered images across various scales and formats is difficult.

Innovation Solution

A method and system for image authentication that involves feature point extraction, clustering, and distance measurement between anchor and query images, using techniques like Fuzzy C-Means Clustering and Hamming distance, to identify possible tampered areas and determine image similarity, incorporating feature point permutation and hashing for robust authentication.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If traditional image comparison methods are used to verify unaltered images, then image authenticity can be maintained, but the system becomes computationally complex and inefficient when handling scaled or reformatted images

Engineering Contradiction:
Improveimage authenticity verificationVSAvoidcomputational complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The patent segments the image comparison process into distinct phases: feature point extraction, clustering, and distance measurement. This segmentation allows each component to be optimized independently, reducing overall computational complexity while maintaining reliability in authenticity verification

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent transforms the image authentication problem from pixel-level comparison to feature point-level comparison. By changing the parameter of comparison from raw image data to extracted feature points, the system achieves both computational efficiency and robustness against scaling and reformatting operations

Inventive Principle:
Principle #35Parameter changes

2Measurement precision

If feature point extraction and clustering are performed to identify tampered areas, then tampering detection accuracy is improved, but the processing time and computational resources increase

Engineering Contradiction:
Improvetampering detection accuracyVSAvoidprocessing time
Core Design Contradiction:
Measurement precisionVSLoss of time

Solution Approach 1:

The patent extracts only the essential feature points from images rather than processing the entire image data. This extraction approach maintains high tampering detection accuracy by focusing on discriminative features while significantly reducing processing time and computational resource requirements

Inventive Principle:
Principle #2Taking out (Extraction)

Solution Approach 2:

The patent applies partial action by performing clustering only on extracted feature points rather than all image pixels. This selective processing achieves sufficient tampering detection accuracy without the excessive computational burden of processing complete image data

Inventive Principle:
Principle #16Partial or excessive action

3Adaptability or versatility

If image authentication is performed on scaled or reformatted images, then adaptability to different formats is improved, but the difficulty of detecting alterations increases

Engineering Contradiction:
Improveformat adaptabilityVSAvoidalteration detection difficulty
Core Design Contradiction:
Adaptability or versatilityVSDifficulty of detecting and measuring

Solution Approach 1:

The patent employs feature point extraction methods that are universal across different image formats, scales, and resolutions. The extracted feature points maintain their discriminative properties regardless of formatting changes, enabling the system to adapt to various formats while maintaining alteration detection capability

Inventive Principle:
Principle #6Universality (Multi-functionality)

Solution Approach 2:

The patent introduces feature points as an intermediary representation between the original image and the authentication process. These feature points serve as format-invariant mediators that preserve essential image characteristics while being robust to scaling and reformatting, thereby facilitating alteration detection across different formats

Inventive Principle:
Principle #24Intermediary (Mediator)

Data Source

PatentUS8483427B2System and method for image authentication
Publication Date: 2013.07.09 FUTUREWEI TECHNOLOGIES INC
  • US8483427B2 patent drawing
  • US8483427B2 patent drawing
  • US8483427B2 patent drawing

AI summary

In accordance with an embodiment, a method of authenticating images includes electronically receiving an anchor image and a query image, performing a feature point extraction of an anchor image, and performing a feature point extraction of a query image. The method also includes clustering feature points of the anchor image and feature points of the query image, where clustering includes determining matching feature points, determining outlier feature points, and excluding outlier feature points. Whether the anchor image is similar to the query image is determined based on a distance between the feature points of the anchor image and the feature points of the query image. If the anchor image is similar to the query image, possible tampered areas of the query image based on the outlier feature points are identified.