Next Article in Journal
Optimization and Benefit Analysis of Grain Trade in Belt and Road Countries
Previous Article in Journal
Non-Kolmogorovian Probabilities and Quantum Technologies
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Online Tracking of Maneuvering Target Trajectory Based on Chaotic Time Series Prediction

1
School of Artificial Intelligence, Henan University, Zhengzhou 450046, China
2
School of Marine Science and Technology, Northwestern Polytechnical University, Xi’an 710072, China
*
Authors to whom correspondence should be addressed.
Entropy 2022, 24(11), 1668; https://doi.org/10.3390/e24111668
Submission received: 20 October 2022 / Revised: 11 November 2022 / Accepted: 11 November 2022 / Published: 15 November 2022

Abstract

:
Online prediction of maneuvering target trajectory is one of the most popular research directions at present. Specifically, the primary factors balancing, between prediction accuracy and response time, will give the research substance. This paper presents an online trajectory prediction algorithm based on small sample chaotic time series (OTP-SSCT). First, we optimize in terms of data breadth. The dynamic split window is built according to the motion characteristics of the maneuvering target, thus realizing trajectory segmentation and constructing a small sample chaotic time series prediction set. Second, since fully considering the motion patterns of maneuvering targets, we introduce the spatiotemporal features into the particle swarm optimization (PSO) model identification algorithm, which improves the identification sensitivity of key trajectory data points. Furthermore, we propose a feedback optimization strategy of residual compensation to correct the trajectory prediction values to improve the prediction accuracy. For the initial value sensitivity problem of the PSO model identification algorithm, we propose a new initial population strategy, which improves the effectiveness of initial parameters on model identification. Through simulation experiment analysis, it is verified that the proposed OTP-SSCT algorithm achieves better prediction accuracy and faster response time.

1. Introduction

Trajectory prediction combines trajectory information as time series, and uses prediction algorithms to reasonably predict the future movement trend of maneuvering target. It is widely used in unmanned aerial vehicle (UAV) trajectory planning, intelligent transportation system, pedestrian trajectory tracking and other fields [1,2,3]. In recent years, taking advantage of sensor network technical development, the located target has higher mobility and is nonlinear and time-varying. The classical trajectory prediction algorithm with a pre-set motion model usually cannot dynamically adjust the model parameters. Hence, the phenomenon of model mismatch, which leads to inaccurate results and occurs in the trajectory prediction process of strong maneuverability targets. In order to solve the insufficient dynamics problem, many scholars began to study online trajectory prediction methods based on dynamic learning; however, those methods need to consider both prediction accuracy and prediction response time. So, the establishment has processed ultra-big data and the high-speed calculation capacity prediction system—the key question is what kind of method is appropriate.
Generally, online trajectory prediction methods are mainly divided into two main categories. One is the prediction algorithm with pre-set motion model. These methods mainly establish the motion model in advance through the laws of dynamics or physics, and then adjust the model parameters according to the motion state to achieve an online prediction of maneuvering targets [4]. Zhang et al. proposed an online four-dimensional trajectory prediction method [5]. This method improved the accuracy of trajectory prediction by updating the flight intention with the horizontal and vertical intention models of the vehicle, while incorporating the current state. A multimodel-based extended Kalman filter (EKF) was proposed in [6]. The method combined the EKF with the interacting multiple model (IMM) framework to predict the vehicle trajectory by selecting different EKF models. IMM is an adaptive algorithm that can effectively adjust the probability of each model, and is especially suitable for the localization tracking of maneuvering targets [7]. Wu et al. proposed an adaptive trajectory prediction algorithm [8]. By integrating two motion models and adjusting the model parameters adaptively, the algorithm could accurately predict the trajectory of pedestrians. Xie et al. proposed a vehicle trajectory prediction algorithm, which considered both dynamic motion with physical laws in the short term and advanced driving patterns with maneuverability estimation in the long term [9]; thus, the long-term prediction of vehicle trajectories was achieved.
The above methods are suited for maneuvering targets with low motion complexity. For moving targets with high maneuverability, it is difficult to directly establish a prediction model to adapt to the nonlinearity shifts in the track process. For this reason, the complexity of the model will increase sharply, and the robustness of the model will deteriorate. So, the prediction algorithm with a parser motion model can hardly provide good performance for high maneuverability targets.
The other category is data-driven trajectory prediction algorithms, which are divided into two methods, classical prediction methods based on regression theory and model identification methods using artificial intelligence data mining [10,11]. Regression prediction methods use a large number of trajectory data to build regression equations and achieve online prediction through iterative regression [12]. These algorithms include linear regression, logistic regression, ridge regression, autoregressive moving average, etc. Model identification methods focus on mining trajectory information deeply and identify target tracking models by intelligent algorithms; therefore, these methods are enable online trajectory prediction with high trajectory complexity. Liu et al. proposed a trajectory estimation framework for multi-UAV based on the prediction of user’s movement information [13]. The method trains the parameters of the echo state network model by the true trajectory data set, thereby establishing a tracking model to predict the trajectory of the UAV. Shi et al. proposed a flight trajectory prediction model based on a long short-term memory (LSTM) network [14]. The sliding window method was introduced to avoid the dynamic dependence of adjacent states in long-term sequence, which improves the accuracy of online prediction. Ma et al. proposed a deep learning-based four-dimensional trajectory prediction algorithm, in which the flight trajectory features in the spatial and temporal dimensions were extracted by convolutional neural networks and LSTM, respectively [15]. Han et al. proposed a short-term online trajectory prediction model based on the gated cyclic neural network, which was trained and updated with model parameters by the batch method to achieve an online prediction of short-term flight trajectories [16].
Generally, unlike the prediction algorithm of pre-set motion model, the above methods learn the target motion law by mining the trajectory information, and thus achieve online trajectory prediction. By avoiding the physical modeling problem of complex motion, such algorithms are able to track highly maneuverable targets with surprising accuracy. However, the accuracy of the model identification is often related to the amount of training data. Such algorithms need the support of large-scale computation and real time prediction; therefore, processing the data effectively and establishing an accurate model is the bridge between the two aspects.
Due to the highly nonlinear and time-varying characteristics of maneuver target trajectory, a simple time series analysis is difficult to use to analyze the comprehensive reflect target’s motion laws. In recent years, the prediction of chaotic time series has become a popular research direction regarding the aspect of trajectory prediction [17,18]. To analyze the deep behavioral characteristics of maneuvering targets, many methods perform prediction model identification on the basis of chaos theory. Liu et al. proposed a ship trajectory prediction model, which enhanced the optimization effect of the differential evolution algorithm on the model parameters by introducing chaos theory [19]. Hong et al. proposed a motion prediction model of floating platform, which optimized the model parameters by a chaotic efficient bat algorithm, thus achieving complex nonlinear trajectory prediction [20]. Recently, the Volterra series model, as a common model, has been used to predict chaotic time series, which can fit nonlinear data for accurate prediction [21]. Han et al. proposed a local Volterra prediction algorithm based on the clustering of phase points [22]. The method compared the similarity of predicted phase points and observation points in the clustering, and the optimal adjacent phase points were used to train the prediction model. Qiao et al. proposed a novel hybrid prediction model based on the Volterra filter [23]. The model parameters were optimized by an improved whale optimization algorithm. Lv et al. proposed a hybrid dynamic prediction algorithm based on the Volterra prediction model [24]. By introducing the sliding window method, the algorithm realized the online identification of the Volterra model parameters, and the dynamic relations were constructed from the high-dimensional phase space to realize the trajectory prediction of complex systems. Therefore, combining the prediction method with the chaos theory method, the algorithm achieves a better trajectory prediction effect; however, most algorithms based on chaos theory are only suitable for off-line trajectory prediction. For the complex motion model, how to extract the trajectory features in real time and build the prediction model dynamically are still two major problems to be solved. At present, the online trajectory prediction for chaotic time series has some deficiency in dynamic construction of models.
To summarize: in order to achieve stable online prediction of maneuvering target trajectories, this paper proposes an online trajectory prediction algorithm based on small sample chaotic time series (OTP-SSCT). Firstly, a small sample chaotic time series prediction set is constructed using a dynamic sliding window. Secondly, combining the spatiotemporal characteristics of maneuvering targets, the online trajectory prediction model is constructed using the improved PSO algorithm. Finally, the feedback optimization strategy is adopted to further improve the accuracy of the online trajectory prediction. The main contributions of this paper are as follows:
(1) In this paper, an online trajectory prediction method of maneuvering targets is proposed according to chaotic time series analysis. Thus, considering the motion characteristics of maneuvering targets, we construct a small sample chaotic time series prediction set by an innovative trajectory segmentation method. It realizes dynamic segmentation for trajectory data. Since fully considering nonlinear maneuver characteristics of trajectory data, spatiotemporal features are introduced in the improved PSO algorithm to increase the identification sensitivity of key trajectory data points. For the superposition of prediction errors caused by model identification, the trajectory predicted values are corrected by the feedback optimization strategy to ensure the prediction accuracy.
(2) For the initial value sensitivity problem of PSO model identification algorithm, a new initial population strategy is proposed in this paper. According to the spatial distribution of candidate populations, the strategy selects some improvement positions to compensate the uniformity of the initial population distribution, which avoids the algorithm from falling into local traps.
The content of this paper is organized as follows. Section 2 introduces the Volterra prediction model based on phase space reconstruction of chaotic time series. Section 3 elaborates principle and implementation process of the proposed OTP-SSCT algorithm. Further, a new initial population strategy of the PSO model identification algorithm is presented in Section 4. Section 5 gives the pseudo-code of our algorithm. Section 6 verifies the feasibility and effectiveness of the proposed algorithm. Section 7 provides the conclusions of this paper.

