Item Identification via Image Area Ratio Thresholding

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current systems for identifying and tracking items within images are computationally intensive and time-consuming, especially when dealing with multiple items, and struggle with maintaining accuracy in dynamic environments due to shifts in camera, 3D sensor, or platform positions.

Innovation Solution

A system utilizing a combination of cameras and 3D sensors to capture and process images, identify items, and adjust camera settings dynamically, including recalibration based on updated homographies to maintain accurate pixel-to-physical location mapping, even when components are moved.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If traditional item identification systems process images by comparing features against every item in a database, then identification accuracy is maintained, but processing time increases significantly and real-time performance is lost

Engineering Contradiction:
Improveidentification accuracyVSAvoidprocessing time
Core Design Contradiction:
Measurement precisionVSLoss of time

Solution Approach 1:

The patent segments the item identification process into multiple stages: first detecting item presence and location in the image, then extracting relevant features only for detected items, and finally comparing against the database. This segmentation avoids the computationally expensive operation of comparing all database items against the entire image, reducing processing time while maintaining accuracy for actual items present.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The system performs preliminary detection of item locations and boundaries before conducting the actual identification comparison. By pre-identifying where items are located in the image and what features are relevant, the system prepares the data in advance, eliminating unnecessary processing steps and enabling real-time performance while preserving identification accuracy.

Inventive Principle:
Principle #10Preliminary action

2Productivity

If the system processes images of multiple items simultaneously, then throughput is improved, but computational complexity increases making the process intractable

Engineering Contradiction:
ImprovethroughputVSAvoidcomputational complexity
Core Design Contradiction:
ProductivityVSDevice complexity

Solution Approach 1:

The patent applies segmentation by detecting and isolating individual items within the image, creating separate processing regions for each item. This allows the system to handle multiple items simultaneously by processing each item's features independently rather than attempting to process all items as a single complex task, reducing overall computational complexity while maintaining high throughput.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The system performs partial processing by focusing computational resources only on regions of the image that contain items, rather than processing the entire image uniformly. This selective approach allows the system to handle multiple items efficiently by applying computational effort only where necessary, improving throughput without proportionally increasing overall complexity.

Inventive Principle:
Principle #16Partial or excessive action

3Measurement precision

If the system uses fixed camera and platform positions, then calibration accuracy is maintained, but adaptability to dynamic environments is reduced

Engineering Contradiction:
Improvecalibration accuracyVSAvoidenvironmental adaptability
Core Design Contradiction:
Measurement precisionVSAdaptability or versatility

Solution Approach 1:

The patent implements dynamics by enabling the system to detect when camera or platform positions have changed and to recalibrate accordingly. Rather than relying on fixed positions, the system dynamically adapts to environmental changes by detecting position shifts and updating calibration parameters, maintaining measurement precision while gaining adaptability to dynamic environments.

Inventive Principle:
Principle #15Dynamics

Solution Approach 2:

The system uses feedback mechanisms to monitor the actual positions of cameras and platforms, compare them against calibrated positions, and trigger recalibration when deviations are detected. This feedback loop ensures that calibration accuracy is maintained even in dynamic environments where positions may change, as the system continuously adjusts based on actual conditions rather than relying on fixed assumptions.

Inventive Principle:
Principle #23Feedback

Data Source

PatentUS20240029390A1System and method for identifying an item based on an amount of image information in an image of the item
Publication Date: 2024.01.25 7-ELEVEN INC
  • US20240029390A1 patent drawing
  • US20240029390A1 patent drawing
  • US20240029390A1 patent drawing

AI summary

In response to detecting a triggering event corresponding to placement of a first item on a platform, a plurality of images of the first item are captured. For each image of the first item, a cropped image is generated including a bounding box around the first item depicted in the image. For each cropped image, a ratio is calculated between a portion of a total area within the bounding box occupied by the first item and the total area. If the ratio equals or exceeds a minimum threshold, an item identifier associated with the first item is identified based on the cropped image. On the other hand, if the ratio is below the threshold, the cropped image is discarded. A particular item identifier is selected from a set of cropped images that were not discarded.