Abstract
Unmanned Aerial Vehicles (UAVs) have become necessary tools for a wide range of activities including but not limited to real-time monitoring, surveillance, reconnaissance, border patrol, search and rescue, civilian, scientific and military missions, etc. Their advantage is unprecedented and irreplaceable, especially in environments dangerous to humans, for example, in radiation or pollution-exposed areas. Two path-planning algorithms for reconnaissance and surveillance are proposed in this paper, which ensures every point on the target ground area can be seen at least once in a complete surveillance circle. Moreover, the geometrically complex environments with occlusions are considered in our research. Compared with many existing methods, we decompose this problem into a waypoint-determination problem and an instance of the traveling-salesman problem.
1. Introduction
The extensive use of Unmanned Aerial Vehicles (UAVs), also known as aerial drones, has recently jumped from military to hobby and professional applications [1]. Complete coverage has become a necessary function for activities including but not limited to border patrol [2,3], search and rescue [4,5], 3D reconstruction [6,7], infraction inspection [8], and surveillance and security [9,10,11,12], etc. In general, the coverage problem was first put forward over a 2D grid environment by [13]. We can classify this problem into two main categories based on vehicle movements. Static coverage focuses on the deployment of hovering UAVs to reconnoiter over certain terrains [14,15], while dynamic coverage addresses the reconnaissance and surveillance problem by moving UAVs [16,17].
A survey on computational-intelligence-based UAV path planning can be found in [18,19], which classifies UAV path-planning methods from the aspect of methodology, time domain, and space domain, respectively. In a common reconnaissance and surveillance scenario, a flying vehicle equipped with a downward-facing video camera with a certain visibility angle can monitor targets of interest on the ground, such as vehicles, humans, animals, etc. [20,21]. We can evaluate the quality of surveillance in terms of coverage and resolution [22]. In this case, the low altitude of the traveling path is preferred for a better resolution of the observed region of the terrain. One of the most significant technical challenges is to completely cover a given target area with the minimum number of drone waypoints, which requires every point on the target area to be seen at least once by the onboard camera during one complete surveillance circle. However, these two evaluation terms need to reach a suitable compromise to perform an ideal surveillance duty.
This paper presents two novel path-planning algorithms to address the aforementioned gaps. In contrast to the existing literature, our approach takes both UAV kinematics constraints and camera-sensing constraints into consideration. In the first algorithm, we consider the fixed-wing vehicle case, assuming the vehicle flies at a given altitude with constant speed and limited turning radius. This Dubins aircraft model is similar to those in paper [11,23,24]. We present a two-phase strategy to solve this surveillance problem. First, an easily implementable estimation algorithm is developed, and the minimum number and locations of waypoints are determined to provide the complete coverage of the target area. The second phase addresses the allocation of the achieved locations over one or more UAVs and creates the shortest paths to reconnoiter the corresponding area of interest. The Dubins paths consist of straight lines and arcs of the circle of a constant radius. To achieve this, regular triangular patterns and the clustered spiral-alternating method are implemented, respectively. Our second algorithm concerns the surveillance problem over geometrically complex environments with varying altitudes and occlusions, such as mountainous terrains and urban regions. In the first stage, the challenge is to find a set of camera locations called the vantage waypoint set to provide full coverage of the area of interest, which can be viewed as a 3D Art Gallery Problem using drones as the observers. In the second stage, one or several UAVs are determined to conduct the full coverage reconnaissance and surveillance duty along individual routes respecting their kinematic constraints in the optimization criterion (the shortest time possible). This variant of the combinatorial traveling-salesman problem is solved by introducing unsupervised learning and Bézier curves.
The rest of the paper is organized as follows. Section 2 presents our approach for the scenario where UAVs fly at a given altitude. Section 3 then presents the proposed algorithm for the case where UAVs can fly at different altitudes. Each of these sections starts with the addressed problem with the necessary background, followed by details of the proposed surveillance solution. The performance of the algorithms is then evaluated using computer simulations. Finally, Section 4 concludes the paper.
2. Surveillance Algorithm at a Given Altitude
This section provides a two-stage approach, which is similar to [11,22,25] but more realistic and efficient. In the first stage, we construct a set of waypoints to be visited by UAVs. The fundamental idea is to create a triangulation of the terrain. This triangulation contains several congruent equilateral triangles, and the length of the sides of the triangles depends on the visibility of UAVs. The second stage aims at producing the shortest smooth trajectory so that all the waypoints can be visited by UAVs. As we consider fixed-wing UAVs, the popular Dubins car model is used. Then, the constructed trajectory has several straight-line segments and arcs. In the following subsections, we first formally state the problem of interest and then present our approach in detail.
2.1. Problem Statement
Consider a surveillance problem over one or multiple disjoint surface areas. We have one or a fleet of fixed-wing UAVs. For simplicity, all the UAVs are identical. They fly at a constant speed v and their angular velocity is u. In this section, we assume that the UAVs fly at a given altitude. We describe the UAV motion by the following well-known Dubins car model [26], which is often used for aircraft, UAVs and missiles [27,28,29,30]:
where is the vehicle’s heading.
Let denote the Cartesian coordinates of a point on the ground. Let be the perpendicular elevation of the point on the terrain. Moreover, let denote a given Lebesgue measurable region [31] on the ground with zero elevation, i.e., . In addition, this region has piecewise boundary. Our goal is to survey the region by one or more UAVs. Let and be the given constants representing the maximum and minimum altitudes of UAVs. Any vantage point must make the following constraints hold:
Each UAV carries a fixed EO/IR camera, which is downward-facing to the ground with a certain visibility angle . The sensing process is based on pinhole perspective projection [32], and the quality of the resolution is influenced by both the distance to the object and the physical parameters. In particular, if we set the camera’s center as UAV’s position , the UAV can only see points along the z axis with a limited angle of view, so that a cone-shaped field of view (FOV) with radius
is constructed (see Figure 1). A point is invisible if it falls out of the FOV.
Figure 1.
The visibility cone. Object within the FOV can be seen by the drone.
As aforementioned, a surveillance mission should deliver a coverage of the area of interest with a satisfactory resolution. Moreover, complete coverage means that every point of the region is seen at least once in a complete surveillance circle of UAVs. One of the most significant technical challenges is how to completely cover the target region by the minimum number of waypoints. The visibility cone enlarges when the UAV flies higher, but the resolution of the onboard recording is worse. We can choose a certain altitude that can achieve the required resolution. Here, we select the lowest possible altitude z, i.e., for the best resolution. At this altitude, the generated waypoint set, which provides complete coverage of the target area with a resolution that cannot be further better, is preferred to conduct an ideal surveillance mission.
Definition 1.
In the herein-addressed surveillance problem, we consider one waypoint location from vantage waypoint set
Let denote the set of the vantage waypoints. Here, is a vantage waypoint, which should be visited by a UAV. We assume that when a UAV is within distance from point , a record such as the photo/video can be taken. Formally, when a UAV reaches any point satisfying , where gives the standard Euclidean distance, we say the vantage point is visited successfully.
We need some more symbols to complete the problem statement. Let denote the distance between waypoints i and j. Let be the minimum distance between a waypoint i and the terrain. For collision avoidance, the following constraints must be met:
where and are given safety margins.
With the above models, the problem of interest is to find the trajectory to visit the -neighborhood of all assigned vantage points. Such a problem involves the optimization of the sequence of visits, which can be regarded as an instance of the well-known Dubins vehicle Traveling Salesman Problem (DTSP). As discussed earlier, the final trajectory for a UAV is a sequence of straight-line segments and circular arcs with the minimum radius that traverses the -neighborhood of all the vantage points.
In DTSP, the shortest path between two configurations must be one of the six possible combinations: LSL, LSR, LRL, RSL, RSR, and RLR, where ’S’ means going straight and ’L’ and ’R’ denote left and right turn with the minimum turning radius, respectively, see Figure 2.
Figure 2.
Six cases of Dubins curves.
2.2. Surveillance Algorithm
In this subsection, we present the proposed trajectory construction strategy. This strategy is based on a decomposition of the surveillance problem into a complete coverage problem and a DTSP. This strategy finds the waypoints to fully cover the area of interest first, and then plans trajectory along with these waypoints, such that the length of the path to visit all the waypoints is minimized.
2.2.1. Stage One: Waypoint Generation
In the first stage of the strategy, a method similar to [9] to estimate the minimal number of waypoint locations with coordinates on a given plane that is parallel to the ground is used. Then, the strategy finds the minimum altitude z to sense the achieved 2D coordinate.
The constructed triangulation consists of equilateral triangles, and the length of the side of all the triangles is , where R is the radius of the vision-cone as defined in (3). We denote the direction of a side of a triangle with respect to a certain direction (such as the x-axis) as the angle of the triangle and we use to represent this angle. Additionally, we denote as the coordinate of one of the vertices (see Figure 3a). Then, a triangulation can be represented by . Moreover, in any triangle, the line segments connecting the center point, denoted by C, and the vertices divide the triangle into three congruent Voronoi cells. For instance, we use different colors to indicate these cells in Figure 3b. In an equilateral triangle with side length , the distance between any two points in the same Voronoi cell is within R the radius of the FOV. It is obvious that the drone located at the same Voronoi cell to any point of the area of interest can cover at least this point of the area.
Figure 3.
(a) Triangulation consists of equilateral triangles; (b) Congruent Voronoi cell.
Given similar environments in [9], the minimum number and the positions of waypoints are determined while decreasing the altitude z by 1 m each time from m, and are randomly generated. Referring to the comparison results between [9,33], it is apparent that the method of [33] needs more waypoints than [9] to cover the same area at a similar altitude. So, the proposed method applies [9] for waypoint generation.
2.2.2. Stage Two: UAV Path Planning for Surveillance
We consider that the UAVs fly along Dubins paths. DTSP, as an extension of the Traveling Salesman Problem (TSP), assumes the salesman travels along the Dubins path, where the travel cost is proportional to length of the path [34]. The algorithms to derive the Dubins path can determine the shortest path connecting vantage waypoints generated in the first phase.
We briefly discuss two algorithms to address the DTSP problem, which are the alternating algorithm [34] and the spiral algorithm [25]. The alternating algorithm is an approximation algorithm to solve DTSP with given lower and upper bounds on solution quality. This algorithm computes the sequence of visits first uses the optimal solver for Euclidean TSP (ETSP) and then connects two waypoints by either an alternating straight-line and Dubins arc segments. The spiral algorithm is another popular DTSP surveillance algorithm. It links the chain of the convex hull of the given sets of waypoints. The shape of the resulting path resembles a spiral respecting the turning radius constraints.
When the waypoints are spare, i.e., when two waypoints are far enough with respect to the turning radius, the alternating algorithm computes the shortest path. By contrast, when the waypoints are dense, the spiral algorithm has been shown to be superior. In addition, the spiral algorithm is also more suitable for surveillance duty at low altitudes. The clustered spiral-alternating algorithm [35], which is actually a combination of the above two algorithms, is used in this paper to improve the effectiveness and efficiency of surveillance. To apply this algorithm we need to cluster the waypoints manually or by other methods. After clustering, waypoints in a cluster are dealt by the spiral algorithm. After this, the spiral paths for different clusters are combined, and the alternating line segments are replaced with Dubins segments to form the shortest path. From the observed result of total path length, the clustered spiral-alternating algorithm is always shorter than the original spiral algorithm in clusters. Compared to the alternating algorithm, the clustered spiral-alternating algorithm has fewer sharp turns.
The proposed scheme is also applicable when the target area consists of multiple disjointed areas (no overlaps). One of the most straightforward ways is to assign as many UAVs as the disjoint areas. The merits of the method include its simplicity, adaptability, and robustness against restricted communication among UAVs.
2.3. Simulation Results
In this section, computer simulation results are presented to demonstrate the effectiveness of the proposed approach.
2.3.1. Single-Area Surveillance
We first consider the vantage waypoints in a 700 × 900 m single area as shown in Figure 4a,b, which demonstrates the Voronoi diagram of the waypoints.
Figure 4.
Single-area surveillance scenario.
Figure 5 shows the single UAV surveillance path generated by the spiral algorithm [34], the alternating algorithm [25], the genetic algorithm [17], Grey Wolf Optimizer (GWO) algorithm in [36], and the clustered spiral-alternating algorithm [35], respectively. We evaluated the selected clustered spiral-alternating algorithm with mentioned four algorithms in terms of path length and number of sharp turns. The path generated by clustered spiral-alternating algorithm Figure 5e is shorter than the spiral algorithm (SA) Figure 5a and Grey Wolf Optimizer (GWO) algorithm Figure 5c, and fewer sharp turns than the alternating algorithm (AA) Figure 5b and genetic algorithm (GA) Figure 5d. The straight-line segments and the Dubins segments are represented by yellow and red segments, respectively. The average execution times for the above methods are shown in Table 1. The average execution times for the above methods are shown in Table 1. The SA and AA are faster than the GWO, GA, and the proposed method. However, the proposed method has a far shorter path length than the SA method and fewer sharp turns than the AA method. The proposed method is available as an option when there is a tradeoff between the execution time and optimal path.
Figure 5.
UAV surveillance trajectory—Single UAV.
Table 1.
Average execution times (seconds) for the different algorithms.
2.3.2. Multiple Disjoint Areas Surveillance
The multiple disjoint surface area in a 600 × 600 m terrain is shown in Figure 6. In the first stage, the minimum number and position of the waypoints of our region of interest are generated and shown in Figure 6a, and the -neighborhood of each individual vantage waypoint location is in Figure 6b. Then, the path is achieved using clustered spiral-alternating algorithm and Dubins curves. For our results in Figure 6c, two clusters are assigned to two UAVs, respectively. In addition, the coverage of the area of interest is achieved when both finish their surveillance circle. It makes the quick parallel surveillance possible and the subsequent task allocations simple.
Figure 6.
Proposed UAV surveillance in multiple disjoint surface area.
In the single UAV scenario, we can use only one drone to carry out the surveillance. With the consideration of computation efficiency, we decide to keep one obtained path and regenerate the other cluster’s path. The final surveillance planning with Dubins curves by the proposed algorithm shows in Figure 6d. The simulation result demonstrated the validation of the algorithm.
3. Surveillance Algorithm at Different Altitudes
This section considers a more challenging and realistic situation involving surveillance in geometrically complex environments, such as mountainous terrains and urban regions. Because the video camera can only see the points within its cone-shaped field of view (FOV), the FOV can be reduced when facing any kind of obstacle. Similar to our previous section, we address the mentioned problems separately, decoupling them into the waypoint-generation part and trajectory determination part.
3.1. Problem Statement
We consider the dynamic coverage problem in the target area, where UAVs keep flying through each pre-defined waypoint during surveillance and take video. The vehicle’s kinematic model at the point can be described as follows:
where is the turning angle and is the pitch (climb/dive) angle. The state of our drone is .
Several assumptions described in the last section also apply to the model of the terrain. In the addressed reconnaissance and surveillance scenario, our UAV is equipped with a downward-facing video camera with a certain visibility angle. It can monitor the relatively small targets of interest on the ground with the required level of details within its FOV. Figure 7 is the onboard camera with a given visibility angle . The drone at can only see points that are inside the cone-shaped field of view (FOV) of radius on the target area
Figure 7.
Occlusion effects on camera sensing.
The problem becomes to find the trajectory that goes through the -neighborhood of all assigned vantage points, which take the optimization of the sequence of visits into account, i.e., a variant of the combinatorial traveling-salesman problem. The final trajectory is connected by a sequence of piecewise cubic Bézier curves that traverse the -neighborhood of all assigned vantage points. A n degree Bézier curve can be parametrized as:
where stands for the i-th control point, and . is named the Bernstein polynomial and defined as follows:
and . The binomial coefficient is given by
The used cubic Bézier curve is defined by four control points , and can be expanded as
As the final trajectory is closed and smooth curve, which consists of n Bézier curves, two consecutive curves and with control points and should be connected at the same endpoint:
And the tangents and with length and of and must point to the same direction to connect a sequence of Bézier curves into a smooth path:
where
Compared with the constant speed Dubins, the multi-motor model can slow down turning and accelerate on fairly straight paths. For the UAV model, the multi-rotor UAV is preferred to the Dubins model with limited curvature. Therefore, the goal is to find the fastest traveling route for UAV under the limit of maximum speed and acceleration, instead of finding the shortest path under the limit of Dubins speed. In this case, this section does not consider minimizing the length of the track, but considers the expected travel time of the path.
3.2. Surveillance Algorithm
In this section, first, we try to find the vantage waypoint set that can completely cover the area of interest, and then search for a smooth trajectory along with these locations at different altitudes as quickly as possible, so as to minimize the completion time of visiting all the locations. We decompose the surveillance problem into a drone version of the 3D Art Gallery Problem and an instance of the combinatorial traveling-salesman problem.
3.2.1. Stage One: Vantage Waypoint Set Generation
The problem of finding the set of vantage waypoints can be regarded as a drone version of the 3D Art Gallery Problem. It has been proved to be NP-hard [37], and the approximation approach is always employed. In this section, we use a method similar to [38] to estimate the minimal number of the waypoints by method in [39], and the vantage waypoint set in two major steps. In the first step, the 2D coordinates of each vantage waypoints are determined. With the achieved 2D coordinates , the optimal altitudes are in the second step.
We assumed the terrain is a polygon with n vertices, and are obstacles inside with vertices, respectively. Let be inside polygons of , respectively. In addition, each has same number of vertices as . We can consider as and “top” face, and as the corresponding “bottom” face of each obstacle polyhedron model. is obtained from without , which is a non-convex polygon with i “holes”. Let be a given constant, we assume that the relative even area’s altitude , and holds. In addition, let , is the maximum distance between to the corresponding vertices of , and b is the maximum altitude of the terrain points corresponding to the and its side quadrilaterals. Let be the maximum length of the triangulation triangles sides whose vertex is one of the two end points. The developed Vantage Waypoint Set Generation algorithm can be found in Algorithm 1.
The number of waypoints in vantage waypoint set P is less than or equal to , because the color with the minimum number of vertices will be selected after painting all vertices of the triangulation by 3-coloring method (see from line 5–6 of Algorithm 1, vertices in is ). For any waypoint generated by Algorithm 1, by line 2, and lines 9–12 guarantee . As a result, (2) still hold. According to the construction (see line 1–4), every triangle of can find a waypoint located at one of its vertices. Moreover, any point outside the obstacles falls in one of the triangles of triangulation , the drone located at one of the three vertices of this particular triangle can see this point with the altitude determined by line 10–12. Furthermore, for the“side” face of each obstacle, there exists a waypoint located at one of the four vertices with the altitude determined by line 10–11 can see any point of this “side” face. In addition, it is apparent that any point of a“top” face is visible to the drone located at the altitude determined by line 12. Consequently, the terrain can be completely covered by waypoints or fewer.
| Algorithm 1 Vantage Waypoint Set Generation |
|
3.2.2. Stage Two: UAV Path Planning for Surveillance
As mentioned in the previous section, the final trajectory includes the -neighborhood of the set of vantage waypoints to reduce the completion time. We do not directly tackle the coverage problems by visiting the neighborhoods. Regarding the kinematic constraints of the UAV, the variant of the combinatorial traveling-salesman problem is solved by introducing Self-Organizing Map (SOM) and Bézier curves.
As we assumed that the UAV will return to the initial location after the complete reconnaissance tour, for the initial location. With the vantage waypoint set generated above, and the given initial location and , we can determine the final trajectory as a sequence of Bézier curves . The final trajectory , we need to minimize the estimation of the travel time , which can be determined from (10). To simplify the model, we employ the Model Predictive Controller (MPC) for path following, and the vertical and horizontal movements of the drone are individually considered. We denote , , , as maximal vertical and horizontal accelerations and speeds, respectively. We also assume that the initial and final velocity of the drone is zero, so that the drone will start from the initial location with zero velocity and return back to it in the end. The estimation of the travel time and the profile of the velocity can be computed by the method in [40] by maximum possible tangent acceleration , is the radial acceleration.
The adaptation can be considered to be a movement of the waypoint locations towards the alternate location and a new location of each adapted waypoint location becomes and it follows the standard SOM learning [41].
where is the learning rate, is the learning gain, d is the distance of from the winner waypoint location , and is the neighboring function.
where M is the current number of neurons in the SOM.
The surveillance planning algorithm will stop the adaptation if or are negligibly close to their respective , or all winner waypoint locations are inside the -neighborhood of the respective initial waypoint location. Local Iterative Optimization (LIO) [42] is a procedure that optimizes the whole trajectory locally, e.g., it can consecutively optimize , , , and in the loop with waypoint, , and . The reason (5) can optimize variables , , independently is tangent vector and implicitly satisfy the smooth constraint (12). and are related to the same waypoint .
Otherwise, go to Step 3. An intersection of the straight-line segment with the sphere in shaped -neighborhood of p is used to determine the alternate location towards which the network is adapted instead of p to save the travel time.
We can easily extend the described mechanism into multiple UAV versions by two principal methods:
- 1
- Once the surveillance path for single UAV is generated, we can distribute multiple UAVs travel along the same path as the single UAV, but with different initial position to avoid collisions. To avoid collisions, the initial deployment of UAVs must be coordinated with the drone’s velocity and the length of the path, by, for instance, evenly spacing the appropriate number of UAVs along the determined trajectory. Thereafter, each UAV can perform its surveillance duty independently without further coordination. This method can markedly reduce the surveillance circle or duration, and significantly increase the frequency and intensity of surveillance.
- 2
- The vantage waypoint set can be partitioned into several subsets, and dedicated UAV(s) can traverse through each subset independently. In the case of multiple UAVs, we may use the aforementioned method to perform collision-free monitoring tasks.
We also analyze the complexity of the algorithm. In each learning epoch, the computational complexity depends on the number of waypoints n and the number of neurons in the SOM network M. Notice the SOM is a two-layered neural network, whose input layer is the locations of vantage waypoints , and output layer is an array of adapted waypoint locations . As the algorithm regenerates the loop N with winner waypoints between (see from line 8 of Algorithm 2), the complexity of the path-planning procedure is .
3.3. Simulation Results
To verify the effectiveness of the proposed algorithm, two simulation scenarios are given in this section. The target area is 20 m by 20 m terrain with random shaped obstacles are shown in Figure 8a, and the obstacles have vertices, respectively. The average execution times for the above methods are shown in Table 2, and the average velocities and coverage times for the different algorithms are shown in Table 3. Furthermore, the simulation is conducted with the following parameters in Table 4.
| Algorithm 2 UAV Path-Planning Algorithm |
|

