Abstract
Positioning and tracking a moving target from limited positional information is a frequently-encountered problem. For given noisy observations of the target’s position, one wants to estimate the true trajectory and reconstruct the full phase space including velocity and acceleration. The shadowing filter offers a robust methodology to achieve such an estimation and reconstruction. Here, we highlight and validate important merits of this methodology for real-life applications. In particular, we explore the filter’s performance when dealing with correlated or uncorrelated noise, irregular sampling in time and how it can be optimised even when the true dynamics of the system are not known.
1. Introduction
A wide range of filters has been developed for the purposes of tracking moving objects and approximating their trajectories. Currently, tracking is typically achieved using sequential statistical filters, such as Kalman or particle filters, which take only the current and future states into account [,,,,,,]. The classic Kalman filter has been extended to consider converted measurements and nonlinear problems []. A review of how to use the particle filter and its capability to handle general models and applications has been introduced in [,]. In [,,], we developed and introduced a new tracking methodology based on shadowing filters. We proved the concept and demonstrated the method’s superiority over other tracking methods, as well as its applicability to real-life problems. In this paper, we conduct further investigations to demonstrate and verify the additional advantages of the shadowing filter tracking method, which are important for real applications. Namely, we introduce the two-dimensional solution when the observational error’s correlation is taken into account and compare the method’s performance when this correlation is considered or ignored. We additionally test the filter’s performance when dealing with non-uniform sampling in time and demonstrate the filter’s capability to overcome singularities.
As a motivation, consider the frequently-occurring tracking problem that arises when observations are recorded in a non-Cartesian coordinate system. Assume that the bearing and range of an object are observed. These observations are independently determined from some reference point. However, when these measurements are transformed into Cartesian data, they will have correlated errors resulting from this transformation. To make matters worse, we often need to combine multiple measurements. In practice, such problems arise in: (a) active radar locations; (b) satellite interferometry; (c) GPS; and (d) passive sonar locations. The challenges in these applications vary. Applications (a), (b) and (d) all use bearing and range data, but in (b), the range is very accurately measured, while the bearing has large errors. In (d), the situation is the opposite, with observations of the bearing being high quality. Application (c), on the other hand, uses only range information, but from several different satellites. All of these cases can be dealt with using the shadowing filter by taking into account the correlation of the observational error. Section 3 of this paper introduces the methodology for approximating the trajectory of an object being tracked with noisy position data and potential correlations in the observational error. The solution in two-dimensions is derived for both uncorrelated and correlated error scenarios. Section 4 utilizes a simple, non-trivial system example to perform a numerical analysis in order to assess whether or not error correlation has to be considered to ensure a good approximation of the object’s path and if the extra computational effort required is worth it.
Other common challenges one could face in practice are singularities and non-uniform sampling of data caused by the failure of the recording devices. Section 5 demonstrates the robustness of the shadowing filter tracking methodology to avoid singularity impacts, as well as deal successfully with irregular time resolution. We also apply the tracking technique to a noisy chaotic trajectory, specifically that of the Lorenz model, and analyse the results from the perspective of noise reduction. In the final section, we draw conclusions and make some suggestions for future directions of this work.
2. Shadowing Filters
The shadowing filter method is unlike sequential filter methods in that it estimates the full trajectory based on all observations simultaneously. In this aspect, our approach is somewhat similar to variational filters [,]; however, it does not fall into the trap of local minima [,]. This is due to the very simple principle these filters are based on: if the model is good enough, state estimations must be close to the observations and consistent with the model’s equations. In practice, this principle imposes a quadratic norm on the filter, which only has one minimum. Specifically regarding the tracking approach, previous investigations showed and verified some merits and advantages of the shadowing filter tracking methodology. In [,], we showed the capability of shadowing filter to track single-particle and multi-particle moving objects using GPS data from flying birds; in Figure 1, we show an example of how we successfully used this method to track eight pigeons’ trajectories and extracted the corresponding acceleration profiles only from positional GPS data. To track rigid bodies, the method was extended [] to include rotational motion and moments of inertia. Our method is able to reconstruct the full dynamical phase space from positional information [,,].

Figure 1.
Shadowing filter applied to GPS data from a flock of pigeons. The shadowing filter successfully tracks the eight pigeons. In this demonstration, we refer to our previous works [,]. In (a), we track the trajectories of the eight pigeons (the coloured solid lines) from the GPS signals (red dots). In (b), we use the tracking algorithm to estimate the corresponding acceleration profiles for each pigeon (colours refer to different pigeons).
In general, varieties of the shadowing filter have proven to have better performance than Kalman filters [], particle filters [], sliding average filters [] and variational filters []. They have been successfully implemented from simple low-dimensional maps and flows [] up to operational weather models []. In [], we addressed a benchmark with the state-of-art of tracking methods. We conducted direct detailed comparisons with the Kalman filter [], extended Kalman filter [] and particle filter [,] approaches. Our computational comparisons confirm the superiority of the shadowing filter tracking methodology over these sequential filter tracking methods with respect to accuracy and complexity (computational time). In this manuscript, we will not redo these comprehensive numerical comparisons. However, as the motivation, we confirm the performance compared to existing methods in Figure 2 with systems later investigated in this manuscript. Specifically, correlated observational errors are taken into account in Figure 2a,b and when singularities arise due to recording failure in Figure 2c,d. More detailed explanations and investigations about these scenarios and others are addressed in the following sections.


