Wavelet Neural Network for Maneuvering Target Tracking

Resource Overview

In maneuvering target tracking, the target motion model serves as a fundamental component that ideally captures various movement states during target maneuvers. Commonly used models include Constant Velocity (CV) model, Constant Acceleration (CA) model, time-correlated Singer model, and the "Current" Statistical model for maneuvering targets. These models characterize target maneuvers using a maneuver frequency parameter. In practical applications, a fixed maneuver frequency is typically employed, implying constant maneuver duration. However, actual target maneuver durations vary continuously, meaning the maneuver frequency changes dynamically. Using a fixed maneuver frequency inevitably introduces tracking errors. When the sampling period ranges from 0.5 to 2 seconds, lower maneuver frequencies yield higher tracking accuracy [1]. This description highlights the need for adaptive frequency adjustment algorithms that can dynamically optimize tracking performance through neural network implementations.

Detailed Documentation

In maneuvering target tracking, the target motion model constitutes one of the fundamental elements. An effective maneuvering target model should accurately characterize various motion states during target maneuvers. Commonly utilized models include the Constant Velocity (CV) model, Constant Acceleration (CA) model, time-correlated Singer model, and the "Current" Statistical model for maneuvering targets. All these models employ maneuver frequency to represent target maneuver characteristics. In practical implementations, a fixed maneuver frequency is typically adopted. However, actual target maneuver durations continuously vary in real scenarios, meaning the maneuver frequency dynamically changes. Consequently, using a fixed maneuver frequency necessarily introduces estimation errors. When the sampling period falls between 0.5-2 seconds, tracking accuracy increases as maneuver frequency decreases. Nevertheless, the maneuver frequency remains fixed and cannot dynamically adapt to the target's true state. Therefore, this paper proposes a neural network-based adaptive adjustment method for maneuver frequency that enables dynamic frequency variation according to target maneuvers. This approach enhances state estimation accuracy and improves tracking performance. The algorithm employs wavelet neural networks for offline training, ensuring good real-time performance. By real-time modification of the maneuver frequency in the "Current" Statistical model, the algorithm can adaptively adjust the frequency parameter, bringing the tracking algorithm closer to the target's actual motion state. From an implementation perspective, the wavelet neural network would typically involve preprocessing layers for feature extraction from motion data, hidden layers with wavelet activation functions for temporal pattern recognition, and output layers generating optimized frequency parameters. The offline training phase would utilize historical maneuver data with backpropagation optimization, while real-time operation would involve feedforward computation with minimal computational overhead.