Mengwei Sun,Mike E. Davies,Ian K. Proudler,James R. Hopgood
Abstract:Maneuvering target tracking is a challenging problem for sensor systems because of the unpredictability of the targets' motions. This paper proposes a novel data-driven method for learning the dynamical motion model of a target. Non-parametric Gaussian process regression (GPR) is used to learn a target's naturally shift invariant motion (NSIM) behavior, which is translationally invariant and does not need to be constantly updated as the target moves. The learned Gaussian processes (GPs) can be applied to track targets within different surveillance regions from the surveillance region of the training data by being incorporated into the particle filter (PF) implementation. The performance of our proposed approach is evaluated over different maneuvering scenarios by being compared with commonly used interacting multiple model (IMM)-PF methods and provides around $90\%$ performance improvement for a multi-target tracking (MTT) highly maneuvering scenario.
What problem does this paper attempt to address?
One of the key problems in target tracking that this paper attempts to solve is dealing with the uncertainty of the target motion model. Specifically, when the target performs unknown or mixed maneuvering behaviors, the evolution process of its state is too complex to be approximated by a reasonable mathematical model. This uncertainty in motion behavior may be caused by various parameters in the generative model being unknown in advance or changing over time. If an incorrect model or parameters are used, the tracking performance of the Bayesian filter will decline or even become unacceptable. Therefore, the focus of this paper is on learning uncertain motion models and incorporating them into the Bayesian framework for target tracking with greater flexibility.
The paper proposes a dynamic model learning algorithm based on Gaussian Process Regression (GPR) for target tracking. This method uses non - parametric GPR to learn the Naturally Shift Invariant Motion (NSIM) behavior of the target, which is a translation - invariant behavior and does not need to be continuously updated as the target moves. In this way, the learned Gaussian process can be applied to different monitoring areas, not just the monitoring area where the training data is located, so as to perform target tracking in the Particle Filter (PF) implementation. In addition, the performance of this method in highly maneuvering scenarios of Multi - Target Tracking (MTT) is improved by about 90% compared with the commonly used Interacting Multiple Model - Particle Filter (IMM - PF) method.
### Main contributions:
1. **Proposed a new GPR - based dynamic motion model learning method**: Learn the NSIM behavior of the target through GPR, and learn multiple independent Gaussian processes based on Cartesian velocities. These learned Gaussian processes are translation - invariant and can be applied in different monitoring areas, not just the monitoring area where the training data is located.
2. **Explored the potential of using the learned motion model in PF and PF - based Belief Propagation (BP)**: Demonstrated the plug - in learning characteristics of this method in Single - Target Tracking (STT) and Multi - Target Tracking (MTT).
3. **Tested the learning method in different motion scenarios**: First, verified the ability of this method in different motion scenarios of STT, and then applied it to MTT, showing a significant performance improvement. In addition, offline learning only needs to be performed once and will not affect the online tracking time.
### Method advantages:
- **Less data limitation**: In some cases, obtaining training data may be limited. For example, it may be difficult to obtain velocity or acceleration information from other tracked targets.
- **Translation invariance**: Existing methods learn motion models based on target positions. These models are not translation - invariant and need to be continuously updated as the target moves. In contrast, the NSIM model based on Cartesian velocities is translation - invariant and can reduce the requirements for the amount of training data and algorithm complexity.
- **Provide confidence intervals**: The learned GPR - based NSIM model can provide confidence intervals for particle sampling in the PF prediction step, thereby providing reliable model uncertainty estimates.
In conclusion, the paper proposes a novel GPR - based learning method for dealing with the motion model uncertainty problem in target tracking, demonstrating its effectiveness and robustness in different monitoring areas and motion behaviors.