Figure 2.
The superiority of the shadowing filter tracking methodology over a sequential filter methodology (Kalman filter). Error correlation has been taken into account in (a) and (b), while the singularity scenario is presented in (c) and (d). The shadowing filter shows obvious superiority, especially where error correlation increases the nonlinearity of the system far from the reference point at the origin in the first scenario and around the singular records in the second scenario. Note that the large error of the shadowing filter estimates at the beginning of the trajectory is expected, as explained in previous investigations [,].
3. Summary of the Tracking Methodology
Typically, tracking data will contain only noisy position observations, and so, we are faced with the challenge of having no explicit information about the object’s acceleration or velocity. Using the acceleration as a free parameter, we are able to implement the shadowing filter to find a good approximation of the full phase space including acceleration and velocity information based on the position observations. This free parameter can then be tuned in order to optimize the quality of the solution of the approximated states.
We aim to track a point object that is moving in a d-dimensional Euclidean space with Cartesian coordinates, given a sequence of noisy observations. Let be the true states and be the noisy observations of the position at time for , where the observational errors have a covariance matrix and corresponding information matrix , which is used to account for the correlations of the observational error.
The object’s dynamics are modelled based on its observed position , velocity and acceleration for . Our aim is to approximate close to the true state . To do this, we minimize the total squared error .
We assume that the acceleration is constant over one time interval and that its magnitude is bounded over the entire trajectory by the relation . Using Newton’s laws and a Galilean transformation, we can solve this optimization problem with the Lagrange multipliers method []. The appropriate Lagrange function is:
where the Lagrange multipliers are d-dimensional column vectors, and . Equation (1b) represents Newton’s first law, Equation (1c) Newton’s second law, while Equation (1d) bounds the magnitude of the acceleration. While using the Lagrange multiplier method seems only natural in the context of a Newtonian model, the optimization could be also implemented using for example gradient descent [,] or penalty methods [].
The solution to the scalar case and rigid-body problems can be found in [,]. In this paper, using similar linear algebra methods and appropriately-constructed vector and matrix equations, we extend the solution to higher dimensions, specifically two-dimensional problems, taking into account the correlation of the observational errors. Note that this solution can be generalised for the d-dimensional problem where all vectors and matrices increase in dimension by a factor of d.
3.1. Solution of the Two-Dimensional Problem
3.1.1. Correlated Observational Errors
For higher dimensions, even in two dimensions, the complexity increases as we have to determine whether observational errors are not independent, but correlated. Note that the Weighted Least Squares (WLS) method and its extension, the constrained-WLS, are related to our shadowing filter [,,,]. For the tracking problem, they are able to deal with correlated/uncorrelated noise and irregular sampling in time. However, unlike the shadowing filter, they do not consider explicitly the velocity and acceleration [,].
Consider the situation of an object moving in the -plane. Given a time resolution of measurements for , the true position is and the noisy observed position is . The error in the x-direction has variance , and similarly, in the y-direction the error has a variance . Therefore, the observational error has the following covariance matrix:
with the corresponding information matrix:
where:
Note that generally, and can vary with time.
In addition, defining the unknown variables, , , , , , and , then the Lagrangian expressed by Equation (1) can be stated as:
Obviously, the optimal solution occurs when all the partial derivatives of L are zero:
The partial derivative equations and the complete solution of this situation are detailed in Appendix A. For the purpose of approximating the trajectory, we require only the final equation of the solution given by Equation (A24):
where and are numerical matrices used to construct the solution, is the information matrix, is the observational states vector, is the approximated states vector and is the smoothing parameter of the filter.
3.1.2. Uncorrelated Observational Errors
If the observational errors of the x-component are independent of those in the y-component, then they are uncorrelated and at each time where the covariance between and equals zero, i.e., . Therefore, , , . Consequently, Equations (A1) and (A2) can be stated as:
This gives us two independent systems of equations: the x-component system Equations (A3), (A5), (A7), (A9) and (3) and the y-component system Equations (A4), (A6), (A8), (A10) and (4). For each component, the systems are identical to the scalar case, which has been solved previously [,], and the optimization problem can be solved independently for x and y.
5. Applications
In this section, we demonstrate some applications with common challenges one frequently faces in practice. Specifically, we emphasise three challenges relevant to tracking: irregular/non-uniform time resolution, records with large singularities, tracking chaotic trajectories and real-world multiple object application.
5.1. Non-Uniform Sampling
Here, we highlight the fact that our shadowing filter is flexible enough to be used even for non-uniformly sampled data. Often, data points are not recorded with the same sampling rate, and so, does not hold for all h in the dataset. Such a situation is quite common for example in GPS tracking, as the GPS device often fails to log one or more data points [,]. Our filter can be used with arbitrary values of between any two data points; however, we focus here on the sub-problem that some data points are not recorded with each a multiple of some sampling time such that .
It has been shown that our tracking methodology is sufficiently robust to ignore the error correlation without effecting performance. Consequently, any d-dimensional problem can be treated as d independent scalar problems. Hence, for our numerical investigation, we will use data generated from the following scalar function that gives true states Y and noisy observations P:
where , the observation’s noise with a white noise process, is an independent cumulative white noise process, , is the variance of the cumulative white noise and is the variance of the observational noise.
We generated data with n initial length of using and . From the dataset, we randomly deleted data points using a uniform distribution (cf. Figure 8a) so that the final dataset had data points. Again, we used our usual measures and estimated from datasets for or 19 (depending on the tracking objective). To incorporate the non-constant sampling time, we included the sampling times into the matrix Equation (A12). Our numerical investigation shows that for increasing levels of deletion, the error increased relative to the uniform sampling. Specifically, we found that () and (). Overall, our filter was still able to find a good enough approximation, as can be seen in Figure 8b.

