3D Object Tracking via 2D Particle Filter Decomposition

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing methods for tracking objects in three-dimensional space using passive acoustic sensors face challenges in accuracy and complexity, particularly when extending two-dimensional particle filtering algorithms to three-dimensional spaces, and are sensitive to noise-corrupted signals.

Innovation Solution

The method involves decomposing a three-dimensional particle filter into simpler two-dimensional particle filters, selecting planes based on elevation or azimuth angles, and associating results from these filters to track objects accurately while reducing computational complexity.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Measurement precision

If a three-dimensional particle filter is directly extended from conventional two-dimensional particle filtering algorithms, then three-dimensional object tracking can be achieved, but the computational complexity increases significantly

Engineering Contradiction:
Improvetracking accuracyVSAvoidcomputational complexity
Core Design Contradiction:
Measurement precisionVSDevice complexity

Solution Approach 1:

The three-dimensional particle filter is segmented into multiple two-dimensional particle filters, each operating on a specific plane (e.g., XY, YZ, ZX planes). Each 2-D filter processes tracking independently in its plane, and the results are fused to achieve 3-D tracking. This segmentation reduces the computational burden of directly implementing a full 3-D particle filter while maintaining tracking accuracy.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The approach transforms the three-dimensional tracking problem into multiple two-dimensional problems by projecting the 3-D space onto 2-D planes. Instead of directly solving the complex 3-D particle filter, the system solves simpler 2-D particle filters on different planes and combines their results, effectively using dimensionality reduction to simplify computation.

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

2Adaptability or versatility

If passive acoustic sensors are used for object tracking, then the system can operate without active emission, but the estimation accuracy becomes sensitive to noise-corrupted signals

Engineering Contradiction:
Improvepassive operation capabilityVSAvoidestimation accuracy
Core Design Contradiction:
Adaptability or versatilityVSMeasurement precision

Solution Approach 1:

Multiple particle filters operating on different planes are merged and their results are fused to produce the final tracking estimate. This combining of multiple independent 2-D filter results improves the robustness against noise and enhances estimation accuracy compared to using a single 2-D filter or direct 3-D extension.

Inventive Principle:
Principle #5Merging (Combining)

3Ease of manufacture

If sensors are positioned at specified locations with constant height for two-dimensional tracking, then the tracking framework can be established, but the system cannot support sensor mobility and requires more sensors for three-dimensional extension

Engineering Contradiction:
Improvefixed position implementationVSAvoidsensor mobility support
Core Design Contradiction:
Ease of manufactureVSAdaptability or versatility

Solution Approach 1:

The particle filter framework is designed to be universal and adaptable to different sensor configurations. The same 2-D particle filter algorithm can be applied on different planes (XY, YZ, ZX) regardless of sensor position or mobility. This multi-planar approach allows the system to handle both fixed and mobile sensors without requiring additional sensors or changing the fundamental algorithm structure.

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

Data Source

PatentUS8213265B2Method of object tracking in 3D space based on particle filter using acoustic sensors
Publication Date: 2012.07.03 AJOU UNIV IND ACADEMIC COOP FOUND
  • US8213265B2 patent drawing
  • US8213265B2 patent drawing
  • US8213265B2 patent drawing

AI summary

There is provided a method of tracking an object in a three-dimensional (3-D) space by using particle filter-based acoustic sensors, the method comprising selecting two planes in the 3-D space; executing two-dimensional (2-D) particle filtering on the two selected planes, respectively; and associating results of the 2-D particle filtering on the respective planes.