Cross-Camera Human Tracking Using Anatomical Fingerprints

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Traditional video surveillance systems struggle with inconsistent and error-prone subject tracking due to fragmented task-specific detectors, lack of shared context, and sensitivity to occlusion, especially in crowded scenes, failing to maintain identity across time and space.

Innovation Solution

A neural network-based system that detects human subjects using a unified multitask model predicting multiple body features, generates stable anatomical points and directional vectors, maps pixel coordinates to global coordinates, and integrates appearance-based matching and Kalman filters for robust tracking across cameras.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Ease of operation

If separate task-specific detectors are used for identifying human features, then each component can be executed independently, but grouping different body parts into coherent subject representations becomes error-prone and inconsistent

Engineering Contradiction:
ImproveIndependent execution of detectorsVSAvoidSubject representation consistency
Core Design Contradiction:
Ease of operationVSReliability

Solution Approach 1:

The patent merges separate task-specific detectors into a unified multi-task detection framework that simultaneously performs face detection, head detection, and body detection. This unified model shares feature representations across tasks and produces consistent subject representations by jointly optimizing all detection tasks, eliminating the errors and inconsistencies that arise from independently grouping body parts detected by separate detectors.

Inventive Principle:
Principle #5Merging (Combining)

Solution Approach 2:

The unified detection model achieves multi-functionality by performing multiple detection tasks (face, head, body) within a single framework. This universal model processes different body parts and features simultaneously, maintaining consistency across all detections while preserving the ability to execute each task independently through modular output structures.

Inventive Principle:
Principle #6Universality (Multi-functionality)

2Device complexity

If conventional pose estimation models assume full-body visibility, then the models are simpler to implement, but they fail to produce useful results when individuals are partially occluded or out of frame

Engineering Contradiction:
ImproveModel implementation simplicityVSAvoidTracking capability under occlusion
Core Design Contradiction:
Device complexityVSReliability

Solution Approach 1:

The patent applies partial action by training the pose estimation model to work effectively with partial body visibility. Instead of requiring full-body input, the model is designed to accurately estimate pose from visible body parts only, using probabilistic reasoning to infer the positions of occluded or out-of-frame joints. This allows the system to produce useful results even when individuals are partially obscured or out of frame.

Inventive Principle:
Principle #16Partial or excessive action

Solution Approach 2:

The model changes its operational parameters by adapting to varying visibility conditions. It dynamically adjusts its pose estimation based on which body parts are visible, using different computational strategies for fully visible versus partially occluded subjects. This parameter adaptation maintains reliability under occlusion while managing complexity through conditional processing.

Inventive Principle:
Principle #35Parameter changes

3Device complexity

If traditional surveillance systems track subjects within single cameras, then tracking is simpler to implement, but subjects cannot be consistently tracked across time and space when individuals exit and re-enter the field of view or transition between cameras

Engineering Contradiction:
ImproveTracking system architectureVSAvoidCross-camera subject tracking
Core Design Contradiction:
Device complexityVSReliability

Solution Approach 1:

The patent extends tracking from the two-dimensional image plane to three-dimensional space by incorporating depth information and camera calibration data. This dimensional extension enables the system to map subject positions across multiple camera views and maintain consistent tracking as subjects move through space and transition between cameras, overcoming the limitations of single-camera tracking.

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

Solution Approach 2:

The system segments the surveillance environment into multiple camera zones and implements hierarchical tracking, where each camera maintains local subject representations that are then integrated into a global tracking framework. This segmentation approach manages complexity by handling each camera's data independently before combining results, enabling reliable cross-camera tracking without overwhelming system complexity.

Inventive Principle:
Principle #1Segmentation

Data Source

PatentUS20260045091A1Human Subject Tracking in Secure Environment
Publication Date: 2026.02.12 METROPOLIS IP HOLDINGS LLC
  • US20260045091A1 patent drawing
  • US20260045091A1 patent drawing
  • US20260045091A1 patent drawing

AI summary

A system for multitask detection performs subject tracking by processing image frames from one or more video cameras deployed in a monitored environment. The system uses a neural network to detect human subjects in each frame and extracts feature sets for each subject. These features include a semantic center of the body and directional vectors extending to other body parts, such as the head or face, forming a subject-specific fingerprint. The system compares these fingerprints across frames to identify instances of the same subject over time. By correlating subject positions in image frames with the geolocation data of the capturing cameras, the system computes global coordinates for each subject. Using both the subject-specific fingerprints and spatial coordinates, the system determines trajectories of individuals, including transitions between camera views.