Image Drift Detection via Baseline Probability Models

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing image analysis systems fail to detect changes in image streams, leading to inaccurate classifications and inefficiencies due to their inability to monitor and alert administrators about deviations from expected input images, particularly in unstructured data environments like automated check processing at ATMs, where non-standardized check formats and varying camera systems cause system failures.

Innovation Solution

The system trains an image analysis model on a baseline image stream to establish expected features, generating a probability distribution for subsequent image streams, allowing for real-time comparison and detection of deviations, with numeric representations of images and streams being analyzed to determine if they fall within permitted variability, triggering further investigation for atypical patterns.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If existing image analysis systems process images without monitoring for changes, then processing speed is maintained, but classification accuracy deteriorates when image streams drift from expected patterns

Engineering Contradiction:
Improveclassification accuracyVSAvoidsystem complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The system performs preliminary action by establishing a baseline model from historical image data before processing new images. This baseline represents the expected characteristics of images under normal conditions, allowing the system to detect deviations without adding complex real-time monitoring infrastructure. The baseline is created once during training and then used continuously for anomaly detection.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The system implements feedback by continuously comparing incoming images against the established baseline model and monitoring for deviations. When images drift from expected patterns, the system generates alerts and can trigger investigations. This feedback mechanism maintains high classification accuracy by detecting and responding to stream drift without requiring complete system redesign.

Inventive Principle:
Principle #23Feedback

2Measurement precision

If the system monitors every image for deviations from expected patterns, then detection of drift is improved, but processing time increases

Engineering Contradiction:
Improvedrift detection precisionVSAvoidprocessing time
Core Design Contradiction:
Measurement precisionVSLoss of time

Solution Approach 1:

The system extracts the essential characteristics of images into a compressed baseline model that captures the most important features and their probability distributions. By taking out only the critical information needed for anomaly detection rather than analyzing every pixel and detail in real-time, the system achieves high drift detection precision while maintaining fast processing speeds.

Inventive Principle:
Principle #2Taking out (Extraction)

Solution Approach 2:

The system changes parameters by transforming detailed image data into statistical representations (probability distributions) during baseline creation. During runtime, instead of analyzing full images, the system compares statistical parameters and features extracted from images against the pre-computed baseline parameters. This parameter transformation enables precise drift detection with minimal processing time.

Inventive Principle:
Principle #35Parameter changes

3Productivity

If the system processes all incoming images without filtering for atypical patterns, then productivity is maintained, but resources are wasted on clearly anomalous images

Engineering Contradiction:
Improveimage processing throughputVSAvoidprocessing energy
Core Design Contradiction:
ProductivityVSLoss of energy

Solution Approach 1:

The system performs preliminary action by pre-computing the baseline model that defines normal image characteristics before processing begins. This baseline serves as an efficient filter that can quickly identify atypical patterns without requiring full analysis of every image. By having the baseline ready in advance, the system can rapidly triage images and direct computational resources only to images that require deeper analysis.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The system uses feedback from the baseline comparison to dynamically adjust processing priorities. Images that closely match the baseline are processed quickly and automatically, while images showing deviations trigger enhanced analysis and human review. This feedback-driven triage maintains high productivity by processing the majority of normal images efficiently while allocating additional resources only when necessary to address anomalous cases.

Inventive Principle:
Principle #23Feedback

Data Source

PatentUS20230351788A1Method and System for Detecting Drift in Image Streams
Publication Date: 2023.11.02 CAPITAL ONE SERVICES LLC
  • US20230351788A1 patent drawing
  • US20230351788A1 patent drawing
  • US20230351788A1 patent drawing

AI summary

Methods and systems disclosed herein may quantify a representation of a type of input an image analysis system should expect. The image analysis system may be trained on the type of input the image analysis system should expect using a first image stream. A first model of the type of input that the image analysis system should expect may be built from the first image stream. After the first model is built, a second image, or a second image stream, may be compared to the first model to determine a difference between the second image, or second image stream, and the first image stream. When the difference is greater than or equal to a threshold, a drift may be detected and steps may be taken to determine the cause of the drift.