Pedestrian Tracking Blob Split-Merge Algorithm

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing pedestrian tracking and counting technologies using near-front top-view monitoring videos struggle to accurately count multiple pedestrians in crowded areas, resulting in low accuracy due to difficulties in distinguishing and tracking stuck individuals.

Innovation Solution

A method and device that acquire video images, compare them with background images to detect and segment blobs, split or combine them based on thresholds, and use center-of-mass coordinates for tracking and counting, employing a nearest proximity matching algorithm with a Euclidean distance cost function to improve accuracy.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If conventional blob detection is used without splitting and combining operations, then the processing is simpler, but the counting accuracy for stuck pedestrians deteriorates

Engineering Contradiction:
Improvecounting accuracyVSAvoidprocessing complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The patent applies segmentation by splitting large blobs into smaller candidate blobs based on width and height thresholds (TW and TH). When a blob's dimensions exceed twice the threshold, it is divided into multiple segments, allowing individual pedestrians within crowded groups to be distinguished and counted separately, thereby improving counting accuracy for stuck pedestrians.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent applies merging by combining adjacent candidate blobs that belong to the same pedestrian. By calculating center-of-mass distances and comparing them to thresholds, the system merges fragmented blob segments back into unified pedestrian representations, ensuring accurate counting while reducing over-segmentation errors.

Inventive Principle:
Principle #5Merging (Combining)

2Measurement precision

If blob splitting is performed without subsequent combining, then individual pedestrians in crowds can be distinguished, but false segmentation of single pedestrians deteriorates

Engineering Contradiction:
Improvepedestrian distinction accuracyVSAvoidcounting reliability
Core Design Contradiction:
Measurement precisionVSReliability

Solution Approach 1:

The system segments blobs based on dimensional thresholds to distinguish stuck pedestrians, but this may cause false segmentation of single pedestrians into multiple parts.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The combining operation counteracts false segmentation by merging candidate blobs that represent the same pedestrian. By checking center-of-mass distances and applying merging thresholds, the system reunites fragmented segments of individual pedestrians, ensuring that each pedestrian is counted exactly once and improving overall counting reliability.

Inventive Principle:
Principle #5Merging (Combining)

3Productivity

If all detected blobs are counted directly, then the processing is faster, but the counting result accuracy for crowded scenes deteriorates

Engineering Contradiction:
Improveprocessing speedVSAvoidcounting accuracy
Core Design Contradiction:
ProductivityVSMeasurement precision

Solution Approach 1:

Instead of counting all detected blobs directly, the system segments large blobs into candidate blobs and then merges them according to spatial relationships. This two-stage process maintains processing efficiency while significantly improving counting accuracy for crowded scenes by properly handling stuck pedestrians through the split-merge operations.

Inventive Principle:
Principle #1Segmentation

Data Source

PatentEP2919189B1Pedestrian tracking and counting method and device for near-front top-view monitoring video
Publication Date: 2018.04.11 ZTE CORP
  • EP2919189B1 patent drawingFigure 1~2
  • EP2919189B1 patent drawingFigure 3
  • EP2919189B1 patent drawingFigure 4~5

AI summary

Provided are a pedestrian tracking and counting method and device for a near-front top-view monitoring video, wherein the method includes that a video image under a current monitoring scene is acquired, the acquired video image is compared with a background image, and when it is determined that the video image is a foreground image, each blob in the foreground image is segmented and combined to acquire a target blob representing an individual pedestrian, and tracking and counting are performed according to the centre-of-mass coordinate of each target blob in a detection area to acquire the number of pedestrians under the current monitoring scene. Thus the accuracy of a counting result can be improved.