2. Volterra Prediction Model Based on Phase Space Reconstruction

The trajectory of maneuvering target is highly nonlinear and time-varying, which increases the difficulty of the prediction model identification. In this paper, an online prediction method of maneuver trajectory is proposed according to chaotic time series analysis. In order to obtain more motion laws of the target, the trajectory data can be reconstructed into the phase space by chaos theory [25]. It is easier to fit the evolution law between phase points by the nonlinear prediction model in the high-dimensional phase space. Thus, accurate prediction of maneuvering targets can be achieved. The trajectory prediction process of Volterra model is shown in Figure 1.
Assuming that the observed trajectory one-dimensional time series is x n , n = 1 , 2 , , N . According to Takens embedding theorem, the phase space reconstruction of the original sequence does not change the evolutionary information of the system [26]. The reconstructed multidimensional time series is represented by phase points as follows:
X l = x l , x l + τ , , x l + m 1 τ T l = 1 , 2 , , L
where X l is the l-th phase point in phase space. m is the embedding dimensions. τ is the delay time. L = N m 1 τ is the number of phase points. N is the number of trajectory data.
In the phase space, there is a mapping F : R m R m to represent the evolution law between phase points. Thus, there exists a new mapping f : R m R to represent the evolutionary law between trajectory data and phase points, as shown below:
x l + m 1 τ + 1 = f X l l = 1 , 2 , , L
where x l + m 1 τ + 1 represents the m-th dimensional component of X l + 1 .
The Volterra model can characterize arbitrary nonlinear functions and has good scalability. In this paper, the Volterra model is chosen as the mapping relationship f in Equation (2). The p-order discrete Volterra model with memory length m is expressed as follows:
y ( n ) = k = 1 p i 1 , , i k = 0 m 1 h k i 1 , i 2 , , i k j = 1 k x n i j n = 1 , 2 , , N
where x n and y n is the input and the output, respectively. p is the order of Volterra prediction model. m is the embedding dimensions (memory length). h k i 1 , i 2 , , i k is the k-th kernel parameter value, which can be expressed in the form of kernel vector H = [ h 1 ( 0 ) , h 1 ( 1 ) , , h 1 ( m 1 ) , h 2 ( 0 , 0 ) , h 2 ( 0 , 1 ) , , h 2 ( 0 , m 1 ) , , h p ( m 1 , m 1 ) ].
Combining Equations (2) and (3), the prediction values x ^ ( n + 1 ) are obtained from the Volterra prediction model as follows:
x ^ n + 1 = k = 1 p i 1 , , i k = 0 m 1 h k i 1 , i 2 , , i k j = 1 k x n i j × τ n = 1 , 2 , , N
Determining the kernel parameters value of the Volterra prediction model is a typical nonlinear system identification problem. The OTP-SSCT algorithm is proposed in Section 3. By constructing a small sample chaotic time series prediction set, the parameters of Volterra model are dynamically identified. Thus, online prediction of maneuvering target trajectories is achieved.

3. Online Trajectory Prediction Algorithm Based on Small Sample Chaotic Time Series

Traditional prediction algorithms with pre-set motion model will rarely change the model parameters, resulting in insufficient dynamic capabilities. In contrast, data-fitting based prediction algorithms require large-scale training data support, resulting in poor online performance. To overcome these problems, this paper proposes the OTP-SSCT algorithm, which can dynamically construct the prediction model and realize the online prediction of maneuvering trajectory.

3.1. Algorithm Model Framework

The framework diagram of the proposed algorithm is shown in Figure 2. To begin with, the input trajectory data are pre-processed by the presented trajectory segmentation method. The dynamic split window is built according to the motion characteristics of maneuvering targets, thus realizing trajectory segmentation and constructing a small sample chaotic time series prediction set. Secondly, in combination with that prediction set, we construct an online trajectory prediction model through improving the PSO model identification algorithm. In addition, we propose an initial population strategy to improve the effectiveness of initial parameters on model identification. Finally, while outputting the trajectory prediction values, we also compensate them by the feedback optimization strategy, so as to improve the prediction accuracy.

3.2. Dynamic Trajectory Segmentation