Figure 8.
Performance of the filter when using non-uniform sampled data. (a) shows the histogram of sample times in the sequence, and (b) directly compares the observed and estimated trajectory, as well as the observed and non-uniformly down-sampled time series.
5.2. Multiple Bearing Observations: Singularities
In this section, we will study another situation where non-Cartesian observations are used. Consider the case when the target is tracked in the -plane, by the position , using bearing observations from two distinct reference points and . The transformation f between the different coordinates is defined by:
where under most circumstances, there exist unique . Hence, if we have bearing observations, then we need to find the raw position estimates, and that requires calculating m and . These can be estimated by solving the linear equations:
which are equivalent to:
and these can be expressed in matrix form as follows:
Solving these linear equations enables us to find the raw position estimates from bearing observations using the transformation f [].
In this situation, it is difficult to compute the Jacobian matrix directly from the transformation f. However, note that the inverse of the transformation f is given by:
Consequently, the matrix K, the Jacobian matrix of , is easily computed as follows:
where and , which requires simple computations once an estimate of is obtained. Therefore, under the assumption that both r and are not close to zero, the information matrix can be approximated using the matrix K as follows:
where is the variance of the observational error in the first bearing component and is the variance in the second bearing component. It follows that the information matrix is given by:
Given this information matrix, we can apply the shadowing filter to find an approximated trajectory.
A problem arises in situations when the sensors and the target are collinear; i.e., . In such situations, the linear Equations (14) are singular or badly conditioned. This can lead to raw position estimates far from their true positions. To solve this problem, we have three options: we can drop the bad observation, replace it with a forecasted position or take into account that the information in this observation is less reliable than in other observations. Since the shadowing filter is estimating a trajectory from a sequence of observations, generally there is no harm in either of these solutions. Although, dropping bad observations leads to a non–uniform time-gap between observations where the shadowing filter still works successfully, as verified in the above investigations. We have chosen here to give our observations different weights, according to their reliability. To do this, we scaled the information matrix by using the rcond command in MATLAB. This command calculates the one-norm estimate of the reciprocal condition number as returned by LAPACK. rcond was used on the matrix giving information on the angles:
The output of rcond varies between zero and one. For angles that lead to an ill-conditioned Equation (14), we get small weights, but good observations will get maximum weighting.
In the example shown in Figure 9 and [], we tracked an object using bearing observations provided by two moving sensors. The target moved on a circular path for . It moved in a clockwise direction, starting from the 12 o’clock position. The first sensor moved between and , and the other between and . Both sensors had a constant speed. To generate the bearing observations, we transformed the true states of the object to the bearing coordinates using Equations (15) and (16). We added white noise to both components with variances to obtain the desired multiple bearing noisy observations. After that, we transformed these noisy observations to the Cartesian coordinates using the transformation f after computing m and from Equation (14). We applied the shadowing filter at on these observations using the scaled information matrices to deal with the bad observations. In Figure 9, we can also see the effect of the different weighting. Note that when the target was between the four and five o’clock position, it was directly between the sensors . This led to a very bad observation, as seen by the large error. Similarly, at the end of the trajectory, the object was almost directly behind both sensors, which also led to a poorly-conditioned observations. However, using the one-norm estimates as described above enabled us to determine good approximations.

