Coherent Phrase Model for Near-Duplicate Image Retrieval
Find Innovative SolutionsGenerate Solutions
Solution Overview
Problem
Existing near-duplicate image detection and retrieval methods face challenges due to large variances within near-duplicate images, leading to increased false matches and performance issues, especially when formulated as a retrieval problem, which quadratically increases the number of possible near-duplicate pairs with the size of the database.
Innovation Solution
The proposed architecture employs a coherent phrase model that characterizes local regions using multiple descriptors, introducing feature and spatial coherency to enhance the Bag-of-Words model, reducing false matches by enforcing coherency across multiple descriptors and spatial neighborhoods, and providing a sparse representation for efficient similarity computation.
Engineering Contradictions & Design Principles
Engineering Contradiction Analysis
1Measurement precision
If the number of descriptors per local region is increased to improve matching accuracy, then detection precision improves, but computational complexity increases
Solution Approach 1:
The patent segments the image into local regions and extracts multiple descriptors (SIFT, SPIN, HOG) from each region independently. This segmentation allows the system to process complex visual information in manageable units, improving matching accuracy while controlling computational complexity through localized processing.
Solution Approach 2:
The patent merges multiple descriptor types (SIFT, SPIN, HOG) into a unified coherent phrase representation. By combining these descriptors and enforcing coherency constraints, the system achieves higher matching accuracy without proportionally increasing computational complexity, as the descriptors work synergistically rather than independently.
2Measurement precision
If coherency constraints are enforced across multiple descriptors to reduce false matches, then detection precision improves, but processing time increases
Solution Approach 1:
The patent performs preliminary actions by pre-computing and storing coherent phrase representations and their coherency scores during database construction. This allows the system to retrieve pre-processed information during query processing, reducing real-time processing time while maintaining high detection precision through the pre-enforced coherency constraints.
Solution Approach 2:
The patent implements feedback mechanisms where the coherency scoring system continuously refines and adjusts the weighting of different descriptors based on matching results. This feedback loop allows the system to optimize processing efficiency by focusing computational resources on the most informative descriptors, reducing overall processing time while maintaining precision.
3Measurement precision
If the database size is increased to improve retrieval completeness, then retrieval accuracy improves, but the number of possible near-duplicate pairs increases quadratically
Solution Approach 1:
The patent segments the retrieval problem into local region-level comparisons rather than processing the entire database at once. By extracting and comparing coherent phrases from individual local regions, the system can handle large databases efficiently, as the complexity is distributed across many small, manageable comparison tasks rather than one large quadratic problem.
Solution Approach 2:
The patent changes the representation parameters from raw image data to coherent phrase representations with normalized coherency scores. This parameter transformation allows for more efficient comparison and indexing, enabling the system to scale to larger databases without the quadratic complexity increase, as the transformed parameters enable faster similarity computations.
Data Source
AI summary
A coherent phrase model for near-duplicate image retrieval enforces coherency across multiple descriptors for every local region. Two types of visual phrase (FCP and SCP) are employed to represent feature and spatial coherency and can be utilized without increasing the computational complexity. The FCP utilizes the information of different features by enforcing the feature coherency across multiple types of descriptors for every local region, and the SCP utilizes spatial information by enforcing the spatial coherency across the spatial neighborhoods of different sizes around every local region. Moreover, the disclosed model improves the matching accuracy by reducing the number of false matches and preserves the matching efficiency because of the sparsity of the representation.