The long-term movement of the maneuvering target generates a large amount of redundant historical trajectory information, some of which is no longer valid or even interferes with the construction of the prediction model. In this section, we propose an innovative trajectory segmentation method, which is used to construct a small sample chaotic time series prediction set of the target. The method achieves trajectory segmentation through the dynamic split window. Firstly, we design a similarity function to measure the dynamic changes of the trajectory data, and also define the magnitude of the similarity value by the threshold method. Secondly, by extracting the motion characteristics of the maneuvering target, we give the adjustment rules for the length of dynamic split window. Finally, the trajectory segmentation is performed through the dynamic split window, and a small sample chaotic time series prediction set is constructed for the subsequent model identification. The flow chart of trajectory segmentation with dynamic split window is shown in Figure 3.
As the target trajectory information updates, redundant historical trajectories need to be eliminated. The dynamic split window focuses on the latest trajectory information of the target. To accomplish this goal, the dynamic time warping (DTW) distance is used as the similarity function [27]. When the similarity value is greater than the preset threshold T H d t w ( T H d t w is determined by the actual data), it indicates that the target produces a new maneuver. At this moment, it is necessary to adjust the length of dynamic split window so that the segmentation trajectory discards useless information. After each length adjustment, we save the first dynamic split window as S W o l d , while the latest dynamic split window is S W n e w . The similarity function is as follows:
D T W S W n e w , S W o l d = arg min P = p 1 , , p k , , p K k = 1 K p k i , j 2
where
p k i , j = x ( i ) x ( j ) 2 + min p k i 1 , j 1 , p k i 1 , j , p k i , j 1
P is the warping path between S W n e w and S W o l d . K W , 2 W 1 is the length of the warping path. W is the length of dynamic split window. x ( i ) S W n e w and x ( j ) S W o l d are the trajectory data, 1 i , j W . More details can be found in [27].
The length of the dynamic split window is determined by the motion characteristics of the maneuvering target. At first, we define that the motion characteristics consist of two components, trajectory data mean volatility ratio R V and tracking model error volatility ratio R E . The calculation methods are shown below, respectively:
R V = V n e w V o l d V o l d
R E = E n e w E o l d E o l d
where
V n e w = Var S W n e w Max S W n e w Min S W n e w
E n e w = 1 W l = 1 W x l x ^ l x l S W n e w
V o l d and E o l d are calculated in the same way as Equations (8) and (9). V n e w and V o l d are the fluctuation values of S W n e w and S W o l d , respectively, indicating the intensity of the target motion. Var denotes calculation of variance. Max and Min denote calculation of the maximum and minimum values, respectively. E n e w and E o l d are the average prediction errors of S W n e w and S W o l d , respectively, indicating the accuracy of the prediction model. x ^ l and x l denote the prediction value and true value of the trajectory, respectively.
The dynamic split window length W can be dynamically adjusted according to the motion characteristics of Equations (6) and (7), as follows:
W = w + Δ w
where w is the fixed length, determined by the actual data. Δ w is the dynamic length, defined by the motion characteristics, and the calculation method is as follows:
Δ w = λ × R V + μ × R E × w 2
λ = 0 0 R V < δ 1 δ R V
μ = 0 0 R E < ε 1 ε R E
where λ and μ are the selection factors. 0 δ 1 and 0 ε 1 are the regulation thresholds.
After segmenting the trajectory data through the dynamic split window, the trajectory data S W k at the k-th moment is reconstructed according to Equation (4). Thereby, a small sample chaotic time series prediction set is constructed as follows:
S C P k = X 1 , X 2 , , X l , , X L L = W m 1 τ
where X ( l ) = [ x l + m 1 τ ,⋯, x l , x 2 l + m 1 τ , ⋯, x 2 l , ⋯, x p l + m 1 τ , ⋯, x p l ] T . L is the number of phase points. X ( l ) is a D-dimensional phase points, D = k = 0 p C k + m 1 k . x ( l ) S W k x ( l ) is the trajectory data. m is the embedding dimensions. τ is the delay time. p is the order of Volterra prediction model.

3.3. Prediction Model Construction

Since the dynamic split window focuses on the latest trajectory data, the small sample chaotic time series prediction set we constructed is optimized in terms of data breadth; however, the spatiotemporal features of the trajectories themselves cannot be ignored. To further explore the motion patterns of maneuvering targets, we improve the sensitivity of the algorithm to identify key points by extracting the spatiotemporal features of trajectory data, which is optimized in terms of data depth—see Figure 4.
The movement trajectory of a maneuvering target may seem haphazard, but there are precursors before the maneuver occurs. In order to visualize the change pattern of target maneuvers, the trajectory data are segregated by significant points. The spatiotemporal features of the trajectory are extracted as follows:
x j x i x j + x i x j + x i 2 2 ρ j i σ
where x i and x j are the trajectory data, 1 i < j . σ and ρ are the distance threshold and the position threshold, respectively.
The significant point in the dynamic split window S W k of the k-th moment is measured by Equation (15), which is recorded as S P k :
S P k = x s p 1 , , x s p q , , x s p Q s p q 1 , 2 , , W
where x s p q is the q-th significant point, s p q is the position in S W k . W is the length of dynamic split window.
The significant points spatially represent the different trends of the trajectories, while the trajectory data follow a temporal order. Therefore, combined with the characteristics of sigmoid function, the spatiotemporal features l of of the trajectory data are mined:
l = a l a l Q + 1 Q + 1 k l < s p 1 2 × a l 2 × a l Q + 1 Q + 1 s p 1 l < s p 2 q + 1 × a l q + 1 × a l Q + 1 Q + 1 s p q l < s p q + 1 a l s p Q l k + W 1
where
a l = 1 / 1 1 + e 10 × l + 5 1 + e 10 × l + 5 l k , k + W 1
The PSO model identification algorithm is a problem-oriented metaheuristic that gradually approximates the optimal solution through the update iteration of particle swarm. The fitness function is the central part of PSO model identification algorithm, which controls the direction of population optimization. For the particle H ^ i , the fitness function of the original algorithm as follows:
f e e i = 1 L l = 1 L x l x ^ l 2 = 1 L l = 1 L x l H ^ i × X l 2
where H ^ i is the i-th particle. L is the number of phase points in the small sample chaotic time series prediction set. x ( l ) is the trajectory data and x ( l ) S W k . X l is a D-dimensional phase points.
The velocity and position evolution rules of the i-th particle H ^ i are as follows:
v i t + 1 = ω × v i t + c 1 × r 1 × P i t H ^ i t + c 2 × r 2 × P g t H ^ i t
H ^ i t + 1 = H ^ i t + v i t + 1
where t is the iteration number of the PSO algorithm. v i is the velocity. ω is the inertia weight. c 1 and c 2 are learning factors. r 1 and r 2 are random numbers between the interval [0, 1]. P i t is the individual historical optimal position. P g t is the overall historical optimal position.
In this section, we design an improved fitness function by incorporating spatiotemporal features into a small sample chaotic temporal prediction set. By improving the sensitivity of the algorithm to identify key points in the trajectory, the population is led to evolve toward the optimal solution. The improved fitness function is as follows:
f e ( e i ) = 1 L l = 1 L β l × x l H ^ i × X l 2
β l = b l / b l i = 1 L b i i = 1 M b i l = 1 , 2 , , L
where
b l = l + m 1 τ + + l + l + m 1 τ 2 + + l 2 + + l + m 1 τ p + + l p
β l is the normalized effect factor, and l is the trajectory spatiotemporal feature.
The PSO algorithm finds the global optimal position with the smallest fitness value, which is the optimal parameter value of Volterra prediction model. The first model identification applies the initial population strategy proposed in Section 4. As the dynamic split window is updated online, the saved optimal values are utilized to initialize the particle swarm to decrease the identification time. Ultimately, the identified model enables online trajectory prediction of the maneuvering target.

3.4. Trajectory Estimation Optimization

Since the trajectory segmentation method is adopted to accomplish online identification, there may be superposition of prediction errors. Thereby, leading to the degradation in prediction accuracy of the algorithm. To improve the prediction performance, we propose a feedback optimization strategy of residual compensation to correct the predicted values. The feedback optimization strategy of residual compensation is shown in Figure 5. The calculation method is as follows:
x ^ a d j ( k + 1 ) = x ^ ( k + 1 ) + r e s i ( k + 1 )
r e s i ( k + 1 ) = S W k × θ
where x ^ a d j ( k + 1 ) and x ^ ( k + 1 ) represent the corrected prediction and model prediction, respectively. r e s i ( k + 1 ) is the residual compensation. S W k is the dynamic split window. θ is the compensation coefficient vector.
The least square (LS) algorithm is a simple linear recursive estimator with the advantages of small memory and fast calculation speed. In this paper, the LS algorithm is used to solve the compensation coefficient vector θ . The input item is S C P k , and the expected output is Δ E :
Δ E = e ( k W + 1 ) , e ( k W + 2 ) , , e ( k )
where
e ( k ) = x ( k ) x ^ ( k )
e ( k ) is the error between the true value and the predicted value. Δ E is the error vector of S W k . W is the dynamic split window length.