Figure 9.
Performance of the shadowing filter in tracking an object using multiple bearing observations with , . Note how the filter is able to overcome the singularities in the observations and estimates the true dynamics quite well.
5.3. Chaotic Trajectory: Lorenz Model
In the previous sections and examples, we investigated the performance of the tracking filter for deterministic trajectories in one- and two-dimensional spaces. The natural step from here is to consider the realistic case of a tracking such as the chaotic motions seen in nature in insects, fish or birds.
We now apply the tracking technique to the Lorenz model []:
Using the standard Lorenz model and typical parameters , and , we initialized the system with and generated a trajectory containing 2501 data points for . The data evolved as per Equation (17) and were measured with some uncertainty following the incorporation of noise with variance of to each component as per Equation (11).
The dynamics were tracked using the shadowing filter with , which was the optimal value for the chosen noise variance as found in Section 4, and a sampling rate of 0.1. We considered uncorrelated errors and treated the system as per the scalar case outlined in Section 3.
Figure 10a–c shows the successful tracking of a target in each of the variables, while Figure 11 shows these details in a projection of the three-dimensional state space. We note that as the shadowing filter did not contain any information about the vector field, the noisy observations were projected down on to the attracting manifold of the Lorenz model. Therefore, our filter acted similar to the other shadowing filters, which had information regarding the vector field encoded in them []. Although there were some estimation error, one can see at the outer loops in Figure 11, we note that our filter estimated the true time series most of the time.

Figure 10.
Projections onto each direction for the chaotic Lorenz model.

Figure 11.
Chaotic Lorenz attractor (blue line), noisy observations (red line) and the tracking technique results (green triangles).
Up until this point, we have been concerned with forecasting. However, this is closely related to noise reduction, and the results of the previous section can be viewed in such a context [,].
We assumed that the clean time series of each variable, and , is in the presence of measurement noise and aimed to separate these from the observed noisy data in order to restore the structure of the system and improve the quality of predictions [], i.e., , where is defined as in Equation (11).
For measurement noise applied to Equation (17), the approximated trajectory (green triangles) of Figure 10 and Figure 11 is the reduced noise trajectory. Figure 11 illustrates how the noise (red line) has smeared the chaotic attractor and obscured its structure and how the chaotic dynamics of the clean (blue line) trajectory were successfully captured.
5.4. Real-World Multiple Object Application
As a final application, we present how the shadowing filter can be used to track multiple objects. We used two-dimensional data produced from images of a real flock of ducks moving on a water surface. The dataset was provided by the authors of []. We focussed on one of the data files where a turning event occurred. We consider 25 individuals observed at 30 time points. We tracked the trajectories using the positional observations and extracted the corresponding acceleration for each bird. The difference between this application and the tracking of pigeons illustrated in Figure 1 was the size of the flock. Here, we have a larger number of individuals, but a relatively short trajectory. The results are shown in Figure 12, where the circles are the observations and the estimated paths are given as solid lines. The filter accurately tracked the position of each individual. The acceleration of each bird is shown in the lower panels of the figure. Note that this additional information about each individual’s state can be used to forecast its future dynamics and could be used to infer that the forces dominate such a collective behaviour [].

