Smart Camera Networks for Distributed Target Tracking

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current surveillance systems using distributed smart cameras face challenges in reliably detecting and tracking targets across extended areas without excessive communication demands, as existing methods often require central processing and are not scalable or robust to sensor failures.

Innovation Solution

A decentralized method that allows smart cameras to automatically detect and localize other camera nodes, establishing communication graphs to fuse measurements and distribute tracking tasks, using peer-to-peer wireless networks and image segmentation techniques to triangulate target sightings and maintain tracks across the network.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If information from multiple sensors is fused at a central processing point, then target detection and tracking can be achieved, but communication bandwidth requirements increase excessively and system scalability is limited

Engineering Contradiction:
Improvetarget detection reliabilityVSAvoidcommunication bandwidth consumption
Core Design Contradiction:
ReliabilityVSLoss of energy

Solution Approach 1:

The patent divides the centralized processing function into distributed processing nodes (camera devices). Each camera device independently performs detection and tracking of targets within its own field of view, and only exchanges necessary sighting information with neighboring cameras. This segmentation eliminates the need for a central processing point and reduces communication bandwidth requirements from O(n²) to O(k) where k is the average number of neighbors.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent transitions from a centralized hierarchical architecture to a distributed peer-to-peer network topology. By changing the dimensional organization from single-point convergence to multi-node mesh network, the system achieves both reliable target detection through local collaboration and reduced communication overhead through decentralized operation.

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

2Measurement precision

If a central processing point is used to establish tracks and associate measurements, then tracking accuracy is maintained, but the system becomes vulnerable to single points of failure and lacks robustness

Engineering Contradiction:
Improvetracking accuracyVSAvoidsystem robustness to failures
Core Design Contradiction:
Measurement precisionVSReliability

Solution Approach 1:

The patent segments the tracking function so that each camera device maintains its own local track database and performs independent track establishment and association. Multiple cameras can simultaneously track the same target, providing redundancy. If one camera fails, other cameras continue tracking independently, ensuring system robustness without sacrificing tracking accuracy.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

Each camera device autonomously performs detection, tracking, and data association without relying on a central controller. Cameras self-organize into a distributed network, exchanging sightings with neighbors and maintaining local track states. This self-service capability ensures continuous operation even when individual nodes fail.

Inventive Principle:
Principle #25Self-service

3Area of stationary object

If distributed camera networks are deployed over extended areas, then coverage is improved, but communication complexity and coordination overhead increase

Engineering Contradiction:
Improvesurveillance coverage areaVSAvoidcommunication coordination complexity
Core Design Contradiction:
Area of stationary objectVSDevice complexity

Solution Approach 1:

The patent implements local quality by having each camera device interact only with its immediate neighboring cameras rather than all cameras in the network. Each node makes local decisions about target detection and tracking based on local sightings and exchanges information only with adjacent nodes. This local approach enables scalable deployment over extended areas while keeping communication coordination complexity constant per node regardless of total network size.

Inventive Principle:
Principle #3Local quality

Data Source

PatentUS9449233B2Distributed target tracking using self localizing smart camera networks
Publication Date: 2016.09.20 THE TRUSTEES OF THE UNIV OF PENNSYLVANIA
  • US9449233B2 patent drawing
  • US9449233B2 patent drawing
  • US9449233B2 patent drawing

AI summary

A plurality of camera devices are configured to localize one another based on visibility of each neighboring camera in an image plane. Each camera device captures images and identifies sightings of candidate targets. The camera device share information about sightings and triangulate positions of targets. Targets are matched to known tracks based on prior images, allowing targets to be tracked in a 3D environment.