4. Initial Population Strategy for PSO Model Identification Algorithm

The PSO model identification algorithm is an intelligent optimization algorithm with simpler structure, easier convergence and stronger robustness. However, the method suffers from the initial value sensitivity problem, and it is prone to fall into the local optimum trap in the process of seeking the optimal. To avoid this problem, on the premise of ensuring randomness, we propose a new initial population strategy to improve the optimization performance of the identification algorithm.

4.1. Chaotic Population Initialization

Since chaotic motion has obvious characteristics of nonlinearity, randomness and ergodicity, initializing the particle swarm with the idea of chaos can improve the quality of the population. The chaotic initialization method utilizes chaotic mapping and obtains the initial population through iterative means; however, it is difficult to traverse the entire search space when the number of iterations is insufficient. Reverse learning is an advancement of the traditional iterative approach, the idea of which is considering the opposite direction when generating a feasible solution. The schematic diagram is shown in Figure 6. Thus, it is combined with the reverse learning method to generate chaotic initial populations.
A tent map is a chaotic map in its parameter range, with uniform distribution function and good correlation. The tent chaotic map model is as follows:
T k + 1 = T k T k ν ν T k [ 0 , ν ) 1 T k 1 T k 1 ν 1 ν T k [ ν , 1 ]
where ν ( 0 , 1 ) is the model parameter. When T k [ 0 , 1 ] and T k ν , the above mapping is in a chaotic state.
We assume that the population size is N, and the search space is D-dimensional. The upper and lower search limits for each dimension are x min d and x max d , respectively.
Firstly, it generates a D-dimensional random vector T 1 :
T 1 = t 1 1 , t 1 2 , , t 1 d , , t 1 D t 1 d 0 , 1
Secondly, each dimension of T 1 is substituted into Equation (26) for iteration. After N / 2 iterations, a group of D-dimensional chaotic vectors are generated:
T n = t n 1 , t n 2 , , t n d , , t n D n = 1 , 2 , , N / 2
where the value of each vector t n d 0 , 1 , and d = 1 , 2 , , D is the dimension of the search space.
Then, all chaotic vectors are mapped to the search space to generate the candidate population set C 1 = C X n :
C X n = c x n 1 , c x n 2 , , c x n d , , c x n D
where
c x n d = x max d x min d × t n d + x min d
Finally, the reverse learning method is applied to generate the candidate population set C 2 = R X n :
R X n = r x n 1 , r x n 2 , , r x n d , , r x n D
where
r x n d = x max d x min d + c x n d
The chaotic candidate population set C 1 C 2 generated by the above method take into account both diversity and ergodicity. However, due to the randomness of the chaotic mapping, the distribution of candidate populations in the search space is not uniform. Thus, the algorithm is prone to fall into the local optimum trap.

4.2. Spatial Distribution Compensation

To ensure the homogeneity of the initial population, we propose a spatial distribution compensation method to optimize the chaotic initialization, which makes the diversity and homogeneity of the initial population guaranteed.
All dimensions of the search space are divided equally, and interval values I k d and spatial interval S j d are generated in each dimension, as follows:
I k d = x min d + k 1 × x max d x min d / x max d x min d Q Q k = 1 , 2 , , Q + 1
S j d = I j d , I j + 1 d j = 1 , 2 , , Q
where Q is the average number of divisions. d = 1 , 2 , , D is the dimension of the search space.
Spatial interval S j d divides each dimension of the search space equally into discrete grid states, as shown in Figure 7, where each grid represents an interval.
From the distribution of the chaotic candidate population set in the search space, defining the following sparsity function f s S j d :
f s S j d = 1 r j d × c j d c j d N N
where r j d [ 0 , 1 ] is a randomly generated value. c j d is the number of the candidate population in the j-th interval of d-th dimension. N is the population size.
The larger the sparsity value, the fewer candidate populations fall in the interval; therefore, calculate the sparsity values of each interval and arrange in descending order, and select the median of the M intervals with the greatest sparsity as the new candidate populations.
s x i d = I i + 1 d I i d / I i + 1 d I i d 2 2 i = 1 , 2 , , M
where M ( M < Q ) is determined by the actual distribution. I i d is the i-th interval value after sorting according to sparsity.
Combining the interval median values calculated by Equation (34), it generates the candidate population position set C 3 = S X i :
S X i = s x i 1 , s x i 2 , , s x i d , , s x i D
In summary, there are generated N + M groups of candidate population set C :
C = C 1 C 2 C 2 = C X n R X n S X i n = 1 , 2 , , N / 2 i = 1 , 2 , , M
We select N groups of candidate populations with the best fitness as the initial populations of the PSO model identification algorithm. The proposed initial population strategy avoids the algorithm from falling into local traps by increasing the diversity and homogeneity of the initial population. Meanwhile, it improves the efficiency of the algorithm in finding the optimum.

5. Algorithm Implementation

For the online prediction scenario of maneuvering target trajectory, the OTP-SSCT algorithm is proposed in this paper. Firstly, we initialize the algorithm parameters and use the proposed initial population strategy to obtain the initial population of the PSO model identification algorithm. Secondly, the split window length is dynamically adjusted by the motion characteristics of the maneuvering target, and a small sample chaotic time series prediction set is constructed. Then, we use the improved PSO algorithm to identify the trajectory prediction model. Finally, the prediction results are obtained, while the feedback optimization strategy is applied to further improve the prediction accuracy. According to the above analysis, more details related to the proposed OTP-SSCT algorithm, and the pseudo-code is shown in Algorithm 1.
Algorithm 1: OTP-SSCT algorithm.
Input: Trajectory data x n , n = 1 , 2 , , N
Output: Prediction results x ^ n , n = W , W + 1 , , N ,
1:
Initializing the dynamic split window length W, embedding dimension m and delay time τ based on the historical trajectory data;
2:
Obtaining the initial population according to (26)–(36);
3:
for  k = 1 : N  do
4:
  Calculating the similarity distance D T W according to (5);
5:
  if  D T W > T H d t w  then
6:
   Adjusting the dynamic split window length W according to (10)–(13);
7:
  end if
8:
  Segmenting the trajectory data x ( n ) according to the dynamic split window;
9:
  Constructing the small sample chaotic time series prediction set S C P k according to (14);
10:
  Extracting trajectories spatiotemporal features n according to (17);
11:
  Identifying the model parameters H by the improved PSO model identification algorithm according to (19)–(22);
12:
  Constructing the trajectory prediction model according to (4);
13:
  Obtaining the prediction results x ^ ( n ) and performing the feedback optimization strategy according to (23)–(25);
14:
end for

6. Simulation and Analysis