Figure 12.
Shadowing filter applied to positional data from a group of ducks moving on the water surface. The shadowing filter successfully tracked the 25 individuals. In (a), we tracked the trajectories of the 25 ducks (the coloured solid lines) from the positional observations (red circles). In (b), we used the tracking algorithm to estimate the corresponding acceleration profiles for each duck (colours refer to different individuals).
6. Conclusions
In this paper and our previous ones [,,], a new class of shadowing filters, applicable to observational data of objects moving in more than one dimension, was introduced and investigated. Our investigations demonstrate that this approach is highly versatile. First of all, it may be easily adapted to different settings. For instance, it can be implemented to track a single moving particle, a system of multiple objects [] or be extended to consider rigid bodies instead []. Secondly, it is computationally inexpensive in comparison to alternative methods []. Finally, it outperformed the established and widely-used Kalman and particle filters in situations where nonlinearities were present []. Our tracking technique is applicable to real data and enables us to minimise measurement errors and overcome device failures, as well as allows for a reconstruction of the full dynamical state space from limited position-only data [,].
In this paper, specifically, optimization of the filter quality was achieved for two tracking objectives, namely “tracking the path that the object travelled” and “knowing the recent position of the object”, by tuning the smoothing parameter such that the (task-specific) error was minimized. Numerical investigations indicated that our tracking method was sufficiently robust that the benefit of taking error correlation into account was negligible, allowing for many systems to be treated as per the scalar case. Furthermore, we demonstrated that this tracking method can be applied to irregularly-sampled real-world data without additional effort, a situation often encountered when measurement devices fail to log some measurement points. We highlight the ability of the shadowing filter tracking method to avoid singularities in data, another challenge encountered frequently in practice. The shadowing filter was successfully applied to noisy data from the Lorenz model, and we briefly commented on the relation of this approach to noise reduction algorithms. Finally, a real-world application of multiple object tracking was provided, as we tracked a flock of 25 ducks moving on the water surface.
Lightweight and inexpensive tracking devices are now available and have opened up a new area of tracking possibilities [,,,,,,], resulting in new observational data, which enable the study of movement, of animals for example, with so far unreached precision. Given these advantages and the resulting big data, it is clear that the new generation of filters needs to be fast and efficient. The outlined benefits of our filter together with its clear optimization possibility make it, in our opinion, a very strong contender for such applications, and we are looking forward to seeing the progress in this area based on our filter.
Author Contributions
A.Z. initiated the ideas, developed the algorithm, performed the computation and wrote the manuscript. T.S. initiated the ideas, discussed the results and revised and improved the manuscript. S.D.A. helped prepare the numerical experiments and revised and improved the manuscript.
Funding
This research received no external funding.
Acknowledgments
We, the authors, would like to thank Kevin Judd and Michael Small for their valuable discussions and suggestions. We also would like to thanks M.Nagy et al. for providing the pigeons data and R. Lukeman et al. for providing the ducks data. A.Z. acknowledges the support of the Australian Research Council through Discovery Grant DP 180100718.
Conflicts of Interest
The authors declare no conflict of interest.
Code Availability
Contact the author for the MATLAB code. A simple code for one-dimensional tracking is provided at: MathWorks-File Exchange-One-Dimensional Tracking Methodology Using Shadowing Filter-Ayham Zaitouny.
Abbreviations
The following abbreviations are used in this manuscript:
CA | Taking observational errors’ Correlation into Account |
CI | Ignoring observational errors’ Correlation |
Appendix A. Detailed Solution
We will show how to solve the problem in two-dimensions when the correlation is taken into account. We will represent the equations using vector and matrix forms. We will define some vectors and matrices; please note that in our definitions, refers to a matrix of zeros, as follows: , , , , .
Obviously, P denotes the observations, p the estimates, and our Lagrangian parameters, while a the piecewise constant accelerations. Moreover, to take correlations into account, we define the information matrix as:
Similar to the scalar case, we need a time matrix T. However, in the two-dimensional problem, each time resolution is repeated twice along the main diagonal of T, since we have two components:
To simplify the problem as before to one compact equation, we need two additional matrices, a matrix D and a matrix E defined as:
Using our previous definitions, we can see that Equations (A1) and (A2) can be combined into this compact form:
Similarly, Equations (A3) and (A4) can be expressed by:
Following our previous analysis, Equations (A5) and (A6) can be combined by:
These three new Equations (A13)–(A15) can be used together to eliminate the dual variables and . To do that, we need to define two more matrices and where the matrix L is similar to the matrix M, but with an extra two columns of zeros at the end, as follows:
With these definitions, it can be easily verified that , which means that M is the inverse of D. Then, multiplying both sides of this identity by () and using Equation (A14), it follows that:
Similarly, it can be shown that , where J is defined as:
Multiplying the identity by:
we find that:
Therefore, using the identity of J and Equation (A13), it follows:
However, () holds; see Equation (A1). Similarly, () holds from Equation (A2). Therefore:
Using the two identities for and (Equations (A16) and (A17)) in Equation (A15), we get:
Now, Equations (A7) and (A9) can be combined to eliminate , so that:
Similarly, from Equations (A8) and (A10), it follows that:
To combine Equations (A19) and (A20), we need to define two additional matrices and as follows:
Using these two matrices, it is easy to see that Equations (A19) and (A20) are combined as:
Now, Equations (A18) and (A21) can be combined, and we obtain the equation:
where:
Finally, to include the additional two conditions and , we define a () matrix to be matrix B augmented with two final rows of zeros and a () matrix to be A augmented with two final rows of identity matrices, then we get the final equation:
which can be solved by singular-value decomposition to give the approximation trajectory. Similar to the scalar case, to avoid the large errors at the end of the trajectory, we reverse the columns and rows of matrices A and B to obtain the desired solution. Therefore, we expect that the errors at the beginning of our estimations will now be large [,].
Appendix B. Numerical Investigation Tables

Table A1.
Results of the experiments to identify the almost optimum value of giving the smallest when Correlation is Accounted for (CA).
Table A1.
Results of the experiments to identify the almost optimum value of giving the smallest when Correlation is Accounted for (CA).
Experiment 1 | 0.1 | 1 | 10 | 100 | 1000 | |
0.34 | 0.28 | 0.24 | 0.26 | 0.46 | ||
Experiment 2 | 1 | 5 | 10 | 50 | 100 | |
0.27 | 0.24 | 0.23 | 0.24 | 0.25 | ||
Experiment 3 | 5 | 7 | 10 | 30 | 50 | |
0.235 | 0.230 | 0.227 | 0.228 | 0.237 | ||
Experiment 4 | 7 | 10 | 15 | 20 | 30 | |
0.234 | 0.229 | 0.227 | 0.226 | 0.228 | ||
Experiment 5 | 15 | 17 | 20 | 25 | 30 | |
0.2361 | 0.2358 | 0.2357 | 0.2364 | 0.2374 | ||
Experiment 6 | 17 | 18 | 20 | 22 | 25 | |
0.22406 | 0.22400 | 0.22402 | 0.22420 | 0.22470 |

