Skip to main content

UAV autonomous path optimization simulation based on radar tracking prediction

Abstract

In the UAV path planning study, due to the relative movement of multiple targets and the UAV, long-term and large-scale UAV, autonomous tracking has not been achieved. Therefore, aiming at this problem, this paper uses radar to provide a real-time feedback on target position, estimates the later motion state of the target according to its position, and then perform dynamic path planning by combining the feedback data and the state estimation result. Finally, The UAV path is optimized in real time. Experiments show that the proposed scheme can better plan the UAV path when multiple targets are in motion, thus improving the intelligence of the UAV and the capability of long time tracking.

1 Introduction

With the development of UAV technology, UAVs have achieved a wide application in the field of military and civil aviation remote sensing, communications relay, and so on [1]. At the same time, with the increase of the UAV payload and the improvement of the radar miniaturization technology, the UAV radar has gradually become an important part of the UAV load.

At present, the UAV radar is mainly composed of synthetic aperture radar, and the working frequency bands are concentrated in the millimeter wave band (30~300 GHz), the Ku band (12~18 GHz), and the X band (8~12 GHz) [2]. UAV SAR has high resolution and long detection range. It can work all day and around the clock, penetrate clouds and obstacles, and track moving targets and sudden rapid maneuvering targets. Because of the strong anti-interference ability and around-the-clock application of radar, the UAV can use radar sensors to obtain environmental information during flight and process it through signal processing algorithms and target tracking technology, which provides reliable environmental information for UAVs.

Radar is an important sensor in the field of target tracking and recognition. The electromagnetic radiation has strong reliability, but it also has some shortcomings. Due to the complex electromagnetic environment in the low-altitude airspace, the clutter signal noise is relatively strong, which will seriously affect the radar’s ability to detect moving targets. Compared with the infrared imaging system, the visible light sensor has strong denoising ability and imaging capability. It can provide clearer image information and is less susceptible to electromagnetic interference. The radar target tracking is based on the measurement information of the point target for filtering and tracking, and the visible light sensor tracking is based on the image matching degree [3, 4]. In the field of UAV target tracking, a hot research trend is how to combine the advantages of point target tracking and image tracking together to solve the problem of imaging blur of simple image targets at long distances and the interference of close-range targets by low-altitude airspace.

At present, in the aspect of moving target tracking by UAV, the existing autonomous tracking of the single moving target has been extensively studied and applied. However, as to the problem of multiple moving target tracking, the UAV operation still relies on operator’s observing in order to control the UAV flight path, and the autonomous flight path design has not been realized. Therefore, this paper combines the tracking, prediction, and path planning of single moving target by UAV, so as to realize UAV autonomous path planning for multiple targets.

In order to achieve long-term and large-scale UAV autonomous tracking of multiple moving targets, this paper studies the UAV autonomous optimization based on multiple moving target tracking. There are n moving targets to be tracked, and a UAV starts from a point to reach the positions of these targets. After each target is visited once, the UAV will return to the starting point. The UAV path problem means how to find the shortest path of the process above. In order to realize the UAV autonomous path planning [5], this paper divides the scheme into three steps.

The first step is to obtain the specific motion equation of the moving targets after selected. Because of the continuous relative movement of the UAV and the targets, coordinates of the targets will constantly change and need to be updated in real time. In order to obtain the motion equation of the moving targets, the positions of the targets are obtained by radar in this paper, and the interception, tracking, track calculation, and tracking state determination of the targets are completed by radar data processing. In radar data processing, the motion trajectory of the target is established through correlation and filtering processing, which effectively eliminates false detection caused by residual clutter and updates the target position.

The second step is to predict the positions of moving targets. Because the position of a target is constantly changing, tracking its present position will lead to longer tracking time. Therefore, this paper uses the method of estimating the target position to optimize the UAV path. Due to the state change and uncertainty of moving targets, Kalman filtering method [6, 7] is used in this paper. In the radar target tracking filtering algorithm, Kalman filtering is the most representative, which is both based on the measurement information of the point target and predicting the position of the target at the next moment to achieve tracking [8, 9]. Kalman filtering is a recursive algorithm for solving the state optimal estimation. It can update the current state and predict the state of the next moment by filtering only the state information of the previous moment. This tracking algorithm is characterized by small calculation and nice real-time ability [10, 11]. And the Kalman filtering method [12] is a time domain method which solves the problem of optimal filtering based on state space. It has high applicability to the estimation of moving targets that frequently change motion states.