To address the problem of stable online prediction of maneuvering target trajectories, this paper proposes the OTP-SSCT algorithm. Considering the motion characteristics of trajectory data, the improved PSO model identification algorithm is used to identify the parameters of Volterra model. Finally, the online trajectory prediction of maneuvering target is realized.
In this experiment, considering the maneuvering characteristics of the UAV trajectory, we choose the 3rd-order Volterra prediction model as the structural basis of the identification model, as follows:
x ^ n + 1 = k = 1 3 i 1 , i 2 , i 3 = 0 m 1 h k i 1 , i 2 , i 3 j = 1 k x n i j × τ = i 1 = 0 m 1 h 1 i 1 x n i 1 × τ + i 1 = 0 m 1 i 2 = i 1 m 1 h 2 i 1 , i 2 x n i 1 × τ x n i 2 × τ + i 1 = 0 m 1 i 2 = i 1 m 1 i 3 = i 2 m 1 h 3 i 1 , i 2 , i 3 x n i 1 × τ x n i 2 × τ x n i 3 × τ
where x ^ n + 1 and x ( n ) represent the prediction result and the trajectory data, respectively. m and τ represent the memory length of the model and the delay time, respectively. h k i 1 , i 2 , i 3 is the kernel parameter.
To verify the performance of our OTP-SSCT algorithm, the following simulation experiments are designed in three directions.
(1) For the initial population setting problem of the PSO algorithm, different population selection strategies are used for particle swarm initialization and model parameter identification. The performance of the proposed population initialization strategy is verified by comparing the identification accuracy.
(2) The model identification of chaotic time series in Lorenz-X dimension is performed with different optimization algorithms. In comparison with several performance metrics, it tests the identification capability of the proposed improved PSO model identification algorithm.
(3) Aiming at online trajectory prediction scenarios of maneuvering targets, different prediction algorithms are adopted for online trajectory prediction of UAV three-degree-of-freedom maneuvering target. By analyzing the precision metrics such as prediction accuracy and response time, it verifies the performance of the proposed OTP-SSCT algorithm.
This paper uses four precision metrics for the quantitative evaluation: mean square error (MES), root mean square error (RMSE), mean absolute percentage error (MAPE) and coefficient of determination R 2 . The software used for the simulation experiment is MATLAB2019a. The simulation environment: CPU is Intel Core i5-6500 3.20 GHz, memory is 8GB, and the operating system is Microsoft Windows 10.

6.1. Parameter Identification Experiment with Different Initialization Methods

Initial population directly affects the optimization performance of PSO algorithm; therefore, given the real parameters, the performance of our proposed initialization strategy is tested by comparing the identification errors of different initialization methods. The experimental process is shown in Figure 8.
The comparison methods are random initialization method, chaotic initialization method and sequence initialization method [28]. Identifying a 3rd-order Volterra model with a memory length of 3. The given kernel parameter vector is as follows:
H = [ 1.54 , 1 , 0.56 , 0.87 , 0 , 0 , 1.13 , 1.21 , 1.29 , 1.45 , 0 , 0 , 0.88 , 0 , 0 , 0.66 , 0 , 0 , 1.06 ] T
For the Volterra model with given kernel parameters H, the input signal x k 0 , 1 is uniform white noise, and the output signal is y k . x k and y k constitute the test set, and the PSO algorithm with four initialization methods is used for parameter identification, respectively. Setting the population size to 100 and the number of iterations to 500. Each method is simulated for 50 times, and the identification results are averaged.
It can be seen from Figure 9 and Table 1 that the PSO algorithm using four different initialization methods can identify approximate values close to the true values of the kernel parameters. By comparing the absolute error between the identification results and the true values, the minimum error of our method is about 0.0019, the maximum error is about 0.0143, and the average error is about 0.0053. It can be seen that the average error of our method is 73.3%, 65.6% and 36.9% smaller than that of the random initialization method, chaotic initialization method and sequence initialization method, respectively; therefore, the initial population strategy proposed in this paper significantly improves the identification effect of the PSO model identification algorithm.

6.2. Model Identification Experiment with Different Optimization Algorithms

To further evaluate the performance of our algorithm in identifying the model parameters. Firstly, the X-dimensional time series generated by the Lorenz equation is used as validation data, and it is divided into historical training set and online prediction set. Secondly, the algorithm parameters are determined and the training set is used to identify the model. Finally, the prediction set is sampled by the dynamic split window, identifies the prediction model online and performs single-step prediction. In addition, improved particle swarm optimization algorithm (IPSO) [29], genetic algorithm (GA) [30] and beetle antennae search algorithm (BAS) [31] are used for comparative analysis. The parameter of the algorithms are shown in Table 2.
The Lorenz equation is a classical chaotic system, and the generated chaotic time series are often used for algorithm verification. The mathematical expression of the Lorenz equation is as follows:
x = σ ( x y ) y = ( r z ) x y z = x y b z
Based on the above Lorenz equation, we set the initial value to (1,0,0), σ = 10 , r = 28 and b = 8 3 . The fourth-order Runge–Kutta method is used for sampling, with an integration step of 0.02. In the generated chaotic time series, 700 sample points of the Lorenz-X dimensional are selected as the experimental data. The initial length of dynamic split window is set to 200, and the last 500 sample points are used as the test set. The delay time τ = 8 and the embedding dimension m = 5 are determined by the historical trajectory. To ensure the objectivity of comparison experiment, the population size of each algorithm is 100 and the maximum number of iterations is 500.
Figure 10 shows the trajectory prediction of Lorenz-X dimensional by four model identification algorithms. It can be seen that the models identified by the four algorithms can achieve nonlinear trajectory prediction, and the predicted trajectory of our algorithm has best fit with the true trajectory, while the BAS algorithm has the most deviation points. Figure 11 shows the trajectory prediction errors of the four algorithms, where E r r = x n x ^ n . It can be found that our algorithm has only 7.2% of prediction errors greater than 0.2, compared to 21.4%, 42% and 38.4% for IPSO, GA and BAS algorithms, respectively. Therefore, the identification model of our algorithm can control the prediction error within a low fluctuation range, which indicates that the model identification performance is much higher than the other three algorithms.
From Figure 12, the average prediction error of our algorithm are only 35.9%, 16.2%, and 13.6% of IPSO, GA and BAS algorithms, respectively, and the maximum prediction error are only 50.1%, 38.9% and 24.5%, respectively. Obviously, the prediction accuracy of the model identified by our algorithm is higher than the other three optimization algorithms. According to the maneuver of the Lorenz-X dimensional trajectory, it is calculated the average prediction error at each 50 steps, as shown in Figure 13. It is shown that our algorithm can maintain a high prediction accuracy for strongly nonlinear trajectory over time, while the other three algorithms are affected by the fluctuations of trajectories. Meanwhile, it indicates that the proposed algorithm is highly robust and can achieve model identification of strongly nonlinear trajectories.
Table 3 shows that our algorithm has the smallest values of both MSE and RMSE, and R 2 is closest to 1. It shows that our algorithm has a significant advantage in nonlinear trajectory prediction. Compared with the other three algorithms, the MAPE value of our algorithm is the lowest, indicating that the OTP-SSCT algorithm has the best stability. The statistics in Table 3 show the average results from 50 independent replicate experiments for each algorithm. In summary, the proposed algorithm has certain advantages in terms of prediction accuracy and stability.

6.3. Online Trajectory Prediction Experiment for Maneuvering Targets