Table A2.
Results of the experiments to identify the almost optimum value of giving the smallest when Correlation is Ignored (CI).
Table A2.
Results of the experiments to identify the almost optimum value of giving the smallest when Correlation is Ignored (CI).
Experiment 1 | 0.1 | 1 | 10 | 100 | 1000 | |
0.37 | 0.28 | 0.23 | 0.24 | 0.43 | ||
Experiment 2 | 1 | 5 | 10 | 50 | 100 | |
0.291 | 0.246 | 0.233 | 0.231 | 0.249 | ||
Experiment 3 | 10 | 30 | 50 | 70 | 100 | |
0.23 | 0.22 | 0.23 | 0.23 | 0.25 | ||
Experiment 4 | 10 | 20 | 30 | 40 | 50 | |
0.2361 | 0.2299 | 0.2298 | 0.2317 | 0.2345 | ||
Experiment 5 | 20 | 25 | 30 | 35 | 40 | |
0.227 | 0.226 | 0.227 | 0.228 | 0.229 | ||
Experiment 6 | 20 | 22 | 25 | 27 | 30 | |
0.22772 | 0.22737 | 0.22716 | 0.22718 | 0.22741 |

Table A3.
Results of the experiments to identify the almost optimum value of giving the smallest when Correlation is Accounted for (CA).
Table A3.
Results of the experiments to identify the almost optimum value of giving the smallest when Correlation is Accounted for (CA).
Experiment 1 | 0.1 | 1 | 10 | 100 | 1000 | |
0.86 | 0.77 | 0.59 | 0.47 | 0.91 | ||
Experiment 2 | 10 | 100 | 200 | 500 | 1000 | |
0.55 | 0.47 | 0.51 | 0.70 | 0.95 | ||
Experiment 3 | 10 | 75 | 100 | 150 | 200 | |
0.55 | 0.49 | 0.50 | 0.52 | 0.54 | ||
Experiment 4 | 10 | 50 | 75 | 90 | 100 | |
0.5777 | 0.4976 | 0.4863 | 0.4861 | 0.4851 | ||
Experiment 5 | 75 | 80 | 90 | 95 | 100 | |
0.4690 | 0.4678 | 0.4664 | 0.4664 | 0.4669 | ||
Experiment 6 | 90 | 91 | 92 | 93 | 95 | |
0.47355 | 0.47354 | 0.47356 | 0.47358 | 0.47368 |

