Matching Text Entries with Image Objects Using Ambiguity Resolution

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing techniques face challenges in accurately matching line item textual entries with individual image objects from digital images containing multiple objects, particularly due to ambiguous matches and varying spatial characteristics of the images.

Innovation Solution

A computer-implemented method that receives a document with line item textual entries and splits images into individual objects using deep learning, extracts attributes, and applies an assignment model to resolve ambiguous matches by defining priority constraints and iteratively assigning pairs based on confidence scores and other constraints.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If traditional matching techniques are used to match line item textual entries with image objects, then the matching process is simple, but the accuracy is low due to ambiguous matches and varying spatial characteristics

Engineering Contradiction:
Improvematching accuracyVSAvoidsystem complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The patent segments the matching process into distinct stages: initial matching to identify candidate pairs, ambiguity detection to identify problematic matches, and resolution processing to resolve ambiguities. This segmentation allows the system to handle complex matching tasks systematically while maintaining manageable complexity at each stage.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent introduces an intermediary resolution process that acts as a mediator between initial matching and final results. This intermediary stage identifies ambiguous matches and applies resolution rules to determine the correct associations, thereby improving accuracy without requiring complete redesign of the matching system.

Inventive Principle:
Principle #24Intermediary (Mediator)

2Measurement precision

If ambiguous matches are resolved using simple methods, then the processing is fast, but the accuracy of one-to-one matching is compromised

Engineering Contradiction:
Improveone-to-one matching accuracyVSAvoidprocessing time
Core Design Contradiction:
Measurement precisionVSLoss of time

Solution Approach 1:

The patent performs preliminary identification of ambiguous matches before final resolution. By detecting and flagging ambiguous cases in advance, the system can apply targeted resolution strategies only where needed, rather than processing all matches uniformly, thus balancing accuracy and efficiency.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The patent changes the processing parameters dynamically based on match ambiguity. For unambiguous matches, simple fast assignment is used; for ambiguous matches, more complex resolution rules are applied. This parameter adaptation allows the system to optimize the trade-off between speed and accuracy for different types of matches.

Inventive Principle:
Principle #35Parameter changes

3Reliability

If all possible matches are considered to ensure accuracy, then the matching is thorough, but the computational complexity increases

Engineering Contradiction:
Improvematching reliabilityVSAvoidcomputational complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The patent applies partial action by focusing computational resources on resolving only the ambiguous matches rather than re-evaluating all possible matches. This selective approach maintains reliability for critical ambiguous cases while avoiding unnecessary computational overhead for already-clear matches.

Inventive Principle:
Principle #16Partial or excessive action

Solution Approach 2:

The patent applies different levels of analysis to different matches based on their local characteristics. Unambiguous matches receive minimal processing, while ambiguous matches undergo thorough resolution analysis. This local quality adaptation ensures high reliability where needed while reducing overall computational complexity.

Inventive Principle:
Principle #3Local quality

Data Source

PatentUS11126838B2Apparatus and method for matching line item textual entries with individual image objects from a file with multiple image objects
Publication Date: 2021.09.21 APPZEN
  • US11126838B2 patent drawing
  • US11126838B2 patent drawing
  • US11126838B2 patent drawing

AI summary

A computer implemented method includes receiving a document with line item textual entries and an attachment containing images of different objects characterizing different transactions. The images of the different objects are split into individual image objects. Attributes from the individual image objects are extracted. The line item textual entries are matched with the individual image objects to form matched image objects. The matched image objects include ambiguous matches with multiple individual image objects assigned to a single line item textual entry or a single individual image object assigned to multiple line item textual entries. An assignment model is applied to resolve the ambiguous matches. The assignment model defines priority constraints, assigns pairs of line item textual entries and individual image objects that meet highest priority constraints, removes highest priority constraints when ambiguous matches remain, and repeats these operations until no ambiguous matches remain. One-to-one matches of line item textual entries and individual image objects are returned.