In order to test the performance of the OTP-SSCT algorithm for the online prediction of maneuvering target trajectories, the mapping f in Equation (2) is replaced by LSTM algorithm, kernel least mean squares (KLMS) algorithm, kernel recursive least squares (KRLS) algorithm and support vector regression (SVR) algorithm. We perform online single-step prediction of maneuvering target trajectories using the five algorithms separately, and a comparative analysis is given by precision metrics.
The trajectory maneuver can be divided into horizontal maneuvers, vertical maneuvers and spatial combination maneuvers. We adopt the UAV three-degree-of-freedom model to simulate the generation of real-time trajectory data. Considering the UAV as a mass point and the ground coordinate system as an inertial coordinate system, the motion equations are as follows:
x ˙ t = v t cos θ t cos ψ t y ˙ t = v t cos θ t sin ψ t z ˙ t = v t cos θ t v ˙ t = g F t sin θ t θ ˙ t = g v t T t cos ϕ t cos θ t ψ ˙ t = g T t sin ϕ t g T t sin ϕ t v t cos θ t v t cos θ t
where x t , y t and z t represent the horizontal and height coordinates of the UAV in the inertial coordinate system, respectively. v t , θ t and ψ t represent the speed, climb angle and heading angle of the UAV, respectively. ϕ t is the roll angle. g is the gravitational acceleration. F t and T t represent the horizontal overload and the longitudinal overload, respectively. [ x t , y t , z t , v t , θ t , ψ t ] T and [ F t , T t , ϕ t ] T are the state variables and control variables of the UAV, respectively.
A randomly generated maneuvering trajectory by Equation (38) was used as the experimental data. The number of sensor samples is 300 and the sampling interval is 0.2 s. The initial length of dynamic split window is set to 20, and predict the latter 280 trajectory data online. Adopt three-dimensional coordinate independent prediction to improve the prediction accuracy. The delay time τ and the embedding dimension m of each dimension of the trajectory data are determined by the historical trajectory. X-dimension: τ = 5 , m = 2 . Y-dimension: τ = 6 , m = 2 . Z-dimension: τ = 6 , m = 2 .
As can be seen from Figure 14, the five prediction trajectories roughly match the true trajectories. Among them, our algorithm is closest to the true trajectory, while the other four algorithms all appear a lot of deviation points. Figure 15 shows the online trajectory prediction errors for each dimension. From Figure 15, the farthest distance in space between the predicted trajectory and the true trajectory can be calculated, where ours, LSTM, KLMS, KRLS and SVR algorithms are about 1.34 m, 8.57 m, 9.54 m, 2.55 m and 8.93 m, respectively. Meanwhile, the average prediction error of our algorithm improves approximately 87.6%, 87.3%, 45.9% and 78.5% over LSTM, KLMS, KRLS and SVR algorithms, respectively. Obviously, our algorithm has the smallest error fluctuation range and the strongest robustness performance. The mean absolute error is calculated for every 20 steps, as shown in Figure 16. It can be found that the prediction accuracy of our algorithm for maneuvering target trajectory is better than the other four algorithms, which can achieve high accuracy online trajectory prediction.
From the precision metrics in Table 4, it can be seen that our algorithm has optimal trajectory prediction results for the maneuvering target and it can accurately track the true trajectory in the whole stage. The LSTM algorithm uses gradient descent algorithm to learn the long-term dependencies of data through three gating units. The network parameters are trained by the dynamic split window in this experiment. Since the algorithm is prone to falling into local extremes or overfitting, and the insufficient amount of training data can also lead to model training failure, which affects the prediction performance. The KLMS and KRLS algorithms are adaptive filtering algorithms based on kernel method. In this experiment, the Gaussian kernel function is chosen as the kernel function. Both algorithms require only a small amount of computation for filtering estimation and weight update, but memory consumption will increase linearly with the number of iterations. Although there are some sparse methods such as novel criterion and approximate linear correlation, they still cannot maintain the prediction accuracy of the algorithm. The SVR algorithm is used to find a minimum interval band to wrap all the training samples. In this experiment, we use the dynamic split window to segment the training and prediction sets. It can be found that the SVR algorithm has a large prediction error at maneuvering turns, which is due to the poor preprocessing of the training data thus leading to parameter identification failure.
Figure 17 shows the single-step predicted response time of the five algorithms for 50 independent replicate experiments, in which the average single-step prediction time of our algorithm, LSTM, KLMS, KRLS and SVR algorithms are about 0.03352, 0.04344, 0.03257, 0.03604 and 0.04102, respectively. Among them, the single-step prediction time of our algorithm is about 89.8% of five algorithms on average, indicating that our algorithm has an outstanding position in terms of response time. Notice that the single-step prediction time of our algorithm is slightly longer than that of the KLMS algorithm. This is due to the first model identification adopting the improved initial population strategy, which consumes more time. Although the saved optimal values are later used for population initialization, maneuvering changes of the target still increase the identification time. However, it is undeniable that our algorithm outperforms the KLMS algorithm in terms of prediction accuracy.

7. Conclusions

In this paper, we propose the OTP-SSCT algorithm to achieve a stable online prediction of maneuvering target trajectories. The algorithm has the following advantages: (1) We build an online prediction model of maneuver trajectory according to chaotic time series analysis. Thus, a small sample chaotic time series prediction set that characterizes the target motion characteristics is constructed through the trajectory segmentation method. By fully considering the nonlinear maneuver characteristics of trajectory data, we introduce the spatiotemporal features into the PSO model identification algorithm, thus improving the identification sensitivity of key points. Meanwhile, the feedback optimization strategy is used to avoid the superposition of prediction errors and improve the prediction accuracy. (2) We propose a new initial population strategy to solve the initial value sensitivity problem of PSO model identification algorithm, thus improving the effectiveness of the initial parameters on model identification. In our future work, it will be interesting to further improve the speediness of the algorithm.

Author Contributions

Conceptualization, Q.W.; methodology, Q.W. and P.S.; validation, P.S.; formal analysis, L.Z.; writing—original draft preparation, P.S.; writing—review and editing, W.S.; funding acquisition, Q.W. All authors have read and agreed to the published version of the manuscript.

Funding

This research was funded by the National Science Foundation Council of China (61976080, 61771006), the Key Research Projects of University in Henan Province, China (21A413002, 20B510001), the Programs for Science and Technology Development of Henan Province, China (212102310298, 222102210002, 222102210004, 222102220028, 222102210088), Graduate Education Innovation and Quality Improvement Action Plan project (SYLKC2022013).

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