Table A4.
Results of the experiments to identify the almost optimum value of giving the smallest when Correlation is Ignored (CI).
Table A4.
Results of the experiments to identify the almost optimum value of giving the smallest when Correlation is Ignored (CI).
Experiment 1 | 1 | 10 | 100 | 1000 | 10,000 | |
0.71 | 0.59 | 0.45 | 0.36 | 0.47 | ||
Experiment 2 | 100 | 500 | 1000 | 5000 | 10,000 | |
0.40 | 0.36 | 0.35 | 0.40 | 0.50 | ||
Experiment 3 | 500 | 750 | 1000 | 2500 | 5000 | |
0.349 | 0.336 | 0.329 | 0.327 | 0.365 | ||
Experiment 4 | 1000 | 2000 | 2500 | 3500 | 5000 | |
0.364 | 0.353 | 0.356 | 0.367 | 0.392 | ||
Experiment 5 | 1000 | 1500 | 2000 | 2250 | 2500 | |
0.354 | 0.344 | 0.340 | 0.341 | 0.341 | ||
Experiment 6 | 1500 | 1750 | 2000 | 2100 | 2250 | |
0.36438 | 0.36315 | 0.36319 | 0.36348 | 0.36416 | ||
Experiment 7 | 1500 | 1600 | 1750 | 1850 | 2000 | |
0.3394 | 0.3391 | 0.3392 | 0.3395 | 0.3402 |
References
- Bar-Shalom, Y.; Li, X.R.; Kirubarajan, T. Estimation with Applications to Tracking and Navigation; John Wiley and Sons: Hoboken, NJ, USA, 2001. [Google Scholar]
- Bilik, I.; Tabrikian, J. Maneuvering Target Tracking in the Presence of Glint using the Nonlinear Gaussian Mixture Kalman Filter. IEEE Trans. Aerosp. Electron. Syst. 2010, 46, 246–262. [Google Scholar] [CrossRef]
- Jazwinski, A.H. Stochastic Processes and Filtering Theory; Academic Press: New York, NY, USA, 1970; Volume 64. [Google Scholar]
- Julier, S.J.; Uhlmann, J.K. New extension of the Kalman filter to nonlinear systems. In Proceedings of the Signal Processing, Sensor Fusion, and Target Recognition VI, Orlando, FL, USA, 28 July 1997; Volume 3068, pp. 182–194. [Google Scholar] [CrossRef]
- Mahler, R.P.S. Statistical Multisource-Multitarget Information Fusion; Artech House: Norwood, MA, USA, 2007. [Google Scholar]
- Stone, L.D.; Streit, R.L.; Corwin, T.L. Bayesian Multiple Target Tracking, 2nd ed.; Artech House Publishers: Boston, MA, USA, 2014. [Google Scholar]
- Teoh, S.; Braunl, T. A Reliability Point and Kalman Filter-based Vehicle Tracking Technique. In Proceedings of the International Conference on Intelligent Systems (ICIS 2012), Penang, Malaysia, 19 May 2012; pp. 134–138. [Google Scholar]
- Li, T.C.; Su, J.; Liu, W.; Corchado, J.M. Approximate Gaussian conjugacy: Parametric recursive filtering under nonlinearity, multimodality, uncertainty, and constraint, and beyond. Front. Inf. Technol. Electron. Eng. 2017, 18, 1913–1939. [Google Scholar] [CrossRef]
- Doucet, A.; Johansen, A.M. A Tutorial on Particle Filtering and Smoothing: Fifteen Years Later; Handbook of nonlinear filtering; Available online: https://warwick.ac.uk/fac/sci/statistics/staff/academic-research/johansen/publications/dj11.pdf (accessed on 19 January 2019).
- Martino, L.; Elvira, V.; Camps-Valla, G. Group Importance Sampling for Particle Filtering and MCMC. Digit. Signal Process. 2018, 82, 133–151. [Google Scholar] [CrossRef]
- Zaitouny, A.A.; Stemler, T.; Judd, K. Tracking Rigid Bodies Using Only Position Data: A Shadowing Filter Approach Based on Newtonian Dynamics. Digit. Signal Process. 2017, 67, 81–90. [Google Scholar] [CrossRef]
- Zaitouny, A.A.; Stemler, T.; Small, M. Tracking a Single Pigeon Using a Shadowing Filter Algorithm. Ecol. Evolut. 2017, 7, 4419–4431. [Google Scholar] [CrossRef] [PubMed]
- Zaitouny, A.A.; Stemler, T.; Small, M. Modelling and Tracking the Flight Dynamics of Flocking Pigeons Based on Real GPS Data (Small Flock). Ecol. Model. 2017, 344, 62–72. [Google Scholar] [CrossRef]
- Anderson, B.D.O.; Moore, J.B. Optimal Filtering; Prentice-Hall: Englewood Cliffs, NJ, USA, 1979. [Google Scholar]
- Swanson, K.; Vautard, R. Four-dimensional variational assimilation and predictability in a quasi-geostrophic model. Tellus 1998, 50A, 369–390. [Google Scholar] [CrossRef]
- Ridout, D.; Judd, K. Convergence properties of gradient descent noise reduction. Phys. D 2002, 165, 27–48. [Google Scholar] [CrossRef]
- Stemler, T.; Judd, K. A guide to shadowing filters for forecasting and state estimation. Phys. D 2009, 238, 1260–1273. [Google Scholar] [CrossRef]
- Judd, K. Bayesian reconstruction of chaotic times series: Right results for the wrong reasons. Phys. Rev. E 2003, 67, 026212. [Google Scholar] [CrossRef]
- Judd, K.; Stemler, T. Failure of sequential bayesian filters and the success of shadowing filters in tracking of nonlinear deterministic and stochastic systems. Phys. Rev. E 2009, 79, 066206. [Google Scholar] [CrossRef] [PubMed]
- Judd, K.; Reynolds, C.A.; Rosmond, T. Toward Shadowing in Operational Weather Prediction; Technical Report NRL/MR/7530–04-18; Naval Research Laboratory: Monterey, CA, USA, 2004. [Google Scholar]
- Hartikainen, J.; Solin, A.; Särkkä, S. Optimal Filtering With Kalman Filters and Smoothers; Department of Biomedical Engineering and Computational Sciences, Aalto University School of Science; Available online: http://becs.aalto.fi/en/research/bayes/ekfukf/documentation.pdf (accessed on 19 January 2019).
- Bugallo, M.; Xu, S.; Djurić, P. Performance Comparison of EKF and Particle Filtering Methods for Maneuvering Targets. Digit. Signal Process. 2007, 17, 774–786. [Google Scholar] [CrossRef]
- Gustafsson, F.; Gunnarsson, F.; Bergman, N.; Forssell, U.; Jansson, J.; Karlsson, R.; Nordlund, P. Particle Filters for Positioning, Navigation and Tracking; Linköping University Electronic Press: Linköping, Sweden, 2001. [Google Scholar]
- Míguez, J. Analysis of Selection Methods for Cost-reference Particle Filtering with Applications to Maneuvering Target Tracking and Dynamic Optimization. Digit. Signal Process. 2007, 17, 787–807. [Google Scholar] [CrossRef]
- Press, W.H.; Teukolsky, S.A.; Vetterling, W.T.; Flannery, B.P. Numerical Recipes. In The Art of Scientific Computing; Cambridge University Press: Cambridge, UK, 2007. [Google Scholar]
- Courant, R. Variational methods for the solution of problems of equilibrium and vibrations. Bull. Am. Math. Soc. 1943, 49, 1–23. [Google Scholar] [CrossRef]
- Judd, K. Tracking an Object with Unknown Accelerations using a Shadowing Filter. arXiv, 2015; arXiv:1502.07743. [Google Scholar]
- Chan, Y.T.; Ho, K.C. A simple and efficient estimator for hyperbolic location. IEEE Trans. Signal Process. 1994, 42, 1905–1915. [Google Scholar] [CrossRef]
- Chandrasekaran, S.; Golub, G.H.; Gu, M.; Sayed, A.H. Parameter estimation in the presence of bounded data uncertainties. SIAM J. Matrix Anal. Appl. 1998, 19, 235–252. [Google Scholar] [CrossRef]
- El Ghaoui, L.; Lebret, H. Robust solutions to least-squares problems with uncertain data. SIAM J. Matrix Anal. Appl. 1997, 18, 1035–1064. [Google Scholar] [CrossRef]
- Huang, Y.; Benesty, J.; Elko, G.W.; Mersereati, R.M. Real-time passive source localization: A practical linear-correction least-squares approach. IEEE Trans. Speech Audio Process. 2001, 9, 943–956. [Google Scholar] [CrossRef]
- Li, T.; Chen, H.; Sun, S.; Corchado, J.M. Joint smoothing and tracking based on continuous-time target trajectory fitting. IEEE Trans. Autom. Sci. Eng. 2018. [Google Scholar] [CrossRef]
- Li, T. Single-Road-Constrained Positioning Based on Deterministic Trajectory Geometry. IEEE Commun. Lett. 2019, 23, 80–83. [Google Scholar] [CrossRef]
- DeCesare, N.J.; Squires, J.R.; Kolbe, J.A. Effect of forest canopy on GPS-based movement data. Wildl. Soc. Bull. 2005, 33, 935–941. [Google Scholar] [CrossRef]
- Grémillet, D.; Dell’Omo, G.; Ryan, P.G.; Peters, G.; Ropert-Coudert, Y.; Weeks, S.J. Offshore diplomacy, or how seabirds mitigate intra-specific competition: A case study based on GPS tracking of Cape gannets from neighbouring colonies. Mar. Ecol. Prog. Ser. 2004, 268, 265–279. [Google Scholar] [CrossRef]
- Lorenz, K. Deterministic Nonperiodic Flow. J. Atmos. Sci. 1963, 20, 130–141. [Google Scholar] [CrossRef]
- Kantz, H.; Schreiber, T. Nonlinear Time Series Analysis; Cambridge University Press: Cambridge, UK, 1997. [Google Scholar]
- Urbanowicz, K.; Holyst, J.A.; Stemler, T.; Benner, H. Noise reduction in chaotic time series by a local projection with nonlinear constraints. ACTA Phys. Polonica B 2004, 35, 2175–2197. [Google Scholar]
- Lukeman, R.; Li, Y.X.; Edelstein-Keshet, L. Inferring individual rules from collective behavior. Proc. Natl. Acad. Sci. USA 2010, 107, 12576–12580. [Google Scholar] [CrossRef]
- Dieck Kattas, G.; Xu, X.K.; Small, M. Dynamical modeling of collective behavior from pigeon flight data: Flock cohesion and dispersion. PLoS Comput. Biol. 2012, 8, e1002449. [Google Scholar] [CrossRef]
- Dieck Kattas, G.; Perez-Barberia, F.J.; Small, M.; Xu, X.K.; Walker, D.M. Unraveling complexity in interspecies interaction through nonlinear dynamical models. Acta Ethol. 2013, 16, 21–30. [Google Scholar] [CrossRef]
- Godley, B.J.; Broderick, A.C.; Glen, F.; Hays, G.C. Post-nesting movements and submergence patterns of loggerhead marine turtles in the Mediterranean assessed by satellite tracking. J. Exp. Mar. Biol. Ecol. 2003, 287, 119–134. [Google Scholar] [CrossRef]
- Ryan, P.G.; Petersen, S.L.; Peters, G.; Grémillet, D. GPS tracking a marine predator: The effects of precision, resolution and sampling rate on foraging tracks of African Penguins. Mar. Biol. Int. J. Life Oceans Coast. Waters 2004, 145, 215–223. [Google Scholar] [CrossRef]
- Steiner, I.; Bürgi, C.; Werffeli, S.; Dell’Omo, G.; Valenti, P.; Tröster, G.; Wolfer, D.P.; Lipp, H.-P. A GPS logger and software for analysis of homing in pigeons and small mammals. Physiol. Behav. 2000, 71, 589–596. [Google Scholar] [CrossRef]
© 2019 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (http://creativecommons.org/licenses/by/4.0/).