Figure 8.
(a) the given environment, (b) the vantage waypoint set by the proposed method, UAV surveillance trajectory using (c) proposed strategy, (d) time-optimal strategy in [43], (e) evolutionary algorithm [44] and (f) 3D Alternating algorithm—Single UAV.
Table 2.
Average execution times (seconds) for the different algorithms.
Table 3.
Average velocity (meter/second) and coverage time (second) for the different algorithms.
Table 4.
Simulation Parameters.
3.3.1. Single-Area Single UAV
To confirm the performance of our monitoring strategy in a complex environment, we performed validation in the following scenario. First, we apply the proposed Vantage Waypoint Set Generation in step one to obtain the waypoint set that can fully cover the target area. Figure 8b shows the -neighborhood of all 10 waypoint locations at different heights from 6.4 m to 23.3 m. Secondly, we compare the proposed UAV path with the three mentioned methods’ paths in terms of operation time and surveillance quality. In accordance with surveillance quality, we take the smoothness of the path, path length, and whether the uncovered area exits into consideration. Under the same velocity profiles as our proposed method, the time-optimal strategy (TOS) [43], evolutionary algorithm (EA) [44], and 3D Alternating algorithm (3DAA) then run under the same environment. The proposed algorithm (see Figure 8c) and evolutionary algorithm (see Figure 8e) are superior to the time-optimal surveillance path-planning algorithm (see Figure 8d) and 3D alternating algorithm see Figure 8f) in terms of operation time. The time-optimal surveillance path-planning algorithm is the most straightforward method and smoothest path among them. Nonetheless, it inevitably neglects the problems caused by occlusion, so we may need to apply the geometric calculation to calculate the uncovered part and deploy other unmanned aerial vehicles to cover it completely. On the other hand, the evolutionary algorithm has a longer path and more sharp turns.
3.3.2. Single-Area Multiple UAVs
In this scenario, multiple UAVs are being used for full coverage reconnaissance and surveillance missions. The same waypoint positions are shown in Figure 8b. Figure 9a shows two drones in different initial positions share the same route. Figure 9b shows the situation where each UAV has a separate track to cover part of the terrain. Moreover, when both complete their monitoring circle, the coverage of the region of interest is realized. In both scenarios, the duration of covering the region of interest is obviously increased, so the average time of covering any point between two continuous times is reduced by about . In other words, the points of interest are monitored more often. We also deploy three UAVs to cover each individual obstacle as a comparison. However, the uncovered part due to the overlapping of the flight surfaces is inevitable. Another two methods are applied for two UAVs to conduct the surveillance duty in Figure 9d,e. In this case, the evolutionary algorithm generates a smoother path than the proposed one. However, the proposed algorithm still outperforms the 3D alternating algorithm with a shorter length and fewer sharp turns. Table 3 shows the average velocity and minimum coverage time in both scenarios. The proposed approach shown in Figure 8c has the minimum coverage time in the single UAV scenario, and Figure 9a has the minimum coverage time in the multiple UAV scenario. Table 2 shows the computational time of the simulation above. The time-optimal strategy and 3D alternating algorithm take less time to cover the target area than the other two methods because of the lower computation load. Moreover, the evolutionary algorithm compromises the surveillance quality with computation time.