The last step is to use predicted positions to dynamically plan the UAV path, which means to quickly and accurately design a non-repeating shortest path after obtaining the specific positions of the targets. This problem is called the traveling salesman problem (TSP) in the unified research [13, 14]. Due to the complexity of TSP, when the scale of targets is large, the time complexity of the exact solution method will increase exponentially, and it will lead to high the real-time requirements during the operation of the UAV. The number of targets is considered to be about 10, and the universality of the algorithm should be considered. Therefore, ant colony algorithm is adopted in this paper instead of the exact algorithm to obtain the approximate shortest path optimal solution. The basic principle of the ant colony algorithm is to imitate the ant colony foraging behavior in the natural world, use a pheromone to control the direction of ant’s movement, and autonomously and effectively approach the optimal path ultimately [15]. However, although the basic ant colony algorithm has a strong global optimization ability, it takes a long time to solve the problem, and it is easy to fall into a local optimum and cause the algorithm to stall. To solve this, Stutzle and Hoos [16] proposed the maximum and minimum ant colony algorithm. Only the pheromone of the ant with the optimal algorithm is updated; thus, the convergence speed of the algorithm is improved. Li et al. [17] use prior knowledge to limit the increment of pheromone in the ant colony algorithm and increase the road weight factor, so as to effectively avoid the stagnation of the algorithm. Therefore, this paper combines the improved methods of scholars to optimize the ant colony algorithm, thus solves the problem of long solution time and falling into the local optimum in the route plan using ant colony algorithm.

In general, in order to solve the problem of UAV autonomous flight path planning, this paper improves the method of UAV single moving target. Firstly, radar is used to track multiple moving targets to obtain the real-time position and motion information of multiple moving targets. Then, the Kalman filter method is used to predict and estimate the positions of the moving targets. Finally, the improved ant colony algorithm is used to process the acquired information to design a shortest UAV flight path that can track multiple moving targets. The scheme can realize the near-optimal UAV flight path by means of computer vision under the scene of UAV multiple moving targets tracking, thereby reducing manual operations and improving the UAV autonomous flying capability.

2 Algorithm implementation

2.1 Overall algorithm flow

This paper presents an algorithmic process for UAV autonomous planning. Firstly, the radar sensor mounted on the UAV is used to obtain the positions of the moving targets and their changes and then estimates the positions of the targets after a certain period of time according to the changes of their positions. After obtaining the estimated motion states, the shortest path plan under the estimated target position obtained by using the improved ant colony algorithm. Finally, when the UAV performs the calculated path flight, it updates the positions of the targets and the path in real time to achieve the UAV path planning requirement for multiple moving targets. The specific flow chart is shown in Fig. 1.

Fig. 1
figure 1

The flow chart of the algorithmic process

2.2 Radar target location and prediction

Radar target location plays a crucial role in radar target tracking. However, there is a state noise in the target environment and system noise in the radar system. These two kinds of noise can cause an inevitable error between the true state and the measured state of the cloud target. In order to eliminate this error, a lot of research has been carried out at home and abroad, mainly to develop filtering methods [18], such as Kalman filtering.

Kalman filter is a recursive estimator that implements the estimation of motion states through the principle of feedback control [19]. After observing the positions of the targets by radar, the current states of the targets can be predicted according to the historical motion states of the targets. The basic state model of the targets includes the observation equation and the state equation as follows:

$$ \left\{\begin{array}{l}{Z}_k={H}_k{X}_k+{V}_k\\ {}{X}_{k,k-1}={A}_{k,k-1}{X}_{k-1}+{B}_{k-1}{U}_{k-1}\end{array}\right. $$
(1)

Where Zk represents the observed value of the target state, Hk represents the observation matrix, Xk represents the real state at time k, Xk, k − 1 represents the target state estimated from the previous state, Ak, k − 1 represents the state transition matrix from k − 1 to k, Bk − 1 represents the system control matrix at time k − 1, Uk − 1 represents the noise that influences the current motion law of the targets such as acceleration and deceleration of the moving targets, Q is the self-covariance of Uk − 1, and Vk represents the observation noise, which in this experiment represents the deviation during the tracking process, and R is the covariance of Vk.

The flow of the Kalman filter in each frame is shown in Fig. 2.

Fig. 2
figure 2

The flow of Kalman filter

Therefore, the observation states of the radar can be filtered by the above formula to obtain the state equation of the targets, because the UAV takes a long time in the process of approaching the target. If only relying on the existing states of the targets, the direct interval of the control signal and the delay in the signal transmission may cause the flight direction to be updated backward, so that the shorter tracking path cannot be obtained. Thus, in this paper, the predicted positions in the Kalman filter algorithm are extracted in order to take control of the UAV.

From the Kalman filter formula, the prediction equation of the next coordinate Xk + 1, k and its covariance matrix Pk + 1, k can be obtained as:

$$ \left\{\begin{array}{l}{X}_{k+1,k}={A}_{k+1,k}{X}_k+{B}_k{U}_k\\ {}{P}_{k+1,k}={A}_{k+1,k}{P}_k{A}_{k+1,k}^T+{B}_k{Q}_k{B}_k^T\end{array}\right. $$
(2)

In this paper, the principle of optimizing the algorithm path through the Kalman filter is shown in Fig. 3. If the prediction algorithm is not added, due to the delay of the UAV flight control signal, the UAV will move towards the direction of the obtained target position and reach position 3. At the same time, the target will move during the flight of the UAV and reach position 2. Therefore, the prediction algorithm added in this paper corrects the flight direction of the UAV and makes the UAV reach position 4 where it is close to the target position, when it gets the target position next time.

Fig. 3
figure 3

The schematic of the algorithm

2.3 UAV path planning

Taking into account the real-time requirement of UAV path planning, the ant colony algorithm is used. But the ant colony algorithm is slow in convergence and easy to fall into the local optimal solution [20]. So, this paper focuses on the optimization of ant colony algorithm. The probability of stagnation of the algorithm is reduced by limiting the increment of pheromone update and the dynamic change of volatile factors; thus, the UAV dynamic path planning can be realized.

Firstly, information is initialized for each target:

$$ {\tau}_{ij}(0)=m/{d}_{\mathrm{min}} $$
(3)

where τij(0) represents the pheromone from target i to target j, m represents the number of ants, and dmin represents the distance between the closest two targets.

Then, the ants transfer on the basis of the pheromone:

$$ {p}_{ij}^k(t)=\left\{\begin{array}{l}\frac{\tau_{ij}^{\alpha }(ij){\eta}_{ij}^{\beta }}{\sum \limits_{s\in {\mathrm{allowed}}_k}{\tau}_{ij}^{\alpha }(ij){\eta}_{ij}^{\beta }},j\in {\mathrm{allowed}}_k\\ {}0,\mathrm{other}\end{array}\right. $$
(4)

Where \( {p}_{ij}^k(t) \) represents the probability that ant k transfers from city i to city j; ηij(t) represents the concentration of pheromone on the path at time t; ηij(t) = 1/dij represents the degree of expectation of ants from target i to target j; α represents the information heuristic factor, which indicates the influence of pheromone on the transition probability; β represents the expected heuristic factor, which indicates the influence of visibility on the transition probability of ants; allowed = {1, 2, …, n} − tabuk represents the targets which ant k has not visited; and tabuk represents the targets that the ant k has passed.

Then update of pheromone partially:

$$ {\tau}_{ij}\left(t+1\right)=\left\{\begin{array}{l}\left(1-\rho \right){\tau}_{ij}(t)+\varepsilon \left({L}_{\mathrm{worst}}-{L}_{\mathrm{best}}\right),\mathrm{best}\kern0.5em \mathrm{path}.\\ {}\left(1-\rho \right){\tau}_{ij}(t)-\varepsilon \left({L}_{\mathrm{worst}}-{L}_{\mathrm{best}}\right),\kern0.5em \mathrm{worst}\kern0.5em \mathrm{path}.\\ {}\left(1-\rho \right){\tau}_{ij}(t),\mathrm{other}\end{array}\right. $$
(5)

where ρ represents the pheromone volatility coefficient, ε represents the pheromone enhancement coefficient, and Lbest, Lworst represent the length of the optimal path and the worst path, respectively, for all ants in this cycle. In order to increase the size difference of the pheromone between the optimal path and the worst path, this paper adopts the maximum and minimum ant system to strengthen the optimal solution and weaken the worst solution.

To avoid too much pheromone difference caused by the maximum and minimum ant system, which will lead to the stagnation of the algorithm, the amount of all pheromone should be limited as:

$$ {\tau}_{ij}(t)=\left\{\begin{array}{l}{\tau}_{\mathrm{max}}, if\kern0.5em {\tau}_{ij}(t)>{\tau}_{\mathrm{max}}\\ {}{\tau}_{ij}(t), if\kern0.5em {\tau}_{\mathrm{min}}<{\tau}_{ij}(t)<{\tau}_{\mathrm{max}}\\ {}{\tau}_{\mathrm{min}}, if\kern0.5em {\tau}_{ij}(t)<{\tau}_{\mathrm{min}}\end{array}\right. $$
(6)

where τmax represents the maximum pheromone value; τmin represents the maximum pheromone value.

Finally, the ant colony will gradually converge on the best path through the constant updating of pheromone. If the number of cycles is small at this time, the ant colony path will be modified by the crossover and mutation of the genetic algorithm, so the pheromone can be updated again. Thereby, it can reduce the occurrence of the local optimal solution.

The specific process is shown in Fig. 4.

Fig. 4
figure 4

The flow chart of ant colony algorithm

The experimental principle of this paper is shown in Fig. 5. By predicting the position of each target, the UAV re-adjusted the tracking sequence to the targets and adjusted the first tracking target from the no. 1 target far away from the UAV to the no. 2 target approaching the UAV, thus reducing the total path length of UAV. So, the planned path is more adaptive to the targets’ movement.

Fig. 5
figure 5

The schematic diagram of the path planning method

3 Simulation experiment and results

3.1 The experiment of Kalman prediction algorithm

At first, there is the simulation experiment of Kalman prediction in the paper to verify the accuracy of the prediction algorithm. There is a target which moving along a sinusoidal trajectory. And the target will give a feedback position for every 10 frames to simulate the radar. And the Kalman prediction algorithm will predict the position of the target 10 frames later. And the current position of the target will be compared with the predicted position before 10 frames. The experimental results are shown in Fig. 6.

Fig. 6
figure 6

The experimental results of the Kalman prediction algorithm

3.2 Single moving target tracking experiment

In order to prove the validity and feasibility of the algorithm, simulation experiments on single target tracking and multi-target tracking of the UAV are conducted.

First of all, a simulation experiment of radar single target tracking is conducted. The UAV radar sensor is used to obtain the observation position of the target, and the Kalman filter method is used to predict the position of the moving target. The experiment adopts two kinds of UAV tracking methods, target state position tracking and target predicted position tracking. In this paper, the UAV of target state position tracking is called the comparison UAV, and the UAV of target predicted position tracking is called the experimental UAV. In the experiment, the speed of the UAV is set to two pixels per frame, and the target moving speed is about one pixel per frame. The experimental results are shown in Fig. 7.

Fig. 7
figure 7

The experimental results of the simulation of a single moving target

3.3 Multiple moving targets experimental verification

Then, a simulation experiment for the UAV path planning of multi-moving target tracking is conducted. Based on the radar obtaining the position of a single moving target, multiple moving targets are observed. After that, according to the states of the targets, the ant colony algorithm is used to determine the target tracking sequence and path. The simulation results are shown in Fig. 8.

Fig. 8
figure 8

The experimental results of the simulation of the path planning of multiple targets

4 Discussion of the results

4.1 Discussion of the Kalman prediction algorithm experiment

As shown in Fig. 6, in the 150th and 350th frames, when the target motion state changes a little, the predicted position before 10 frames can coincide with the current position of the target, and it can still be above the trajectory of the target’s motion. And in the 250th frame, when the target is in the case of a large movement direction change, the Kalman prediction algorithm can also be adjusted quickly with only minor deviations. It means that the Kalman prediction algorithm can effectively predict the target position.

4.2 Discussion of single moving target tracking experiment

Figure 7 shows that by predicting the target position according to the state of the observed target by radar, the experimental UAV makes a judgment on the target motion direction and corrects the direction in advance, thereby reducing the path length required to reach the target and shortening the time required to get close to the target. The tracking efficiency is improved and the path planning is optimized.

4.3 Discussion of multiple moving targets experimental verification

As is shown in the 60th frame of Fig. 8, the experimental UAV modifies the flight path and the tracking sequence, and in the 70th frame, after 10 frames, the comparison UAV is modified for the moving target tracking sequence to the same as the experimental UAV. It shows that the proposed algorithm can better adapt to the motion changes of multiple moving targets, track the moving targets, and update and correct the UAV path in advance, thus improving the tracking efficiency of the UAV.

5 Conclusions

In this paper, aiming at the problem of UAV path planning for multiple moving targets, after the targets are determined, radar is used to observe the targets and obtain their observation positions. According to the observation positions of the targets, the Kalman filtering is used to obtain the state positions and the predicted positions of the targets, and the ant colony algorithm is used to perform path planning for multiple moving targets. The experimental results show that by predicting the position of the moving targets for path planning, the UAV path can be corrected and updated in advance, which improves the tracking efficiency of the UAV, thus enhancing the intelligence of the UAV multiple moving targets tracking.

Abbreviations

TSP:

Traveling salesman problem

UAV:

Unmanned aerial vehicle

References

  1. X. Wang, Vision-based detection and tracking of a mobile ground target using a fixed-wing UAV. Int. J. Adv. Robotic Syst. 11(156), 1–11 (2014). https://doi.org/10.5772/58989

    Article  Google Scholar 

  2. L. Liu, J.I. Bo, Status and development of radar on UAV. Mod. Nav. 3, 227–230 (2014)

    Google Scholar 

  3. Y. Zhang, S. Hu, Research on radar/visible light surveillance and tracking methods of target in low altitude airspace. Comput. En. Appl. 54(6), 234–240 (2018). https://doi.org/10.3778/j.issn.1002-8331.1610-0149

    Article  Google Scholar 

  4. X. Liu, F. Li, Z. Na, Optimal resource allocation in simultaneous cooperative spectrum sensing and energy harvesting for multichannel cognitive radio. IEEE Access. 5, 3801–3812 (2017). https://doi.org/10.1109/ACCESS.2017.2677976

    Article  Google Scholar 

  5. P. Han, M. Chen, S.D. Chen, et al., Path planning for UAVs based on improved ant colony algorithm. J. Jilin Univ. 31(1), 66–72 (2013). https://doi.org/10.3969/j.issn.1671-5896.2013.01.011

    Article  MathSciNet  Google Scholar 

  6. R.E. Kalman, A new approach to linear filtering and prediction problems. Trans. ASME J. Basic Eng. 82(1), 35–45 (1960). https://doi.org/10.1115/1.3662552

    Article  Google Scholar 

  7. G.Y. Kulikov, M.V. Kulikova, Accurate cubature and extended Kalman filtering methods for estimating continuous-time nonlinear stochastic systems with discrete measurements. Appl. Numer. Math. 111, 260–275 (2017). https://doi.org/10.1016/j.apnum.2016.09.015

    Article  MathSciNet  MATH  Google Scholar 

  8. S. Chen, H. Liu, J. Chen, L. Shen, Penetration trajectory planning based on radar tracking features for UAV. Aircr. Eng. Aerosp. Tec. 85(1), 62–71 (2013). https://doi.org/10.1108/00022661311294067

    Article  Google Scholar 

  9. X. Liu, M. Jia, X. Zhang, W. Lu, A novel multi-channel Internet of Things based on dynamic spectrum sharing in 5G communication. IEEE Internet Things. 99, 1 (2018). https://doi.org/10.1109/JIOT.2018.2847731

    Article  Google Scholar 

  10. X. Wang, R. Wang, N. Li, H. Fan, et al., A method of estimating the velocity of moving targets for use in high-resolution wide-swath SAR imaging. Remote Sens. Lett. 9(4), 305–313 (2018). https://doi.org/10.1080/2150704X.2017.1420263

    Article  Google Scholar 

  11. X. Liu, M. Jia, Z. Na, W. Lu, et al., Multi-modal cooperative spectrum sensing based on Dempster-Shafer fusion in 5G-based cognitive radio. IEEE Access. 6, 199–208 (2018). https://doi.org/10.1109/ACCESS.2017.2761910

    Article  Google Scholar 

  12. A. Ahmadreza, K. Ali, M. Ali, An IMM algorithm based on augmented kalman filter for maneuvering target tracking. Sci. Res. Essays. 6(34), 6787–6797 (2011). https://doi.org/10.5897/SRE10.980

    Article  Google Scholar 

  13. G. Dantzig, S. Johnson, Solution of a large-scale traveling-salesman problem. Oper. Res. 2(4), 393–410 (2010). https://doi.org/10.2307/166695

    Article  MathSciNet  Google Scholar 

  14. M. Manfrin, M. Birattari, T. Stützle, et al., Parallel ant colony optimization for the traveling salesman problem. Lect. Notes Comput. Sci. 4150(2), 224–234 (2016). https://doi.org/10.1002/j.1538-7305.1965.tb04146.x

    Article  Google Scholar 

  15. M. Dorigo, V. Maniezzo, A. Colorni, Ant system: optimization by a colony of cooperating agents. IEEE T. Syst. Man. Cy. B. 26(1), 29 (1996). https://doi.org/10.1109/3477.484436

    Article  Google Scholar 

  16. T. Stutzle, H. Hoos, MAX-MIN Ant System and local search for the traveling salesman problem. IEEE Int. Conf. Evol. Comput., 309–314 (2002). https://doi.org/10.1109/ICEC.1997.592327

  17. S. Li, Y. Zhang, Y. Gong, The research on the optimal path of intelligent transportation based on ant colony algorithm. J. Changchun Univ. Sci. Tech. 4, 122–126 (2015). https://doi.org/10.3969/j.issn.1672-9870.2015.04.027

    Article  Google Scholar 

  18. S.L. Sun, Z.L. Deng, Multi-sensor optimal information fusion Kalman filter. Aerosp. Sci. Technol. 40(6), 1017–1023 (2004). https://doi.org/10.1016/j.automatica.2004.01.014

    Article  MathSciNet  MATH  Google Scholar 

  19. B. Chen, S. Zhao, P. Zhu, J.C. Principe, Quantized kernel least mean square algorithm. IEEE Trans. Neural Netw. Learn. Syst 23, 22–32 (2012). https://doi.org/10.1109/TNNLS.2011.2178446

    Article  Google Scholar 

  20. H.M. Botee, E. Bonabeau, Evolving ant colony optimization. Adv. Complex Syst. 1(2), 149–159 (1998). https://doi.org/10.1142/S0219525998000119

    Article  Google Scholar 

Download references

Funding

This work was supported by the “Fundamental Research Funds for the Central Universities,” no. NS2017062.

Availability of data and materials

The datasets used and/or analyzed during the current study are available from the corresponding author on reasonable request.

Author information

Authors and Affiliations

Authors

Contributions

BW, JB, LZ, and QS conceived the idea of the paper. BW and JB designed and performed the experiments. BW, JB, and BW analyzed the data. LZ and QS wrote the paper. BW, JB, LZ, and QS revised the paper. All authors read and approved the final manuscript.

Corresponding author

Correspondence to Bo Wang.

Ethics declarations

Competing interests

The authors declare that they have no competing interests.

Publisher’s Note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Rights and permissions

Open Access This article is distributed under the terms of the Creative Commons Attribution 4.0 International License (http://creativecommons.org/licenses/by/4.0/), which permits unrestricted use, distribution, and reproduction in any medium, provided you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons license, and indicate if changes were made.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Wang, B., Bao, J., Zhang, L. et al. UAV autonomous path optimization simulation based on radar tracking prediction. J Wireless Com Network 2018, 239 (2018). https://doi.org/10.1186/s13638-018-1260-9

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/s13638-018-1260-9

Keywords