Pedestrian Tracking Counter Mechanism for Robust ID Switching

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing multi-target pedestrian tracking methods face challenges such as insufficient robustness in tracking identification switching, difficulties in feature matching due to similar re-identification features, and errors in feature matching when pedestrians overlap, leading to issues like missed detections and incorrect tracking.

Innovation Solution

A multi-target pedestrian tracking method that sets a tracking counter for each candidate detection box, updates it based on matching with existing tracking boxes, and converts temporary to confirmed tracking IDs when reaching a threshold, while calculating feature distances and partial intersection-over-unions to improve matching accuracy.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If traditional tracking-by-detection mode is used to achieve multi-target tracking, then the system can operate with simple algorithms, but tracking accuracy deteriorates due to blockings and crossings between pedestrians

Engineering Contradiction:
Improvetracking accuracyVSAvoidalgorithm complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The patent segments the tracking process into multiple independent modules: detection module for candidate boxes, matching module for feature comparison, counter module for tracking state management, and confirmation module for final identification. Each module handles a specific aspect of the tracking task, improving overall accuracy while maintaining manageable complexity through functional decomposition.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent performs preliminary actions by pre-calculating feature distances between candidate boxes and existing tracking boxes before making tracking decisions. The system also pre-establishes matching criteria and counter thresholds, allowing for more accurate and stable tracking identification switching without requiring complex real-time decision-making algorithms.

Inventive Principle:
Principle #10Preliminary action

2Reliability

If feature matching is performed between candidate boxes and tracking boxes, then tracking continuity is improved, but matching errors occur when pedestrians have similar re-identification features

Engineering Contradiction:
Improvetracking continuityVSAvoidfeature matching accuracy
Core Design Contradiction:
ReliabilityVSMeasurement precision

Solution Approach 1:

The patent implements a feedback mechanism through the tracking counter that continuously monitors matching results. When a candidate box matches an existing tracking box, the counter increments; when it doesn't match, the counter decrements. This feedback loop allows the system to accumulate evidence over multiple frames, reducing the impact of single-frame matching errors caused by similar pedestrian features and improving overall tracking continuity and accuracy.

Inventive Principle:
Principle #23Feedback

3Speed

If tracking identification is switched based on single-frame detection, then the system responds quickly to new pedestrians, but false identifications occur due to detection errors

Engineering Contradiction:
Improveresponse speedVSAvoididentification accuracy
Core Design Contradiction:
SpeedVSReliability

Solution Approach 1:

The patent performs preliminary actions by pre-establishing a confirmation threshold for the tracking counter before finalizing identification changes. This threshold mechanism ensures that detection errors in single frames do not trigger false identification switches, while still allowing quick response to genuine new pedestrians once the threshold is reached through cumulative matching evidence.

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The patent applies beforehand cushioning by using the tracking counter to buffer against detection errors. The counter requires multiple consistent matching results before confirming an identification change, providing a cushion against false positives from single-frame detection errors while maintaining responsiveness to actual tracking needs.

Inventive Principle:
Principle #11Beforehand cushioning (Prior cushioning)

4Quantity of substance

If multiple candidate boxes are detected in overlapping regions, then detection coverage is improved, but feature matching becomes ambiguous leading to tracking errors

Engineering Contradiction:
Improvedetection coverageVSAvoidfeature matching precision
Core Design Contradiction:
Quantity of substanceVSMeasurement precision

Solution Approach 1:

The patent uses feedback through the tracking counter to resolve ambiguity in feature matching when multiple candidate boxes overlap. The counter accumulates matching evidence across frames, allowing the system to distinguish between genuine multiple pedestrians and overlapping detection false positives by observing consistent matching patterns over time, thereby improving feature matching precision while maintaining detection coverage.

Inventive Principle:
Principle #23Feedback

Data Source

PatentUS11830273B2Multi-target pedestrian tracking method, multi-target pedestrian tracking apparatus and multi-target pedestrian tracking device
Publication Date: 2023.11.28 BOE TECHNOLOGY GROUP CO LTD
  • US11830273B2 patent drawing
  • US11830273B2 patent drawing
  • US11830273B2 patent drawing

AI summary

A multi-target pedestrian tracking method, a multi-target pedestrian tracking apparatus and a multi-target pedestrian tracking device are provided, related to the field of image processing technologies. The multi-target pedestrian tracking method includes: detecting a plurality of candidate pedestrian detection boxes in a current frame of image to be detected, where a temporary tracking identification and a tracking counter are set for each of the plurality of candidate pedestrian detection boxes; and determining whether each of the plurality of candidate pedestrian detection boxes matches an existing tracking box, updating a value of the tracking counter according to a determination result, and continuing to detect a next frame of image to be detected. When the value of the tracking counter reaches a first preset threshold, the updating the value of the tracking counter is stopped, and the temporary tracking identification is converted to a confirmed tracking identification.