Object Tracking Search Range Update to Prevent Passing Over

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing object tracking technologies suffer from the phenomenon of 'passing over', where a similar object is mistakenly tracked instead of the target, making it difficult to return to the correct target once the error occurs.

Innovation Solution

An object tracking device that extracts target candidates from time series images, updates a search range based on frame and movement information, tracks using a confidence level with a target model, and updates the model using these candidates.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If the search range is expanded to cover the entire image to ensure the target is found, then the probability of finding the target increases, but the computational complexity and processing time increase significantly

Engineering Contradiction:
Improvetarget tracking accuracyVSAvoidcomputational complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The patent applies local quality by focusing computational resources on a specific local region (search range) rather than the entire image. The search range is dynamically adjusted based on target movement information, concentrating processing power where the target is likely to be located, thus maintaining high tracking accuracy while reducing overall computational complexity.

Inventive Principle:
Principle #3Local quality

Solution Approach 2:

The patent uses preliminary action by predicting the target's future position based on movement information from previous frames before actually performing the full search. This preliminary estimation allows the system to narrow down the search range in advance, reducing the computational burden of the subsequent tracking operation.

Inventive Principle:
Principle #10Preliminary action

2Productivity

If the search range is reduced to a small area to decrease computational load, then processing speed increases, but the risk of missing the target or similar objects increases

Engineering Contradiction:
Improveprocessing speedVSAvoidtarget detection accuracy
Core Design Contradiction:
ProductivityVSReliability

Solution Approach 1:

The patent applies dynamics by making the search range adaptive and dynamic rather than fixed. The search range automatically adjusts its size and position based on the target's movement characteristics and prediction accuracy, ensuring it remains appropriately sized to capture the target while minimizing unnecessary computational areas.

Inventive Principle:
Principle #15Dynamics

3Adaptability or versatility

If the target model is continuously updated using extracted candidates to improve tracking adaptability, then the system can adapt to appearance changes, but the risk of learning wrong features from similar objects increases

Engineering Contradiction:
Improveappearance change adaptationVSAvoidfeature discrimination accuracy
Core Design Contradiction:
Adaptability or versatilityVSReliability

Solution Approach 1:

The patent applies feedback by using the tracking results and confidence levels to control model updates. The target model is updated based on feedback from successful tracking instances where the confidence level indicates high similarity, while avoiding updates from potential false positives. This feedback mechanism allows the system to adapt to appearance changes while maintaining feature discrimination accuracy.

Inventive Principle:
Principle #23Feedback

Data Source

PatentUS12499561B2Object tracking device, object tracking method, and recording medium
Publication Date: 2025.12.16 NEC CORP
  • US12499561B2 patent drawing
  • US12499561B2 patent drawing
  • US12499561B2 patent drawing

AI summary

In an object tracking device, an extraction means extracts target candidates from time series images. A search range update means updates a search range based on frame information of a target in a previous image in a time series and movement information of the target. A tracking means searches for and tracks the target using a confidence level indicating similarity with a target model, from among the target candidates extracted in the search range. A model update means updates the target model using the target candidates extracted in the search range.