Object Tracking via Random Projections and Hybrid Templates

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing object tracking methods, particularly template-based tracking, face challenges in handling changes in illumination, occlusion, and drift due to their sensitivity to appearance variations and computational complexity, which affects real-time performance and robustness, especially in unconstrained environments.

Innovation Solution

The method employs random projections to represent objects in a lower dimensional space for efficient tracking, using a hybrid template library that updates templates incrementally to adapt to changes and maintain robustness, while also employing learned distance metrics for improved discrimination between objects and backgrounds.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If template-based tracking is used to track objects, then tracking accuracy is improved, but computational complexity increases

Engineering Contradiction:
Improvetracking accuracyVSAvoidcomputational complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The patent transforms the tracking problem from image space to a feature space using random projections. Instead of comparing full image templates, the system projects image data into a lower-dimensional feature space where similarity computations are performed. This dimensional transformation maintains tracking accuracy while significantly reducing computational complexity by operating on compressed feature representations rather than full images.

Inventive Principle:
Principle #17Another dimension (Dimensionality change)

Solution Approach 2:

The patent extracts only the essential features needed for tracking by using random projections to transform image data into compact feature vectors. Instead of processing entire image templates, the system extracts and processes only the projected feature components, removing unnecessary data while preserving the information critical for accurate tracking comparisons.

Inventive Principle:
Principle #2Taking out (Extraction)

2Productivity

If color histograms are used as tracking features, then tracking performance is improved, but sensitivity to illumination changes increases

Engineering Contradiction:
Improvetracking performanceVSAvoidsensitivity to illumination changes
Core Design Contradiction:
ProductivityVSObject-affected harmful factors

Solution Approach 1:

The patent changes the parameter representation from color histograms (which are directly affected by illumination) to random projection features that capture structural and spatial relationships. By transforming the feature space and using different statistical moments or distance metrics in the projected space, the system maintains tracking performance while reducing sensitivity to illumination variations that disproportionately affect color-based features.

Inventive Principle:
Principle #35Parameter changes

3Reliability

If a large template library is maintained to handle appearance variations, then robustness is improved, but storage requirements increase

Engineering Contradiction:
ImproverobustnessVSAvoidstorage requirements
Core Design Contradiction:
ReliabilityVSQuantity of substance

Solution Approach 1:

The patent projects high-dimensional image templates into a lower-dimensional feature space using random projections. This transformation allows the system to maintain a comprehensive template library with robust coverage of appearance variations while storing only the compressed feature representations. The dimensional reduction preserves the essential information needed for robust tracking while dramatically reducing the storage footprint of the template library.

Inventive Principle:
Principle #17Another dimension (Dimensionality change)

Data Source

PatentUS8873798B2Methods for tracking objects using random projections, distance learning and a hybrid template library and apparatuses thereof
Publication Date: 2014.10.28 ROCHESTER INSTITUTE OF TECHNOLOGY
  • US8873798B2 patent drawing
  • US8873798B2 patent drawing
  • US8873798B2 patent drawing

AI summary

A method, non-transitory computer readable medium, and apparatus that tracks an object includes utilizing random projections to represent an object in a region of an initial frame in a transformed space with at least one less dimension. One of a plurality of regions in a subsequent frame with a closest similarity between the represented object and one or more of plurality of templates is identified as a location for the object in the subsequent frame. A learned distance is applied for template matching, and techniques that incrementally update the distance metric online are utilized in order to model the appearance of the object and increase the discrimination between the object and the background. A hybrid template library, with stable templates and hybrid templates that contains appearances of the object during the initial stage of tracking as well as more recent ones is utilized to achieve robustness with respect to pose variation and illumination changes.