Identity Mapping Across Multiple Camera Views

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Computer vision systems face challenges in identifying and tracking individuals and products across varying orientations in dynamic environments like retail stores, leading to incorrect results due to the changing angles and perspectives captured by multiple cameras.

Innovation Solution

A system utilizing multiple cameras to capture and process images of customers and products, mapping them to a distinct identity using deep learning models and K-Nearest Neighbors databases, where feature vectors are extracted and compared to determine accurate identification regardless of orientation, with the help of autoencoders and Euclidean distance calculations.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Adaptability or versatility

If multiple cameras capture images from different angles to track objects in a store, then the coverage and tracking capability are improved, but the difficulty of determining whether captured items are the same object increases

Engineering Contradiction:
Improvetracking capabilityVSAvoididentification difficulty
Core Design Contradiction:
Adaptability or versatilityVSDifficulty of detecting and measuring

Solution Approach 1:

The system creates a digital copy (feature vector) of each object's appearance characteristics from multiple camera views. These feature vectors serve as identifiable copies that can be compared across different angles and time points, enabling consistent tracking despite varying perspectives.

Inventive Principle:
Principle #26Copying

Solution Approach 2:

The system transforms visual image data into parameter-based feature vectors that capture essential object characteristics in a standardized format. By changing from raw image comparison to parameter-based comparison, the system can reliably identify objects across different orientations and lighting conditions.

Inventive Principle:
Principle #35Parameter changes

2Measurement precision

If deep learning models process attributes from multiple images to determine object identity, then the identification accuracy is improved, but the processing time and computational complexity increase

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

Solution Approach 1:

The system extracts only the essential attributes and features from complete images, creating condensed feature vectors that retain identification-critical information while discarding redundant visual data. This extraction enables faster processing while maintaining identification accuracy.

Inventive Principle:
Principle #2Taking out (Extraction)

Solution Approach 2:

The system pre-processes images to extract and store feature vectors before actual identification tasks. This preliminary extraction of essential characteristics allows for rapid comparison and matching during tracking operations, reducing real-time processing requirements.

Inventive Principle:
Principle #10Preliminary action

Data Source

PatentUS11568564B2Mapping multiple views to an identity
Publication Date: 2023.01.31 NCR VOYIX CORP
  • US11568564B2 patent drawing
  • US11568564B2 patent drawing
  • US11568564B2 patent drawing

AI summary

Disclosed are systems and methods for mapping multiple views to an identity. The systems and methods may include receiving a plurality of images that depict an object. Attributes associated with the object may be extracted from the plurality of images. An identity of the object may be determined based on processing the attributes.