Not applicable.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Lin, Y.; Saripalli, S. Sampling-based path planning for UAV collision avoidance. IEEE Trans. Intell. Transp. Syst. 2017, 18, 3179–3192. [Google Scholar] [CrossRef]
  2. Huang, Z.; Xia, J.; Li, F.; Li, Z.; Li, Q. A peak traffic congestion prediction method based on bus driving time. Entropy 2019, 21, 709. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  3. Alahi, A.; Goel, K.; Ramanathan, V.; Robicquet, A.; Fei-Fei, L.; Savarese, S. Social lstm: Human trajectory prediction in crowded spaces. In Proceedings of the 2016 IEEE Conference on Computer Vision and Pattern Recognition, Las Vegas, NV, USA, 27–30 June 2016; pp. 961–971. [Google Scholar]
  4. Rudenko, A.; Palmieri, L.; Herman, M.; Kitani, K.M.; Gavrila, D.M.; O Arras, K. Human motion trajectory prediction: A survey. Int. J. Robot. Res. 2020, 39, 895–935. [Google Scholar] [CrossRef]
  5. Zhang, J.; Liu, J.; Hu, R.; Zhu, H. Online four dimensional trajectory prediction method based on aircraft intent updating. Aerosp. Sci. Technol. 2018, 77, 774–787. [Google Scholar] [CrossRef]
  6. Abbas, M.T.; Jibran, M.A.; Afaq, M.; Song, W. An adaptive approach to vehicle trajectory prediction using multimodel Kalman filter. Trans. Emerg. Telecommun. Technol. 2020, 31, e3734. [Google Scholar] [CrossRef]
  7. Hwang, I.; Seah, C.E.; Lee, S. A study on stability of the interacting multiple model algorithm. IEEE Trans. Autom. Control. 2016, 62, 901–906. [Google Scholar] [CrossRef]
  8. Wu, H.; Xu, W.; Yao, B.; Hu, Y.; Feng, H. Interacting multiple model-based adaptive trajectory prediction for anticipative human following of mobile industrial robot. Procedia Comput. Sci. 2020, 176, 3692–3701. [Google Scholar] [CrossRef]
  9. Xie, G.; Gao, H.; Qian, L.; Huang, B.; Li, K.; Wang, J. Vehicle trajectory prediction by integrating physics-and maneuver-based approaches using interactive multiple models. IEEE Trans. Ind. Electron. 2017, 65, 5999–6008. [Google Scholar] [CrossRef]
  10. Zhang, X.; Zhao, Z.; Zheng, Y.; Li, J. Prediction of taxi destinations using a novel data embedding method and ensemble learning. IEEE Trans. Intell. Transp. Syst. 2019, 21, 68–78. [Google Scholar] [CrossRef]
  11. Heravi, E.J.; Khanmohammadi, S. Long term trajectory prediction of moving objects using gaussian process. In Proceedings of the 2011 First International Conference on Robot, Vision and Signal Processing, Kaohsiung, Taiwan, 21–23 November 2011; pp. 228–232. [Google Scholar]
  12. Tran, Q.; Firl, J. Online maneuver recognition and multimodal trajectory prediction for intersection assistance using non-parametric regression. In Proceedings of the 2014 IEEE Intelligent Vehicles Symposium proceedings, Dearborn, MI, USA, 8–11 June 2014; pp. 918–923. [Google Scholar]
  13. Liu, X.; Liu, Y.; Chen, Y.; Hanzo, L. Trajectory design and power control for multi-UAV assisted wireless networks: A machine learning approach. IEEE Trans. Veh. Technol. 2019, 68, 7957–7969. [Google Scholar] [CrossRef]
  14. Shi, Z.; Xu, M.; Pan, Q.; Yan, B.; Zhang, H. LSTM-based flight trajectory prediction. In Proceedings of the 2018 International Joint Conference on Neural Networks, Rio de Janeiro, Brazil, 8–13 July 2018; pp. 1–8. [Google Scholar]
  15. Ma, L.; Tian, S. A hybrid CNN-LSTM model for aircraft 4D trajectory prediction. IEEE Access 2020, 8, 134668–134680. [Google Scholar] [CrossRef]
  16. Han, P.; Wang, W.; Shi, Q.; Yang, J. Real-time short-term trajectory prediction based on GRU neural network. In Proceedings of the 2019 IEEE/AIAA 38th Digital Avionics Systems Conference, San Diego, CA, USA, 8–12 September 2019; pp. 1–8. [Google Scholar]
  17. Adewumi, A.; Kagamba, J.; Alochukwu, A. Application of chaos theory in the prediction of motorised traffic flows on urban networks. Math. Probl. Eng. 2016, 2016, 5656734. [Google Scholar] [CrossRef] [Green Version]
  18. Jiang, P.; Wang, B.; Li, H.; Lu, H. Modeling for chaotic time series based on linear and nonlinear framework: Application to wind speed forecasting. Energy 2019, 173, 468–482. [Google Scholar] [CrossRef]
  19. Liu, J.; Shi, G.; Zhu, K. Vessel trajectory prediction model based on AIS sensor data and adaptive chaos differential evolution support vector regression (ACDE-SVR). Appl. Sci. 2019, 9, 2983. [Google Scholar] [CrossRef] [Green Version]
  20. Hong, W.C.; Li, M.W.; Geng, J.; Zhang, Y. Novel chaotic bat algorithm for forecasting complex motion of floating platforms. Appl. Math. Model. 2019, 72, 425–443. [Google Scholar] [CrossRef]
  21. Chatterjee, A. Parameter estimation of Duffing oscillator using Volterra series and multi-tone excitation. Int. J. Mech. Sci. 2010, 52, 1716–1722. [Google Scholar] [CrossRef]
  22. Han, F.; Yang, S.; Song, S. Local Volterra multivariable chaotic time series multi-step prediction based on phase points clustering. J. Vibroeng. 2018, 20, 2486–2503. [Google Scholar] [CrossRef] [Green Version]
  23. Qiao, W.; Yang, Z.; Kang, Z.; Pan, Z. Short-term natural gas consumption prediction based on Volterra adaptive filter and improved whale optimization algorithm. Eng. Appl. Artif. Intell. 2020, 87, 103323. [Google Scholar] [CrossRef]
  24. Lv, M.; Zhang, X.; Chen, H.; Ling, C.; Li, J. An accurate online prediction model for kiln head temperature chaotic time series. IEEE Access 2020, 8, 44288–44299. [Google Scholar] [CrossRef]
  25. Ali, S.; Basharat, A.; Shah, M. Chaotic invariants for human action recognition. In Proceedings of the 2007 IEEE 11th International Conference on Computer Vision, Rio de Janeiro, Brazil, 14–21 October 2007; pp. 1–8. [Google Scholar]
  26. Li, Y.; Song, Y.; Li, C. Selection of parameters for phase space reconstruction of chaotic time series. In Proceedings of the 2010 IEEE Fifth International Conference on Bio-Inspired Computing: Theories and Applications, Changsha, China, 23–26 September 2010; pp. 30–33. [Google Scholar]
  27. Kate, R.J. Using dynamic time warping distances as features for improved time series classification. Data Min. Knowl. Discov. 2016, 30, 283–312. [Google Scholar] [CrossRef]
  28. Elsayed, S.; Sarker, R.; Coello, C.A.C. Sequence-based deterministic initialization for evolutionary algorithms. IEEE Trans. Cybern. 2017, 47, 2911–2923. [Google Scholar] [CrossRef] [PubMed]
  29. Chang, W.D. Volterra filter modeling of nonlinear discrete-time system using improved particle swarm optimization. Digit. Signal Process. 2012, 22, 1056–1062. [Google Scholar] [CrossRef]
  30. Tang, H.; Liao, Y.H.; Cao, J.Y.; Xie, H. Fault diagnosis approach based on Volterra models. Mech. Syst. Signal Process. 2010, 24, 1099–1113. [Google Scholar] [CrossRef]
  31. Wu, Q.; Shen, X.; Jin, Y.; Chen, Z.; Li, S.; Khan, A.H.; Chen, D. Intelligent beetle antennae search for UAV sensing and avoidance of obstacles. Sensors 2019, 19, 1758. [Google Scholar] [CrossRef] [PubMed]