Figure 9.
UAV surveillance trajectories using (a,b) proposed strategy and (c) time-optimal strategy in [43], (d) evolutionary algorithm [44], and (e) 3D alternating algorithm—Multiple UAVs.
4. Conclusions and Future Work
We consider the dynamic coverage problem over the target area, where UAVs keep flying through each pre-defined waypoint during surveillance and taking video. In the first part, we propose a two-stage strategy to cover the target area completely at a given height. We tackle this thorny problem by decomposing it into a variant of the waypoint-determination problem and an instance of the Dubins Traveling Salesman Problem. An asymptotically optimal waypoint-generation algorithm is proposed, in the sense that the number of waypoints is closing to the minimum number of the waypoints as the target area tends to infinity. In addition, the proposed method considers solving the Dubins Vehicle Traveling-Salesman Problem (DTSP) by introducing the clustering spiral alternation algorithm, thus its performance is guaranteed to be better or the same as the benchmark methods. Furthermore, the trajectory takes into account the kinematics constraints of the UAV.
In the second part, we consider the reconnaissance and surveillance of UAV flying in complex geometric environments, such as mountainous and urban areas. We propose a two-stage strategy to completely cover the target area with different heights. The main contribution of this paper includes providing a method to determine the minimum number of waypoints that need to be visited and drawing a track at a given height to monitor the area, as well as an occlusion-aware UAV monitoring strategy based on UAV kinematic constraints and obstacle occlusion. The operation time and surveillance quality including smoothness, path length, and whether the uncovered area exits are considered to compare the performance of the described approach with the state of the art. The unsupervised learning method Self-Organizing Map (SOM) and Bézier curves are used to generate a smooth and fast trajectory for the UAV. The proposed method achieves closer performance to the best performance among benchmarks. The performance and effectiveness of the two proposed algorithms have been confirmed by extensive computer simulations in different scenarios.
In the future research of occlusion-aware UAV surveillance, the change of the environment during the mission is an inevitable technical challenge to build an effective and efficient UAV surveillance system. For instance, drones should be able to change, adapt, modify and optimize paths to handle the occlusions by moving obstacles. It would be very interesting to modify the trajectories of the UAVs during the mission execution to avoid the occlusion effects by large moving objects.
Author Contributions
Conceptualization, H.H.; methodology, H.H., and J.Z.; software, J.Z.; validation, H.H. and J.Z.; formal analysis, J.Z.; investigation, H.H. and J.Z.; resources, J.Z.; data curation, J.Z.; writing—original draft preparation, J.Z.; writing—review and editing, J.Z. and H.H.; visualization, J.Z.; supervision, H.H.; project administration, J.Z.; funding acquisition, H.H. All authors have read and agreed to the published version of the manuscript.
Funding
This work was supported by the Australian Research Council. Also, this work received funding from the Australian Government, via grant AUSMURIB000001 associated with ONR MURI grant N00014-19-1-2571.
Conflicts of Interest
The authors declare no conflict of interest.
References
- Castelli, T.; Sharghi, A.; Harper, D.; Tremeau, A.; Shah, M. Autonomous navigation for low-altitude UAVs in urban areas. arXiv 2016, arXiv:1602.08141. [Google Scholar]
- Girard, A.R.; Howell, A.S.; Hedrick, J.K. Border patrol and surveillance missions using multiple unmanned air vehicles. In Proceedings of the IEEE Conference on Decision and Control, Nassau, Bahamas, 14–17 December 2004; Volume 1, pp. 620–625. [Google Scholar] [CrossRef]
- Ozkan, O.; Kaya, M. UAV routing with genetic algorithm based matheuristic for border security missions. Int. J. Optim. Control Theor. Appl. 2021, 11, 128–138. [Google Scholar] [CrossRef]
- Tomic, T.; Schmid, K.; Lutz, P.; Domel, A.; Kassecker, M.; Mair, E.; Grixa, I.; Ruess, F.; Suppa, M.; Burschka, D. Toward a fully autonomous UAV: Research platform for indoor and outdoor urban search and rescue. IEEE Robot. Autom. Mag. 2012, 19, 46–56. [Google Scholar] [CrossRef] [Green Version]
- Silvagni, M.; Tonoli, A.; Zenerino, E.; Chiaberge, M. Multipurpose UAV for search and rescue operations in mountain avalanche events. Geomat. Nat. Hazards Risk 2017, 8, 18–33. [Google Scholar] [CrossRef] [Green Version]
- Calì, M.; Ambu, R. Advanced 3D photogrammetric surface reconstruction of extensive objects by UAV camera image acquisition. Sensors 2018, 18, 2815. [Google Scholar] [CrossRef] [Green Version]
- Mittal, M.; Mohan, R.; Burgard, W.; Valada, A. Vision-Based Autonomous UAV Navigation and Landing for Urban Search and Rescue. arXiv 2019, arXiv:1906.01304. [Google Scholar]
- Metni, N.; Hamel, T. A UAV for bridge inspection: Visual servoing control law with orientation limits. Autom. Constr. 2007, 17, 3–10. [Google Scholar] [CrossRef]
- Savkin, A.V.; Huang, H. Asymptotically Optimal Deployment of Drones for Surveillance and Monitoring. Sensors 2019, 19, 2068. [Google Scholar] [CrossRef] [PubMed] [Green Version]
- Li, K.; Voicu, R.C.; Kanhere, S.S.; Ni, W.; Tovar, E. Energy efficient legitimate wireless surveillance of UAV communications. IEEE Trans. Veh. Technol. 2019, 68, 2283–2293. [Google Scholar] [CrossRef]
- Zhang, J. Occlusion-aware UAV Path Planning for Reconnaissance and Surveillance in Complex Environments. In Proceedings of the 2019 IEEE International Conference on Robotics and Biomimetics (ROBIO), Dali, China, 6–8 December 2019; pp. 1435–1440. [Google Scholar] [CrossRef]
- Huang, H.; Savkin, A.V. An algorithm of reactive collision free 3-d deployment of networked unmanned aerial vehicles for surveillance and monitoring. IEEE Trans. Ind. Inform. 2020, 16, 132–140. [Google Scholar] [CrossRef]
- Zelinsky, A.; Jarvis, R.; Byrne, J.; Yuta, S. Planning paths of complete coverage of an unstructured environment by a mobile robot. Proc. Int. Conf. Adv. Robot. 1993, 13, 533–538. [Google Scholar] [CrossRef]
- Koyuncu, E.; Shabanighazikelayeh, M.; Seferoglu, H. Deployment and trajectory optimization of UAVs: A quantization theory approach. IEEE Trans. Wirel. Commun. 2018, 17, 8531–8546. [Google Scholar] [CrossRef] [Green Version]
- Nemer, I.A.; Sheltami, T.R.; Mahmoud, A.S. A game theoretic approach of deployment a multiple UAVs for optimal coverage. Transp. Res. Part A Policy Pract. 2020, 140, 215–230. [Google Scholar] [CrossRef]
- Stodola, P.; Drozd, J.; Mazal, J.; Hodický, J.; Procházka, D. Cooperative Unmanned Aerial System Reconnaissance in a Complex Urban Environment and Uneven Terrain. Sensors 2019, 19, 3754. [Google Scholar] [CrossRef] [PubMed] [Green Version]
- Roberge, V.; Tarbouchi, M.; Labonté, G. Fast genetic algorithm path planner for fixed-wing military UAV using GPU. IEEE Trans. Aerosp. Electron. Syst. 2018, 54, 2105–2117. [Google Scholar] [CrossRef]
- Zhao, Y.; Zheng, Z.; Liu, Y. Survey on computational-intelligence-based UAV path planning. Knowl.-Based Syst. 2018, 158, 54–64. [Google Scholar] [CrossRef]
- Li, X.; Savkin, A.V. Networked Unmanned Aerial Vehicles for Surveillance and Monitoring: A Survey. Future Internet 2021, 13, 174. [Google Scholar] [CrossRef]
- Kellenberger, B.; Marcos, D.; Lobry, S.; Tuia, D. Half a percent of labels is enough: Efficient animal detection in UAV imagery using deep CNNs and active learning. IEEE Trans. Geosci. Remote Sens. 2019, 57, 9524–9533. [Google Scholar] [CrossRef] [Green Version]
- Liu, Y.; Wang, Q.; Hu, H.; He, Y. A novel real-time moving target tracking and path planning system for a quadrotor UAV in unknown unstructured outdoor scenes. IEEE Trans. Syst. Man Cybern. Syst. 2018, 49, 2362–2372. [Google Scholar] [CrossRef] [Green Version]
- Geng, L.; Zhang, Y.F.; Wang, J.J.; Fuh, J.Y.; Teo, S.H. Mission planning of autonomous UAVs for urban surveillance with evolutionary algorithms. In Proceedings of the 2013 10th IEEE International Conference on Control and Automation (ICCA), Hangzhou, China, 12–14 June 2013; pp. 828–833. [Google Scholar] [CrossRef]
- Zhang, J.; Zhang, Y. A Method for UAV Reconnaissance and Surveillance in Complex Environments. In Proceedings of the 2020 6th International Conference on Control, Automation and Robotics (ICCAR), Singapore, 20–23 April 2020; pp. 482–485. [Google Scholar] [CrossRef]
- Hoy, M.; Matveev, A.S.; Savkin, A.V. Algorithms for collision-free navigation of mobile robots in complex cluttered environments: A survey. Robotica 2015, 33, 463–497. [Google Scholar] [CrossRef] [Green Version]
- Semsch, E.; Jakob, M.; Pavlíček, D.; Pěchouček, M. Autonomous UAV surveillance in complex urban environments. In Proceedings of the 2009 IEEE/WIC/ACM International Conference on Intelligent Agent Technology, IAT 2009, Milan, Italy, 15–18 September 2009; Volume 2, pp. 82–85. [Google Scholar] [CrossRef]
- Dubins, L.E. On Curves of Minimal Length with a Constraint on Average Curvature, and with Prescribed Initial and Terminal Positions and Tangents. Am. J. Math. 1957, 79, 497. [Google Scholar] [CrossRef]
- Ismail, A.; Tuyishimire, E.; Bagula, A. Generating dubins path for fixed wing uavs in search missions. In International Symposium on Ubiquitous Networking; Springer: Cham, Switzerland, 2018; pp. 347–358. [Google Scholar]
- Kučerová, K.; Váň, P.; Faigl, J. On finding time-efficient trajectories for fixed-wing aircraft using dubins paths with multiple radii. In Proceedings of the 35th Annual ACM Symposium on Applied Computing, Brno, Czech Republic, 30 March–3 April 2020; pp. 829–831. [Google Scholar]
- Manchester, I.R.; Savkin, A.V. Circular navigation missile guidance with incomplete information and uncertain autopilot model. J. Guid. Control Dyn. 2004, 27, 1078–1083. [Google Scholar] [CrossRef] [Green Version]
- Fathi, Z.; Bidabad, B.; Najafpour, M. An exact penalty function method for optimal control of a dubins airplane in the presence of moving obstacles. Optim. Lett. 2021. [Google Scholar] [CrossRef]
- Carothers, N.L. Real Analysis; Cambridge University Press: Cambridge, UK, 2000. [Google Scholar] [CrossRef]
- Forsyth, D.; Ponce, J. Computer Vision: A Modern Approach; Prentice Hall: Englewood Cliffs, NJ, USA, 2011. [Google Scholar]
- Savkin, A.V.; Huang, H. Deployment of unmanned aerial vehicle base stations for optimal quality of coverage. IEEE Wirel. Commun. Lett. 2019, 8, 321–324. [Google Scholar] [CrossRef]
- Savla, K. Multi UAV Systems with Motion and Communication Constraints. Ph.D. Thesis, University of California, Santa Barbara, CA, USA, 2007. [Google Scholar]
- Govindaraju, V.; Leng, G.; Qian, Z. Multi-UAV surveillance over forested regions. Photogramm. Eng. Remote Sens. 2014, 80, 1129–1137. [Google Scholar] [CrossRef]
- Mirjalili, S.; Mirjalili, S.M.; Lewis, A. Grey wolf optimizer. Adv. Eng. Softw. 2014, 69, 46–61. [Google Scholar] [CrossRef] [Green Version]
- Marengoni, M.; Draper, B.A.; Hanson, A.; Sitaraman, R. A System to place observers on a polyhedral terrain in polynomial time. Image Vis. Comput. 2000, 18, 773–780. [Google Scholar] [CrossRef]
- Savkin, A.; Huang, H. Proactive Deployment of Aerial Drones for Coverage over Very Uneven Terrains: A Version of the 3D Art Gallery Problem. Sensors 2019, 19, 1438. [Google Scholar] [CrossRef] [Green Version]
- Fisk, S. A short proof of Chvátal’s Watchman Theorem. J. Comb. Theory Ser. B 1978, 24, 374. [Google Scholar] [CrossRef] [Green Version]
- Faigl, J.; Vana, P. Surveillance Planning with Bézier Curves. IEEE Robot. Autom. Lett. 2018, 3, 750–757. [Google Scholar] [CrossRef]
- Kohonen, T.; Schroeder, M.R.; Huang, T.S. (Eds.) Self-Organizing Maps, 3rd ed.; Springer: Berlin/Heidelberg, Germany, 2001. [Google Scholar]
- Vana, P.; Faigl, J. On the Dubins Traveling Salesman Problem with Neighborhoods. IEEE Int. Conf. Intell. Robot. Syst. 2015, 2015, 4029–4034. [Google Scholar] [CrossRef]
- Cheng, P.; Keller, J.; Kumar, V. Time-optimal UAV trajectory planning for 3D urban structure coverage. In Proceedings of the 2008 IEEE/RSJ International Conference on Intelligent Robots and Systems, IROS, Nice, France, 22–26 September 2008; pp. 2750–2757. [Google Scholar] [CrossRef]
- Geng, L.; Zhang, Y.F.; Wang, P.F.; Wang, J.J.; Fuh, J.Y.; Teo, S.H. UAV surveillance mission planning with gimbaled sensors. In Proceedings of the IEEE International Conference on Control and Automation (ICCA), Taichung, Taiwan, 18–20 June 2014; pp. 320–325. [Google Scholar] [CrossRef]
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations. |
© 2021 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 (https://creativecommons.org/licenses/by/4.0/).