Item Tracking Recalibration for Real-Time Platform Identification

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Identifying and tracking multiple items in real-time is computationally intensive and time-consuming, making it incompatible with real-time applications, and maintaining accuracy in item tracking is challenging due to potential shifts in camera, 3D sensor, and platform positions.

Innovation Solution

A system using cameras and 3D sensors to identify and track items, with dynamic recalibration of homography to maintain accuracy, and intelligent detection of triggering events, reducing computational load by minimizing unnecessary image processing and leveraging user feedback and item associations.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Productivity

If traditional item identification methods are used to identify and track multiple items, then item identification can be performed, but the process becomes computationally intensive and time-consuming, making it incompatible with real-time applications

Engineering Contradiction:
Improveitem identification speedVSAvoidcomputational complexity
Core Design Contradiction:
ProductivityVSDevice complexity

Solution Approach 1:

The system segments the item identification process into distinct phases: triggering event detection, depth image capture, homography application, and item identification. By dividing the workflow into discrete steps with clear entry and exit conditions, the system processes only relevant items rather than continuously analyzing all images, significantly reducing computational complexity while maintaining real-time identification capability

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The system performs preliminary actions by capturing depth images and determining object poses before actual item identification. Homography transformations are pre-computed based on camera position and platform orientation. These preliminary steps prepare the data in advance so that when an item needs identification, the processing is already optimized and ready, reducing the time and computational resources needed for the actual identification task

Inventive Principle:
Principle #10Preliminary action

2Reliability

If continuous image processing is performed to track items, then item tracking capability is maintained, but computational resources are consumed unnecessarily when items do not move

Engineering Contradiction:
Improveitem tracking accuracyVSAvoidcomputational resource consumption
Core Design Contradiction:
ReliabilityVSUse of energy by moving object

Solution Approach 1:

Instead of continuous processing, the system implements periodic action by triggering image capture and processing only when specific events occur - namely when items are placed on or removed from the platform. The system uses depth image analysis to detect these triggering events, then performs homography-based tracking only for the affected items. This event-driven approach maintains reliable tracking while dramatically reducing computational resource consumption during periods when items remain stationary

Inventive Principle:
Principle #19Periodic action

3Measurement precision

If homography is used to map pixel locations to physical coordinates, then item location accuracy is improved, but the system becomes sensitive to shifts in camera, 3D sensor, and platform positions

Engineering Contradiction:
Improveitem location precisionVSAvoidsystem adaptability to position shifts
Core Design Contradiction:
Measurement precisionVSAdaptability or versatility

Solution Approach 1:

The system implements feedback by continuously monitoring the relationship between the camera, 3D sensor, and platform using depth images and object pose detection. When position shifts are detected, the system recalibrates the homography parameters to maintain accurate mapping between pixel locations and physical coordinates. This feedback loop ensures that the system adapts to position changes while preserving the high measurement precision that homography provides

Inventive Principle:
Principle #23Feedback

Solution Approach 2:

The system applies dynamics by making the homography parameters adaptive rather than fixed. The homography matrix is dynamically updated based on real-time detection of camera, sensor, or platform position changes. This dynamic adjustment allows the system to maintain accurate item location tracking even when the physical configuration changes, resolving the contradiction between precision and adaptability

Inventive Principle:
Principle #15Dynamics

Data Source

PatentUS20260112043A1System and method for identifying moved items on a platform during item identification
Publication Date: 2026.04.23 7-ELEVEN INC
  • US20260112043A1 patent drawing
  • US20260112043A1 patent drawing
  • US20260112043A1 patent drawing

AI summary

A plurality of first images are captured of the first item and a plurality of cropped first images are generated based on the first images. A first item identifier associated with the first item is identified based on the cropped first images. A plurality of second images of the first item are captured and a plurality of cropped second images are generated from the second images. In response to determining that the cropped first images match with the cropped second images, the first item identifier is assigned to the first item depicted in the second images.