Figure 1. Trajectory prediction process of Volterra model.
Figure 1. Trajectory prediction process of Volterra model.
Entropy 24 01668 g001
Figure 2. Framework diagram of the proposed algorithm.
Figure 2. Framework diagram of the proposed algorithm.
Entropy 24 01668 g002
Figure 3. Flow chart of trajectory segmentation with dynamic split window.
Figure 3. Flow chart of trajectory segmentation with dynamic split window.
Entropy 24 01668 g003
Figure 4. Extraction diagram of trajectory spatiotemporal features.
Figure 4. Extraction diagram of trajectory spatiotemporal features.
Entropy 24 01668 g004
Figure 5. Feedback optimization strategy of residual compensation.
Figure 5. Feedback optimization strategy of residual compensation.
Entropy 24 01668 g005
Figure 6. Reverse optimization of initial population.
Figure 6. Reverse optimization of initial population.
Entropy 24 01668 g006
Figure 7. Discrete gridding of the search space.
Figure 7. Discrete gridding of the search space.
Entropy 24 01668 g007
Figure 8. Flowchart of experiment 1.
Figure 8. Flowchart of experiment 1.
Entropy 24 01668 g008
Figure 9. Comparison of parameter identification error.
Figure 9. Comparison of parameter identification error.
Entropy 24 01668 g009
Figure 10. Trajectory prediction of Lorenz-X dimensional.
Figure 10. Trajectory prediction of Lorenz-X dimensional.
Entropy 24 01668 g010
Figure 11. Trajectory prediction errors of the four algorithms. (a) Our (OTP-SSCT) algorithm; (b) the IPSO algorithm; (c) the GA algorithm; (d) the BAS algorithm.
Figure 11. Trajectory prediction errors of the four algorithms. (a) Our (OTP-SSCT) algorithm; (b) the IPSO algorithm; (c) the GA algorithm; (d) the BAS algorithm.
Entropy 24 01668 g011
Figure 12. Average and maximum prediction errors of the four algorithms.
Figure 12. Average and maximum prediction errors of the four algorithms.
Entropy 24 01668 g012
Figure 13. Average prediction error of the prediction process in experiment 2.
Figure 13. Average prediction error of the prediction process in experiment 2.
Entropy 24 01668 g013
Figure 14. Online trajectory prediction of maneuvering target.
Figure 14. Online trajectory prediction of maneuvering target.
Entropy 24 01668 g014
Figure 15. Online trajectory prediction errors of five algorithms. (a) X-dimension prediction errors; (b) Y-dimension prediction errors; (c) Z-dimension prediction errors.
Figure 15. Online trajectory prediction errors of five algorithms. (a) X-dimension prediction errors; (b) Y-dimension prediction errors; (c) Z-dimension prediction errors.
Entropy 24 01668 g015
Figure 16. Average prediction error of the prediction process in experiment 3.
Figure 16. Average prediction error of the prediction process in experiment 3.
Entropy 24 01668 g016
Figure 17. Comparison of single-step prediction times.
Figure 17. Comparison of single-step prediction times.
Entropy 24 01668 g017
Table 1. Kernel parameter identification results.
Table 1. Kernel parameter identification results.
H 1T-V 2OursR-I 3C-I 4S-I 5
H* 6E 7H*EH*EH*E
h 1 0 1.541.53740.00261.50960.03041.53670.00331.53540.0046
h 1 1 −1−0.99350.0065−0.96330.0367−0.97350.0265−0.97920.0208
h 1 2 0.560.55540.00460.53010.02990.54730.01270.55030.0097
h 2 0 , 0 0.870.87380.00380.87520.00520.87340.00340.87500.0050
h 2 0 , 1 0 5.6 × 10 4 5.6 × 10 4 −0.00740.0074−0.00980.0098−0.00600.0060
h 2 0 , 2 0 8.6 × 10 4 8.6 × 10 4 0.00860.00860.00930.00930.00740.0074
h 2 1 , 1 1.131.13770.00771.09900.03101.09860.03141.11930.0107
h 2 1 , 2 1.211.20810.00191.20530.00471.20280.00721.20610.0039
h 2 2 , 2 −1.29−1.28330.0067−1.26360.0264−1.27180.0182−1.28070.0093
h 3 0 , 0 , 0 1. 451.45240.00241.45670.00671.43950.01051.44360.0064
h 3 0 , 0 , 1 0 4.3 × 10 5 4.3 × 10 5 −0.03360.03360.00780.00780.01600.0160
h 3 0 , 0 , 2 0 7.2 × 10 4 7.2 × 10 4 0.00110.00110.04410.04410.00510.0051
h 3 0 , 1 , 1 0.880.88500.00500.89710.01710.85540.02460.88620.0062
h 3 0 , 1 , 2 0−0.00790.00790.02550.02550.00280.0275−0.04660.0466
h 3 0 , 2 , 2 00.00450.0045−0.01210.01210.05160.05160.01620.0162
h 3 1 , 1 , 1 −0.66−0.65690.0031−0.64080.0192−0.63530.0247−0.66820.0082
h 3 1 , 1 , 2 0−0.00650.0065−0.09100.09100.04020.04020.02020.0202
h 3 1 , 2 , 2 00.01050.01050.07650.0765−0.00850.00850.00400.0040
h 3 2 , 2 , 2 1.061.04570.01431.04740.01261.05340.00661.05260.0074
Explain: 1 H represents the kernel parameters; 2 T-V represents true value; 3 R-I represents random initialization; 4 C-I represents chaotic initialization; 5 S-I represents sequence initialization; 6 H* represents the identification result; 7 E represents the identification error.
Table 2. Algorithm parameter setting of experiment 2.
Table 2. Algorithm parameter setting of experiment 2.
AlgorithmParameter Settings
Ours Q = 29 , w = 0.8 , c 1 = c 2 = 2 , r 1 = r a n d , r 2 = r a n d
IPSO S = 5 , λ 1 = λ 2 = λ 3 = 2 , α 1 = r a n d , α 2 = r a n d , α 2 = r a n d
GA p c = 0.8 , p m = 0.01
BAS η = 0.95 , δ = 2
Table 3. Comparison of precision metrics of experiment 2.
Table 3. Comparison of precision metrics of experiment 2.
TrajectoryAlgorithmPrecision Metrics
MSERMSEMAPER 2
Lorenz-XOurs0.02620.16180.02350.9996
IPSO0.15750.39690.07020.9975
GA0.58720.76630.18440.9907
BAS0.87650.93620.20980.9861
Table 4. Comparison of precision metrics of experiment 3.
Table 4. Comparison of precision metrics of experiment 3.
Prediction DimensionPrediction AlgorithmPrecision Metrics
MSE/m2RMSE/mMAPER 2
XOurs0.35210.59340.00590.9998
LSTM14.9433.86550.03880.9994
KLMS26.0655.10540.04220.9988
KRLS1.50081.22510.01110.9997
SVR12.4073.52240.01460.9993
YOurs0.23830.48810.00530.9998
LSTM21.7464.66330.05630.9985
KLMS17.0124.12450.05040.9989
KRLS0.94330.97120.01260.9996
SVR10.1443.18510.03380.9993
ZOurs0.28480.5337 4.7 × 10 4 0.9999
LSTM17.7644.21480.00360.9987
KLMS12.8863.58970.00320.9991
KRLS0.79590.8921 7.6 × 10 4 0.9997
SVR6.34582.51910.00170.9995
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Wei, Q.; Su, P.; Zhou, L.; Shi, W. Online Tracking of Maneuvering Target Trajectory Based on Chaotic Time Series Prediction. Entropy 2022, 24, 1668. https://doi.org/10.3390/e24111668

AMA Style

Wei Q, Su P, Zhou L, Shi W. Online Tracking of Maneuvering Target Trajectory Based on Chaotic Time Series Prediction. Entropy. 2022; 24(11):1668. https://doi.org/10.3390/e24111668

Chicago/Turabian Style

Wei, Qian, Peng Su, Lin Zhou, and Wentao Shi. 2022. "Online Tracking of Maneuvering Target Trajectory Based on Chaotic Time Series Prediction" Entropy 24, no. 11: 1668. https://doi.org/10.3390/e24111668

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop