Zone-Based Object Tracking and Counting

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing object detection systems using overhead cameras face challenges in accurately counting people or objects due to occlusion issues, light changes, shadows, and false counting caused by objects lingering near virtual lines or moving in ways that violate zone transition criteria.

Innovation Solution

The system defines virtual zones and uses a zone transition criterion to increment or decrement a count value based on consistent movement across zones within a defined time constraint, preventing updates if the movement does not satisfy the criteria, thereby enhancing accuracy by tracking objects across multiple zones and their trajectories.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If zone transition criterion is applied to update count value, then false counting is reduced, but system complexity increases

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

Solution Approach 1:

The monitoring area is divided into multiple zones with defined transition criteria. Each zone transition is evaluated independently against specific criteria (time spent in zone, direction of movement, sequence of zones). This segmentation allows the system to achieve high counting accuracy by only incrementing the count when valid transitions occur, while managing complexity through modular zone definitions and criterion checks.

Inventive Principle:
Principle #1Segmentation

2Reliability

If multiple zones are defined for tracking, then object tracking accuracy improves, but computational load increases

Engineering Contradiction:
Improvetracking accuracyVSAvoidcomputational load
Core Design Contradiction:
ReliabilityVSUse of energy by moving object

Solution Approach 1:

Different zones can have different transition criteria tailored to local conditions. For example, zones near entrances may have different time thresholds than zones in the center of a room. The system evaluates transitions locally against zone-specific criteria rather than applying a single global rule set, improving tracking accuracy while optimizing computational resources by only processing relevant transitions.

Inventive Principle:
Principle #3Local quality

Solution Approach 2:

The system monitors all zone transitions but only performs full processing and count updates for transitions that satisfy the criteria. Partial transitions (objects that enter and quickly leave a zone without meeting time thresholds) are detected but not fully processed, reducing computational load while maintaining tracking accuracy for valid transitions.

Inventive Principle:
Principle #16Partial or excessive action

3Measurement precision

If zone transition criteria include time constraints, then false positives are reduced, but response time increases

Engineering Contradiction:
Improvecounting accuracyVSAvoidresponse time
Core Design Contradiction:
Measurement precisionVSLoss of time

Solution Approach 1:

The system continuously tracks objects in zones and pre-evaluates transition criteria as objects move between zones. When an object approaches a zone boundary, the system begins checking whether the transition will satisfy the criteria (time spent, direction, sequence). This preliminary evaluation allows the system to be ready to update counts immediately when valid transitions occur, reducing actual response time while maintaining accuracy through pre-validated criteria.

Inventive Principle:
Principle #10Preliminary action

Data Source

PatentUS11657613B2Zone based object tracking and counting
Publication Date: 2023.05.23 ANALOG DEVICES INT UNLTD CO
  • US11657613B2 patent drawing
  • US11657613B2 patent drawing
  • US11657613B2 patent drawing

AI summary

This disclosure describes techniques to count objects across multiple zones of arbitrary shapes. The techniques include operations comprising: detecting an object in a first zone of a plurality of zones of an area; determining that the object has moved from the first zone to a second zone of the plurality of zones; determining that movement of the object from the first zone to the second zone fails to satisfy a zone transition criterion for updating a count value and time criterion; and in response to determining that the movement of the object from the first zone to the second zone fails to satisfy the zone transition criterion, preventing the count value from being updated.