Particle Filter Location Estimation for Wireless Target Tracking
Find Innovative SolutionsGenerate Solutions
Solution Overview
Problem
Conventional techniques for locating a target object in a wireless communication environment face challenges in modeling the object's movement, leading to high computational load and memory consumption due to the rapid increase in state transitions, and struggle with unforeseen or unlikely movements.
Innovation Solution
The method employs a set of particles associated with attributes that model the target object's properties, where particles evolve analogous to natural selection, with well-fitting particles having a higher likelihood of survival and producing descendants, effectively handling unexpected movements by adapting the motion models and device models.
Engineering Contradictions & Design Principles
Engineering Contradiction Analysis
1Measurement precision
If the number of possible movement states is increased to improve location estimation accuracy, then positioning precision is improved, but the number of state transitions increases rapidly causing high computational load and memory consumption
Solution Approach 1:
The patent segments the location estimation problem into discrete movement states and transitions, managing complexity by processing states in manageable batches rather than handling all possible states simultaneously. The particle filter algorithm processes a finite number of particles representing segmented probability distributions across possible locations.
Solution Approach 2:
The patent implements dynamic adaptation where the set of movement states and transitions is updated based on observed target behavior patterns. The system dynamically adjusts the number and types of states considered, allowing flexibility without requiring a fixed comprehensive state space, thereby reducing computational burden while maintaining precision.
2Measurement precision
If the number of possible movement states is increased to improve location estimation accuracy, then positioning precision is improved, but memory consumption increases
Solution Approach 1:
The patent segments the probability distribution into a finite number of particles rather than maintaining a complete state space representation. Each particle represents a discrete hypothesis about target location and movement, allowing memory-efficient storage of probability distributions across multiple possible states without requiring exhaustive state tables.
Solution Approach 2:
The patent changes the representation parameters from explicit state transition probability matrices to implicit particle-based probability distributions. This parameter transformation allows the system to represent complex multi-state scenarios using a manageable number of particles, reducing memory requirements while preserving positioning precision.
3Productivity
If conventional state transition modeling is used to handle target movement, then location estimation is performed, but unforeseen or unlikely movements cannot be handled robustly
Solution Approach 1:
The patent implements feedback mechanisms where observed signal measurements are continuously compared with predictions from current particle hypotheses. When observations deviate from expected patterns indicating unforeseen movements, the system uses feedback to resample and redistribute particles, adapting to new movement patterns without requiring pre-programmed responses for all possible scenarios.
Solution Approach 2:
The patent uses copying through particle reproduction where successful particle hypotheses that explain observations well are replicated and mutated to create new hypotheses. This copying mechanism allows the system to adapt to unforeseen movements by replicating and varying successful adaptation patterns rather than relying on predetermined state transitions.
Data Source
AI summary
A method for estimating a target object properties, including location, in an environment. A topology model indicates permissible locations and transitions and a data model models a location-dependent physical quantity which is observed by the target object's sensing device. Motion models model specific target object types, obeying the permissible locations and transitions. The target object is assigned a set of particles, each having a set of attributes, including location in relation to the topology model. The attributes estimate the target object properties The particles' update cycles include: determining a degree of belief for each particle to estimate the target object properties; determining a weight for each particle based on at least the determined degree of belief and generating new particles for update cycle n+1 in an evolutionary process.


