Next Article in Journal
Control Method of the Dual-Winding Motor for Online High-Frequency Resistance Measurement in Fuel Cell Vehicle
Next Article in Special Issue
Cooperatively Routing a Truck and Multiple Drones for Target Surveillance
Previous Article in Journal
Design and Implementation of a UAV-Based Airborne Computing Platform for Computer Vision and Machine Learning Applications
Previous Article in Special Issue
LeGO-LOAM-SC: An Improved Simultaneous Localization and Mapping Method Fusing LeGO-LOAM and Scan Context for Underground Coalmine
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

An Observation Scheduling Approach Based on Task Clustering for High-Altitude Airship

1
School of Computational Science and Engineering, Georgia Institute of Technology, Atlanta, GA 30332, USA
2
School of Traffic & Transportation Engineering, Central South University, Changsha 410075, China
3
Department of Electrical & Computer Engineering, National University of Singapore, Singapore 119260, Singapore
*
Author to whom correspondence should be addressed.
Sensors 2022, 22(5), 2050; https://doi.org/10.3390/s22052050
Submission received: 30 January 2022 / Revised: 4 March 2022 / Accepted: 4 March 2022 / Published: 6 March 2022
(This article belongs to the Special Issue Parallel and Distributed Computing in Wireless Sensor Networks)

Abstract

:
Airship-based Earth observation is of great significance in many fields such as disaster rescue and environment monitoring. To facilitate efficient observation of high-altitude airships (HAA), a high-quality observation scheduling approach is crucial. This paper considers the scheduling of the imaging sensor and proposes a hierarchical observation scheduling approach based on task clustering (SA-TC). The original observation scheduling problem of HAA is transformed into three sub-problems (i.e., task clustering, sensor scheduling, and cruise path planning) and these sub-problems are respectively solved by three stages of the proposed SA-TC. Specifically, a novel heuristic algorithm integrating an improved ant colony optimization and the backtracking strategy is proposed to address the task clustering problem. The 2-opt local search is embedded into a heuristic algorithm to solve the sensor scheduling problem and the improved ant colony optimization is also implemented to solve the cruise path planning problem. Finally, extensive simulation experiments are conducted to verify the superiority of the proposed approach. Besides, the performance of the three algorithms for solving the three sub-problems are further analyzed on instances with different scales.

1. Introduction

Earth observation techniques play a key role in environmental surveillance, intelligence reconnaissance, and disaster relief [1]. As a new kind of Earth observation platform, the high-altitude airship (HAA) has many advantages [2,3]. For instance, compared with the traditional unmanned aerial vehicle (UAV), HAA can fly continuously for several months, which makes HAA observe and acquire data uninterruptedly for a long period. In comparison with the Earth observation satellite (EOS) that only can observe ground targets within specified time windows [4,5], HAA has stronger abilities of rapid response and maneuverability. In addition, HAA has a lower cost in deployment, operation, and control. Therefore, HAA has become an ideal alternative Earth observation platform.
The practical applications of HAA in civilian fields have been investigated by several scientists and groups. For example, Belozerov et al. [6] provided a systematic analysis of the application of HAA in fire protection of farmland, steppe, and forest tracts. The authors argued that the HAA can perform round-the-clock patrolling and response to emergencies along optimal routes in all regions of Russia. Particularly, the HAA is of significance in diagnosing the environment of mountainous areas that are difficult to be monitored due to the limited material and human resources. The Skyship project [7] created by South Korean telecom giant KT Corp has built a 5G-connected airship to help transform search and rescue missions. The Skyship can search for signs of life in disaster areas by using thermal imaging. Cloudline Dynamics [8] dedicates to applying airships in health logistics, precision agriculture, infrastructure monitoring, and wildlife management. In case of a natural disaster, the airships of Cloudline Dynamics can immediately be deployed for logistics, data continuity, and live video feed applications. Besides, the airships “5G Cloud One” [9] and “LanTianHao” [10] have been tested in China for emergency rescue, disaster relief, and traffic monitoring applications in the future.
When an HAA is launched for executing observation tasks in some application cases such as environment monitoring and fire prevention, the HAA is generally required to take numerous pictures from many locations. Therefore, a high-quality observation scheduling algorithm is crucial to improve observation efficiency by determining the observation sequence of target locations. It should be noted that the observation scheduling problem of HAA is distinguished from that of other observation platforms. Specifically, EOS has multiple observation chances during a scheduling horizon since it files along its orbit at a high speed [4]. In contrast, due to the low cruise speed, HAA usually hovers above the ground target for fixed-point observations. Hence, the observation scheduling for HAA is not constrained by orbit issues faced by EOS. Although UAV also can hover above the ground target, the observations are comprised of several dispersed activities restricted by the flight endurance of the UAV. Besides, different from HAA that is not limited by launch and retrieve nodes due to its long flight endurance, the observation scheduling problem of the UAV needs to consider the constraints yielded by launch and retrieve nodes (generally the launch and retrieve nodes are the same) [11].
However, to our best knowledge, a limited number of studies have been carried out to address the observation scheduling problem of HAA [12,13,14]. Besides, the existing studies mainly focused on optimizing the cruise path of HAA and rarely considered the planning of the imaging sensor simultaneously. Since the imaging sensor equipped on the HAA can swim or rotate within a certain angular range and the HAA usually cruises at a low speed, it is possible and more practical for HAA to hover above a specific ground node (i.e., stagnation node) and observe nearby targets through appropriately planned sensor rotations. Thus, this paper investigates the observation scheduling problem considering sensor slewing for HAA. To solve the considered problem, it is natural to cluster all observation tasks into several sets and observe the tasks in each set by slewing the imaging sensor of HAA. Hence, we transform the observation scheduling problem into three sub-problems: task clustering, sensor scheduling, and cruise path planning. In the task clustering problem, all observation tasks need to be clustered into several sets, and each set is associated with a stagnation node. The stagnation node is determined during the clustering process and the HAA hovers above the stagnation node to observe its nearby ground targets. The sensor scheduling problem aims to find a reasonable observation sequence executed by the imaging sensor to accomplish observation. Finally, an appropriate path formed by stagnation nodes is determined in the cruise path planning problem. Note that in this paper we regard a ground target as an observation task.
To facilitate the solving of the problem, the three sub-problems are formulated by classical combinatorial optimization problems. Specifically, since the number of ground targets that can be observed by HAA is affected by the maximum slewing angle of the imaging sensor and fewer cruise distances may lead to less energy consumption, the task clustering problem can be treated as a maximum coverage problem (MCP) [15] that aims to cover all ground targets by using the minimum number of field of views (FOV). The FOV is defined as a circular area on the ground in which targets can be observed by slewing the imaging sensor [16]. As to the sensor scheduling and cruising path planning problems, since the aim of them is to find permutations of nodes, they can be formulated as variants of vehicle routing problems (VRP) [17,18].
We implement heuristic and meta-heuristic algorithms to solve these sub-problems. Specifically, as 2-opt local search and ant colony optimization (ACO) have been proved effective in solving vehicle routing problems [19,20,21], we appropriately combine them with several sophisticated mechanisms into a hierarchical framework to solve the observation scheduling problem of the HAA. In the hierarchical framework, we adopt a heuristic algorithm embedding an improved ant colony optimization (IACO) and a backtracking strategy to solve the task clustering problem as well as find stagnation nodes. A simple but efficient heuristic algorithm combining the 2-opt local search and nearest neighbour search (NNS) is developed to handle the sensor scheduling. Meanwhile, the IACO is also implemented to solve the cruise path planning problem. Particularly, the IACO is developed by hybridizing ACO with local search, as well as modifying the selection criteria of candidate nodes.
Therefore, the contributions of this paper are summarized as follows. (i) We consider the scheduling of the imaging sensor in the observation scheduling of HAA, which is rarely considered in previous studies. (ii) To solve the studied problem, we transform the original problem into three sub-problems and propose an observation scheduling approach based on task clustering (SA-TC). The SA-TC has a hierarchical framework that is composed of three stages corresponding to the three sub-problems. In the first stage, a heuristic algorithm based on a backtracking strategy and IACO is developed to cluster tasks and determine stagnation nodes. In the second stage, a heuristic algorithm that combines the 2-opt local search and NNS is proposed to solve the scheduling problem of the sensor, followed by the third stage in which IACO is implemented to solve the planning problems of the cruise path. Besides, the IACO integrates local search and appropriate candidates selection strategy to improve the performance of ACO. (iii) We conduct extensive experiments to prove the superiority of the proposed approach. Meanwhile, the three algorithms for three sub-problems are further analyzed.
This paper is structured as follows. Section 2 provides a literature review and Section 3 describes the observation scheduling problem. Section 4 introduces the proposed hierarchical scheduling approach based on task clustering. Experimental studies and conclusions are presented in Section 5 and Section 6, respectively.

2. Related Work

To better apply the HAA platform, numerous relevant studies have been carried out in recent years. For example, Wang et al. [22] investigated a path-following control method for a robotic airship subject to sensor faults. To detect and isolate the sensor fault, the authors designed a data-driven soft sensor based on an adaptive neuro-fuzzy inference system to detect and isolate the sensor fault. Zhang et al. [23] proposed an energy optimization strategy based on the position potential for airships to improve endurance performance. To improve the solar energy system of solar airships, Zhu et al. [24] studied the altitude planning method by optimizing the yaw angle of airships. Another study conducted by Zhang et al. [25] also focused on the altitude planning problem of solar airships. The authors further analyzed the energy balance using different angle planning strategies. Besides, Wang et al. [26] introduced the recovery trajectory optimization problem of the stratospheric airship for the station-keeping mission and adopted an off-the-shelf nonlinear programming problem solver to address this problem. These above-mentioned studies are utilized to improve the performance of the HAA platform (e.g., reducing energy consumption and easing control). However, few studies have paid attention to the observation scheduling problem, which is one of the most crucial aspects of HAA applications.
Previously, to investigate the scheduling problem of HAA, Zhu et al. [12] proposed a novel agent-based scheduling mechanism for multiple airships oriented to emergencies. The authors integrated a bidirectional announcement mechanism and a collaborative process into the proposed mechanism to facilitate the scheduling. Chuan et al. [13] investigated the cooperative scheduling problem on HAAs for imaging observation tasks. An intelligence algorithm named propagation algorithm combined with the key node search algorithm was proposed by the authors to solve the cruising optimization problem of HAA. Similarly, the same group carried out a further study [14], in which the authors proposed an energy-aware optimization strategy that optimizes task benefits and energy consumption simultaneously. A recent study conducted by Xu et al. [27] developed a decomposition-based multi-objective optimization algorithm using dynamic weight vectors and stable matching schemes to address the deployment problem of airships. Several studies also consider the observation scheduling of airships coordinated with other observation platforms. For example, Deng et al. [28] focused on an Earth observation network consisting of heterogeneous observation resources (e.g., satellites, UAVs, airships, and ground monitoring vehicles), and proposed a two-phase coordinated planning approach to efficiently utilize these observation resources. Wu et al. [29] developed a hierarchical coordinated planning architecture that includes observation resources, sub-planner, coordination, and information management. Meanwhile, two task assignment algorithms were designed by the authors to coordinate and allocate observation tasks to sub-planners. In addition, Wang et al. [30] focused on the coordinated scheduling problem in space information networks. It can be concluded that previous studies mainly focused on optimizing the execution sequence of all tasks to plan a reasonable cruise path for HAA and the sensor slewing is rarely considered. In our study, we integrate the sensor scheduling into the observation scheduling problem of HAA to fill the gap.
As mentioned above, the observation scheduling problem is divided into three sub-problems based on our proposed method. These sub-problems can be formulated by maximum coverage problem (MCP) and variants of vehicle routing problem (VRP), which have been proved to be NP-hard [15,17]. To solve these combinatorial problems, it is commonly believed that exact algorithms cannot find optimal solutions within an acceptable time. Hence, heuristic and meta-heuristic algorithms are widely implemented to obtain approximately optimal solutions. For instance, to address the coverage problem that commonly appears in mobile wireless sensor networks, Liang et al. [31] devised four heuristic algorithms and validated the effectiveness of the proposed algorithms. Chauhan et al. [32] proposed a robust three-stage heuristic to solve the coverage facility location problem with drones considering uncertainties such as battery availability and consumption. A recent study conducted by Li et al. [33] solved a new variant named budgeted maximum coverage problem based on an algorithm that combines reinforcement learning with tabu search. For solving VRP and its variants, efficient algorithms such as tabu search [34,35], variable neighborhood search [36], large neighborhood search [37], genetic algorithms [38], iterated local search algorithms [39,40], and hybrid algorithms [41,42] have been adopted in existing studies. However, the existing heuristic and mate-heuristic algorithms cannot be directly implemented to solve our studied problem. Thus, we carry out some problem-specific modifications as well as heuristic algorithms are required to obtain high-quality solutions.

3. Problem Description

As shown in Figure 1, during the observation period, an airship flies along with its cruise path and begins to observe by hovering above a stagnation node. The ground targets nearby the stagnation node are covered by the airship’s field of view (FOV) and these targets are observed by slewing the imaging sensor equipped on the airship. Further, the cruise path of the airship is formed by a set of stagnation nodes to accomplish all observations. Note that each stagnation node is either at the location of a ground target, or a new location determined by multiple ground targets in a FOV.
To facilitate the problem description and modeling, some reasonable assumptions are given as follows. (i) During the observation, the impacts of sensor resolution and clouds are assumed to be negligible. (ii) The radius of the Earth’s curvature is not considered in this study. (iii) The working height of the airship is assumed to be maintained, thus this paper only considers the horizontal movement of the airship. (iv) Assume that an airship is equipped with an imaging sensor and the sensor can rotate freely but is constrained by its maximum slewing angle. Besides, the notations used in this section are summarized in Table 1.
As mentioned above, the observation process of HAA includes two parts: (i) the airship flies along with the cruise path formed by stagnation nodes, and (ii) the airship hovers above each stagnation node and rotates the imaging sensor to observe the ground targets covered by the FOV. Hence, to accomplish all tasks efficiently, the optimization objective of the observation scheduling problem is the total observation time, which can be written as
f = m i n i , j S x i j α i j + u C k , l T z k u z l u y k l β k l ,
where the first part of the objective function represents the total time for the airship flying along the cruise path and the second part represents the total time required by the imaging sensor to accomplish all observation tasks in all clusters. Here each cluster is formed by one or multiple ground targets, which is determined by the FOV of the airship hovering above every stagnation node.
Besides, the main constraints that should be satisfied are as follows.
i S x i j 1 , j S ,
k T y k l 1 , l T ,
u C z i u 1 , i T ,
a r c c o s δ k 2 + δ l 2 d k l 2 δ k δ l + M ( 1 y k l ) θ , k , l { u : k l , u C } ,
d i j + M ( 1 z i u ) H ( t a n θ 2 ) , i T , j S , u C ,
x i j 0 , 1 , i , j { S : i j } ,
y k l 0 , 1 , k , l { T : k l } ,
z i u 0 , 1 , i T , u C .
Constraint (2) ensures that each stagnation node should be visited by the airship only once. Similarly, constraint (3) represents that each ground target should be observed only once. Constraint (4) guarantees that each ground target only can be collected by a cluster. Constraint (5) indicates that the slewing angle of the imaging sensor used for observing two successive ground targets in a cluster should not exceed the maximum slewing angle. In constraint (6), the condition for a ground target i being observed by the airship hovering above stagnation node j is presented. Constraints (7)–(9) define the decision variables.
The above problem descriptions indicate that it is difficult to solve the studied observation scheduling problem directly as the problem includes three decision variables and complicated constraints. Hence, in this paper, we transform the original problem into three sub-problems, including task clustering, sensor scheduling, and cruise path planning. The task clustering problem can be treated as a MCP [15] that aims to cover all ground targets by using the minimum number of field of views (FOV). Since the result of the sensor scheduling is the observation sequence of ground targets and the cruise path of the airship is formed by stagnation nodes, the sensor scheduling and cruise path planning problems can be regarded as two variants of VRP [17,18]. Thus, the original scheduling problem can be decomposed and then solved in a step-by-step manner.

4. Observation Scheduling Approach Based on Task Clustering

The proposed scheduling approach has a hierarchical framework composed of two heuristic algorithms and one meta-heuristic algorithm: the heuristic algorithm for task clustering (HATC), the heuristic algorithm for sensor scheduling (HASS), and the improved ant colony optimization (IACO). We call the proposed approach SA-TC. The framework of SA-TC as well as its components are detailed in this section.

4.1. Framework of the Proposed Approach

The framework of SA-TC is shown in Figure 2, in which we adopt three algorithms to solve three sub-problems as mentioned above. More specifically, we develop a heuristic algorithm named HATC to divide all observation tasks into several sets (i.e., cluster). First, an optimal path formed by all tasks is generated based on IACO. Then, a backtracking strategy is introduced to cluster tasks along the optimal path. Meanwhile, each cluster is associated with a stagnation node determined by the locations of the tasks in the cluster. By assuming that the airship hovers above the stagnation node to accomplish observations, a heuristic algorithm named HASS is proposed to search for a reasonable task observation sequence in the sensor scheduling stage. The initial solution of the HASS is generated based on the nearest neighbour search (NNS) and improved by 2-opt local search. Finally, all stagnation nodes are used to form an appropriate cruising path for the airship based on IACO.

4.2. Heuristic Algorithm for Task Clustering

As mentioned above, the task clustering problem can be regarded as a maximum coverage problem whose objective is to minimize the number of task clusters. Here a cluster is defined by a set of ground targets that can be observed by the airship hovering above a stagnation node. We propose a heuristic algorithm based on the improved ant colony optimization (detailed in Section 4.4) and backtracking strategy for clustering tasks, namely HATC, to determine the clusters and stagnation nodes. The main steps of HATC are illustrated in Algorithm 1.
In HATC, the first step is to form an optimal path consisting of all ground targets by using IACO. Then, the backtracking strategy is performed in lines 2–34 to cluster tasks as well as determine stagnation nodes. More specifically, we denote the first two targets along the optimal path as a and b, and set a stagnation node o at the middle position between a and b (lines 3–4). If both a and b can be observed by the airship hovering above o according to constraint (6), both a and b are clustered into the set c t a s k ; otherwise, only put a into c t a s k and move o to the position of a (lines 5–9). Afterward, two operations are conducted to add feasible targets into c t a s k . In the first operation (lines 10–22), the set of the remained targets that are not clustered is defined as U T and the closest target c from U T to the stagnation node is selected in each iteration. Assume a stagnation node o at the middle position between c and o, if target c and other targets in c t a s k can be simultaneously observed by the airship hovering above o according to constraint (6), target c would be added into the set c t a s k , and the stagnation node as well as the remained target set U T would be updated. Similarly, the second operation (lines 23–33) also tries to add the remained feasible targets into the set c t a s k . However, different from the first operation in which the candidate tasks are selected greedily, the second operation stochastically selects candidate targets to help the algorithm escape from the local optimum.
Algorithm 1: HATC.
Input: All ground targets
Output: clusters and stagnation nodes
Sensors 22 02050 i001
To better understand the backtracking strategy, as well as the proposed HATC, we present an example in Figure 3. In Figure 3a, there is an optimal path formed by all ground targets (i.e., observation tasks), and the ground target b is successive to the ground target a along the optimal path. As Figure 3b shows, if a stagnation node is located at the middle position between a and b, and the FOV provided by the stagnation node can cover a and b simultaneously, a and b would be clustered into the same set. Afterward, for the case in Figure 3c, the FOV cannot cover the ground target b if the stagnation node is located at the middle position between a and b. Then, the position of the stagnation node would be moved back to the position of ground target a. The output of HATC is a set of clusters covering all ground targets and a set of stagnation nodes. Meanwhile, each cluster is associated with a feasible stagnation node.

4.3. Heuristic Algorithm for Sensor Scheduling

To reduce the time for slewing the imaging sensor, it is necessary to optimize the observation sequence of ground targets. The sensor scheduling problem in each cluster can be regarded as a traveling salesman problem (TSP), in which the observation sequence is represented by a path consisting of all ground targets in a cluster and the stagnation node is regarded as the depot node. Meanwhile, due to the angle constraint of the imaging sensor as mentioned in constraint (5), two ground targets may not be observed successively, yielding difficulties for solving this problem. Hence, since the number of ground targets in each cluster is limited, we propose a simple but efficient heuristic algorithm for sensor scheduling (HASS) to find a reasonable observation sequence of ground targets in each cluster. The main steps of HASS are displayed in Algorithm 2.
As illustrated in HASS, the well-known nearest neighbour search (NNS) is adopted to create an initial observation sequence (i.e., a path composed of ground targets) for each cluster (line 2). From the stagnation node, the NNS chooses the next target that is the closet target from unvisited targets and constrained by the maximum slewing angle of the sensor, finally stops when all targets are visited. Then, the 2-opt local search is adopted to improve the initial solution in lines 4–11 as 2-opt based local search has been proved effective in solving various routing problems [43,44]. In each iteration of the 2-opt local search, two nodes would be randomly selected from the path and the sub-path between these two nodes would be reversed (i.e., 2-opt operation). An example of the 2-opt operation is illustrated in Figure 4. Figure 4a shows an observation sequence of ground targets in a cluster. Then, based on the 2-opt operation, targets a and b are selected and the sub-path between a and b is reversed to construct a better path, as Figure 4b shows. It should be noted that we implement a repair strategy to address possible infeasibilities caused by the slewing angle constraint. Specifically, if a solution generated by a 2-opt operation is infeasible in line 5, this step would output the solution unchanged. Finally, the algorithm stops when the path in every cluster is optimized by the local search.
Algorithm 2: HASS.
Input: clusters C and stagnation nodes S
Output: observation sequences of the sensor
Sensors 22 02050 i002

4.4. Improved ant Colony Optimization

Ant colony optimization (ACO) is a bio-inspired swarm intelligence algorithm that has been applied in many fields due to its powerful search ability [19,45,46]. At each iteration, when an ant travels through an edge between two nodes, it will deposit some pheromone trail on this edge. Besides, the quantity of the pheromone depends on the quality of the solution. Thus, each ant k selects the next node j from the current node i based on a specific probability p i j k determined by the pheromone concentration, which can be written as
p i j k = τ i j α · η i j β l J k ( i ) τ i l α · η i l β , if j J k ( i ) , 0 , otherwise ,
where J k ( i ) is the set of feasible nodes unvisited by the ant k, α and β are weight coefficients that show the relative importance of the pheromone trail τ i j and the heuristic information η i j . Particularly, the heuristic information η i j is generally defined by
η i j = 1 d i j ,
where d i j is the distance between nodes i and j. Besides, the pheromone trail τ i j would be updated after every ant constructs a complete path. The update methods are described as follows:
τ i j = ( 1 ρ ) · τ i j + k = 1 m Δ τ i j k ,
Δ τ i j k = Q L k ,
where ρ is the pheromone trail evaporating rate, and  Δ τ i j k is the amount of pheromone trail accumulated on the path i , j by the ant k, Q is a constant parameter, and  L k is the distance of the path traveled by the ant k.
In this paper, we propose an improved ant colony optimization (IACO) to solve the routing problems yielded in the task clustering problem and cruise path planning problem. We improve the ACO from two aspects. Specifically, we appropriately integrate a 2-opt-based local search into ACO to improve its exploration capability. On the other hand, different from the conventional ACO in which all unvisited nodes are considered as candidate nodes when the ant selects the next node, the ant of IACO only selects from the n closest nodes, thereby improving the convergence efficiency. The main steps of IACO are illustrated in Algorithm 3.
Algorithm 3: IACO.
Input: N nodes, the maximum number of iterations G, the number of ants m, α , β , ρ , and Q
Output: Best path P b e s t
Sensors 22 02050 i003
As Algorithm 3 shows, the inputs of IACO are the nodes, the maximum number of iterations G, the number of ants m, and other parameters mentioned in Equations (10)–(13). At each iteration, each ant starts from a randomly selected node and moves to the next node selected from the remained nodes until all nodes are included in the path (lines 5–12). Particularly, in the proposed IACO, the ant moves from the current node i to the next node j selected from the n nearest nodes based on the wheel roulette strategy (line 8). Note that the value of n would change as the number of unvisited nodes decreases. Assume n = 5 at the beginning, if the number of the unvisited nodes is more than 5, let n = 5 ; otherwise, n equals the number of the unvisited nodes by the ant. The probability of each candidate movement is determined based on Equation (10). After every ant accomplishes a tour, the 2-opt-based local search introduced in Section 4.3 would be applied to further improve the quality of the solution obtained at this iteration. Then, the pheromone information is updated according to Equations (12) and (13) and the best path is recorded as P b e s t (line 15). Finally, the algorithm stops when the maximum number of iterations is met.

5. Simulation Experiment and Results

This section represents the simulation and comparative analysis of the proposed approach and its components. As far as we know, there are no accepted benchmarks yet for the studied problem, thus we generate targets randomly distributed in a 500 km × 500 km area to simulate the experiment scenarios. Besides, all algorithms are coded in MATLAB and run on a PC with Core i5-8400 2.80 GHz CPU, 8G memory, and Windows 10 operating system.

5.1. Simulation Setup

In experimental studies, we use 6 cases with different target numbers to simulate small-, medium-, and large-scale scenarios, respectively. The HAA is assumed to work at a height of 23 km with an average speed of 500 km/h. The maximum side slewing angle of the imaging sensor is set to 25 and the slewing speed is set to 5 /s. According to previous experiments, the parameters of the IACO algorithm are set as follows: the number of ants m = 50 , the weight coefficients α = 5 and β = 1 , the evaporation rate ρ = 0.9 , the parameter Q = 100 , and the maximum number of iterations G = 100 . Besides, the maximum number of iterations of 2-opt-based local search is set to n 2 , where n is the number of targets.
Furthermore, in all comparison experiments, we use a metric called G A P in addition to the optimization objective to represent the difference between the results (i.e., f a and f b ) of two algorithms. The G A P is calculated by
G A P ( a , b ) = ( f a f b ) m a x ( f a , f b ) × 100 %

5.2. Comparative Study of the Proposed Approach

To verify the superiority of the proposed SA-TC, we compare it with the classical airship observation scheduling approach [47], namely TSPA, in 6 cases with the number of targets varying from 100–1200. In TSPA, the observation process of HAA is assumed to be a TSP, in which the imaging sensor scheduling and stagnation nodes are not considered. The airship observes all targets based on its cruising ability. During the simulations, each experiment is repeated 10 times and the average observation time is used for comparisons. The experimental results are displayed in Table 2 and Figure 5. In Table 2, the colonums represent the number of targets, the observation time results obtained by TSPA and SA-TC respectively, the number of clusters obtained by SA-TC, and the values of G A P ( T S P A , S A - T C ) calculated by Equation (14).
The results demonstrate that the proposed SA-TC is superior to TSPA in all cases. Specifically, according to the values of G A P ( T S P A , S A - T C ) , the proposed SA-TC can reduce the total observation time by 17.51% to 49.61% compared with TSPA. Besides, as the number of targets increases, the superiority of SA-TC becomes more significant. For instance, when the number of targets is 500, the observation time required by SA-TC is 66.67% of the time required by TSPA. When the number of targets is 1200, the observation time required by SA-TC is 50% of the time required by TSPA. Therefore, the proposed SA-TC is more efficient when dealing with large-scale observation scheduling problems. The superiority of SA-TC can be explained by the task clustering strategy. Based on the task clustering strategy, the airship only needs to hover above specific stagnation nodes to observe nearby targets, thereby reducing the cruise time of the airship.
To visually compare the scheduling results, we present the experimental results in Figure 6. In Figure 6, the red node indicates the stagnation node, the black circle denotes the FOV of the airship hovering above the stagnation node, the green line represents the observation sequence of the imaging sensor, and the red line is the cruise path of the airship obtained by SA-TC. Besides, the cruise path of the airship obtained by TSPA is represented by the blue dotted line. It can be found that the proposed SA-TC can well address the cases with different scales of targets.

5.3. Performance Analysis of HATC

This section analyzes the performance of the proposed HATC by conducting experiments in cases with the number of targets varying from 30–400. Each experiment is repeated 10 times and the average results are displayed in Table 3. The results indicate that the proposed HATC can handle different scales of targets to obtain clusters and stagnation nodes. Besides, although the CPU time increases with the increase of the number of targets, the time consumption is still acceptable.
The visual results of HATC are shown in Figure 7. The blue dotted line is the path obtained by IACO, the blue nodes are stagnation nodes obtained by the backtracking strategy, and the black circle is the range of the cluster. An interesting result is that the increment of the number of clusters generated by the algorithm is decreasing as the number of targets increases. It can be explained that with the increase of the target number, the density of targets would be increased, which would also yield difficulty for obtaining a reasonable solution. Nevertheless, the large-scale case is well-addressed by the proposed HATC.

5.4. Performance Analysis of HASS with Different Numbers of Targets

In this section, we set 6 experimental cases with the number of targets varying from 50–300 to investigate the performance of the proposed HASS. The simulation results of HASS are displayed in Figure 8. The green line, red node, and blue circle represent the observation sequence of the imaging sensor, stagnation node, and target, respectively. It should be noted that the slewing path of the imaging sensor is a closed-loop, and the start and termination nodes of the path are the same stagnation node, thus the slewing direction of the imaging sensor is not provided in Figure 8. As it can be seen, almost every sensor scheduling problem in each cluster is well-scheduled. Besides, every sensor scheduling problem in each cluster contains a very small number of nodes (generally less than 5 as shown in Figure 8), thus it can be solved quickly by using 2-opt-based local search. Also, since it is very easy to obtain an optimized solution on such a small-scale problem, no further performance evaluation of HASS is provided in this section. This result also demonstrates the application of the 2-opt-based local search is reasonable for solving the sensor scheduling problem. Furthermore, as discussed before, the density of nodes increases with the increase of target number, so the problem scale of each sensor scheduling problem in every cluster is also increased. Nevertheless, it can be found from Figure 8f that the scale of the sensor scheduling problem is still moderate to be solved by HASS.

5.5. Performance Analysis of IACO

This section compares the IACO with conventional ACO to verify the efficiency of the proposed IACO. The experiments are conducted in 6 cases whose scales are 50, 150, 250, 350, 450, and 500, respectively. Each experiment is repeated 10 times and the average results are used for comparisons. The results are shown in Table 4 and Figure 9. In Table 4, the columns indicate the number of targets, the cruise time obtained by ACO and IACO respectively, the CPU time consumed by ACO and IACO respectively, and the values of G A P ( A C O , I A C O ) . It can be found that the proposed IACO can obtain better results compared with ACO. Specifically, according to the values of G A P ( A C O , I A C O ) , the IACO can reduce the cruise time of the airship by 2.36–4.61% compared with the conventional ACO. This result is attributed to the local search adopted in IACO. By appropriately using the local search, IACO can obtain higher-quality solutions. Meanwhile, the IACO used less computational time. The IACO can reduce the computational time for dealing with the same case by 24.67% at most. It can be explained by that the candidate selection strategy implemented in IACO reduces the search time.
Besides, the impacts of the target number on the IACO are worth the attention. As it can be found in Table 4, with the increase of node number, the computational time of IACO is significantly increased, which is very common for swarm-based meta-heuristic algorithms. However, the time consumption is acceptable for observation scheduling of HAA under the consideration of its long-period observation requirement.

6. Conclusions

In this paper, we consider the scheduling of the imaging sensor in the observation scheduling problem of HAA. To solve the studied problem, we propose a hierarchical observation scheduling approach based on task clustering. The proposed approach transforms the original observation scheduling problem into three sub-problems: task clustering, sensor scheduling, and cruise path planning, and solves these sub-problems in a step-by-step manner. In the task clustering problem, a heuristic algorithm named HATC is proposed to cluster ground targets and find a set of stagnation nodes. Each stagnation node is associated with a cluster, and the airship hovers above the stagnation node to observe nearby ground targets. To observe the targets nearby the stagnation nodes, a heuristic algorithm named HASS is developed to schedule the observation sequence of the imaging sensor in the sensor scheduling problem. Finally, a meta-heuristic algorithm named IACO is designed to obtain a cruise path of the airship that connects all stagnation nodes in the cruise path planning problem.
Besides, some sophisticated mechanisms are adopted to design the algorithms. Specifically, the HATC integrates the IACO to generate an initial solution, and the backtracking strategy to determine clusters and stagnation nodes. Since the observation sequence scheduling in each cluster is small-scale, the 2-opt local search combined with nearest neighbour search is used to develop the HASS. The IACO proposed in this paper appropriately combines local search and modifies the selection strategy of candidate nodes to improve the performance of the conventional ACO.
The simulation results of this paper show that the proposed approach can reduce the total observation time by at most 49.61% compared with the traditional airship observation method. Particularly, the proposed approach is more efficient when dealing with large-scale problems. Additionally, the performance of three algorithms in the cases with different scales of targets are analyzed. The results show that all three algorithms can well address small-, medium-, and large-scale problems.
The proposed algorithm is expected to be used in the HAA-based platform for observation tasks in emergencies. For example, numerous observation information and pictures about the disaster area are badly needed when an earthquake occurs. The HAA can be launched to observe a set of geological accident points that cannot be reached by humans, while the proposed algorithm would provide the HAA with an efficient observation scheme. However, the proposed algorithm is not verified by using the benchmark derived from the practical dataset and ignores some constraints that may appear in practical applications (e.g., uncertainties and timeless), which would be addressed in future works.

Author Contributions

Conceptualization, J.C.; methodology, J.C. and Q.L.; software, J.C.; validation, J.C.; formal analysis, J.C.; investigation, Q.L.; resources, G.W.; data curation, J.C.; writing—original draft preparation, J.C.; writing—review and editing, Q.L.; visualization, J.C.; supervision, Q.L.; project administration, G.W.; funding acquisition, G.W. All authors have read and agreed to the published version of the manuscript.

Funding

This work was supported by China Scholarship Council (No. 202006370285).

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

Not applicable.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Bruno, M.F.; Molfetta, M.G.; Pratola, L.; Mossa, M.; Nutricato, R.; Morea, A.; Nitti, D.O.; Chiaradia, M.T. A Combined Approach of Field Data and Earth Observation for Coastal Risk Assessment. Sensors 2019, 19, 1399. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  2. Gao, Z.; Mu, D.; Zhong, Y.; Gu, C. Constrained Unscented Particle Filter for SINS/GNSS/ADS Integrated Airship Navigation in the Presence of Wind Field Disturbance. Sensors 2019, 19, 471. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  3. Manikandan, M.; Pant, R.S. Research and advancements in hybrid airships—A review. Prog. Aerosp. Sci. 2021, 127, 100741. [Google Scholar] [CrossRef]
  4. Wang, X.; Wu, G.; Xing, L.; Pedrycz, W. Agile Earth Observation Satellite Scheduling Over 20 Years: Formulations, Methods, and Future Directions. IEEE Syst. J. 2021, 15, 3881–3892. [Google Scholar] [CrossRef]
  5. Wang, X.; Gu, Y.; Wu, G.; Woodward, J.R. Robust scheduling for multiple agile Earth observation satellites under cloud coverage uncertainty. Comput. Ind. Eng. 2021, 156, 107292. [Google Scholar] [CrossRef]
  6. Belozerov, V.; Denisov, A.; Nikulin, M. Integration of fire protection of farmland, steppe and forest tracts with agrotechnical processes of their treatment with the help of airships. E3S Web Conf. 2020, 210, 01009. [Google Scholar] [CrossRef]
  7. Broom, D. This South Korean Company Has Built a 5G Search and Rescue Airship. Available online: https://www.weforum.org/agenda/2019/05/this-south-korean-company-has-built-a-5g-search-and-rescue-airship/ (accessed on 28 May 2019).
  8. Ajay, L. We Expect to Deploy 100 Airships in 2022. Available online: https://www.logupdateafrica.com/we-expect-to-deploy-100-airships-in-2022-aviation/ (accessed on 27 November 2021).
  9. CGTN. Unmanned 5G-Enabled Airship Completes Test Flight in Southwest China. Available online: https://news.cgtn.com/news/2021-09-15/Unmanned-5G-enabled-airship-completes-test-flight-in-southwest-China-13zwe8cYn5e/index.html (accessed on 15 September 2021).
  10. Zhang, A.; Hu, S.; Meng, X.; Yang, L.; Li, H. Toward High Altitude Airship Ground-Based Boresight Calibration of Hyperspectral Pushbroom Imaging Sensors. Remote Sens. 2015, 7, 17297–17311. [Google Scholar] [CrossRef] [Green Version]
  11. Zhao, Y.; Zheng, Z.; Liu, Y. Survey on computational-intelligence-based UAV path planning. Knowl.-Based Syst. 2018, 158, 54–64. [Google Scholar] [CrossRef]
  12. Zhu, X.; Sim, K.M.; Jiang, J.; Wang, J.; Chen, C.; Liu, Z. Agent-Based Dynamic Scheduling for Earth-Observing Tasks on Multiple Airships in Emergency. IEEE Syst. J. 2016, 10, 661–672. [Google Scholar] [CrossRef]
  13. Chuan, H.; Dishan, Q.; Jin, L. Cooperative Scheduling of Imaging Observation Tasks for High-Altitude Airships Based on Propagation Algorithm. Sci. World J. 2012, 2012, 548250. [Google Scholar] [CrossRef] [Green Version]
  14. Zhimeng, L.; Chuan, H.; Dishan, Q.; Jin, L.; Manhao, M. Imaging Tasks Scheduling for High-Altitude Airship in Emergency Condition Based on Energy-Aware Strategy. Sci. World J. 2013, 2013, 242836. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  15. Zannat, H.; Akter, T.; Tasnim, M.; Rahman, A. The coverage problem in visual sensor networks: A target oriented approach. J. Netw. Comput. Appl. 2016, 75, 1–15. [Google Scholar] [CrossRef]
  16. Chen, Y.; Mahalec, V.; Chen, Y.; Liu, X.; He, R.; Sun, K. Reconfiguration of satellite orbit for cooperative observation using variable-size multi-objective differential evolution. Eur. J. Oper. Res. 2015, 242, 10–20. [Google Scholar] [CrossRef]
  17. Kang, C.; Woolsey, C.A. Scheduled Imaging of Multiple Threat Aircraft Using a Modified Traveling Salesman Problem. J. Aerosp. Inf. Syst. 2021, 18, 476–486. [Google Scholar] [CrossRef]
  18. Li, F.; Golden, B.; Wasil, E. The open vehicle routing problem: Algorithms, large-scale test problems, and computational results. Comput. Oper. Res. 2007, 34, 2918–2930. [Google Scholar] [CrossRef]
  19. Huang, Y.H.; Blazquez, C.A.; Huang, S.H.; Paredes-Belmar, G.; Latorre-Nuñez, G. Solving the Feeder Vehicle Routing Problem using ant colony optimization. Comput. Ind. Eng. 2019, 127, 520–535. [Google Scholar] [CrossRef]
  20. Verhoeven, M.G.A.; Aarts, E.H.L.; Swinkels, P.C.J. A parallel 2-opt algorithm for the Traveling Salesman Problem. Future Gener. Comput. Syst. 1995, 11, 175–182. [Google Scholar] [CrossRef]
  21. Xu, H.; Pu, P.; Duan, F. Dynamic Vehicle Routing Problems with Enhanced Ant Colony Optimization. Discret. Dyn. Nat. Soc. 2018, 2018, 1295485. [Google Scholar] [CrossRef] [Green Version]
  22. Wang, Y.; Zhou, W.; Luo, J.; Yan, H.; Pu, H.; Peng, Y. Reliable Intelligent Path Following Control for a Robotic Airship against Sensor Faults. IEEE/ASME Trans. Mechatr. 2019, 24, 2572–2582. [Google Scholar] [CrossRef]
  23. Zhang, L.; Li, J.; Jiang, Y.; Du, H.; Zhu, W.; Lv, M. Stratospheric airship endurance strategy analysis based on energy optimization. Aerosp. Sci. Technol. 2020, 100, 105794. [Google Scholar] [CrossRef]
  24. Zhu, W.; Li, J.; Xu, Y. Optimum attitude planning of near-space solar powered airship. Aerosp. Sci. Technol. 2019, 84, 291–305. [Google Scholar] [CrossRef]
  25. Zhang, L.; Li, J.; Wu, Y.; Lv, M. Analysis of attitude planning and energy balance of stratospheric airship. Energy 2019, 183, 1089–1103. [Google Scholar] [CrossRef]
  26. Wang, J.; Meng, X.; Li, C. Recovery trajectory optimization of the solar-powered stratospheric airship for the station-keeping mission. Acta Astronaut. 2021, 178, 159–177. [Google Scholar] [CrossRef]
  27. Xu, Z.; Liu, J.; Qiao, B.; Cao, Y. MOEA/D Using Dynamic Weight Vectors and Stable Matching Schemes for the Deployment of Multiple Airships in the Earth Observing System. In Proceedings of the 2021 IEEE Congress on Evolutionary Computation (CEC), Kraków, Poland, 28 June–1 July 2021; pp. 177–184. [Google Scholar] [CrossRef]
  28. Deng, M.; Liu, B.; Li, S.; Du, R.; Wu, G.; Li, H.; Wang, L. A Two-Phase Coordinated Planning Approach for Heterogeneous Earth-Observation Resources to Monitor Area Targets. IEEE Trans. Syst. Man Cybern. Syst. 2021, 51, 6388–6403. [Google Scholar] [CrossRef]
  29. Wu, G.; Pedrycz, W.; Li, H.; Ma, M.; Liu, J. Coordinated Planning of Heterogeneous Earth Observation Resources. IEEE Trans. Syst. Man Cybern. Syst. 2016, 46, 109–125. [Google Scholar] [CrossRef]
  30. Wang, Y.; Sheng, M.; Zhuang, W.; Zhang, S.; Zhang, N.; Liu, R.; Li, J. Multi-Resource Coordinate Scheduling for Earth Observation in Space Information Networks. IEEE J. Sel. Areas Commun. 2018, 36, 268–279. [Google Scholar] [CrossRef]
  31. Liang, D.; Shen, H.; Chen, L. Maximum Target Coverage Problem in Mobile Wireless Sensor Networks. Sensors 2021, 21, 184. [Google Scholar] [CrossRef]
  32. Chauhan, D.R.; Unnikrishnan, A.; Figliozzi, M.; Boyles, S.D. Robust Maximum Coverage Facility Location Problem with Drones Considering Uncertainties in Battery Availability and Consumption. Transp. Res. Rec. 2021, 2675, 25–39. [Google Scholar] [CrossRef]
  33. Li, L.; Wei, Z.; Hao, J.K.; He, K. Probability learning based tabu search for the budgeted maximum coverage problem. Expert Syst. Appl. 2021, 183, 115310. [Google Scholar] [CrossRef]
  34. Xia, Y.; Fu, Z. An Adaptive Tabu Search Algorithm for the Open Vehicle Routing Problem with Split Deliveries by Order. Wirel. Pers. Commun. 2018, 103, 595–609. [Google Scholar] [CrossRef]
  35. Xia, Y.; Fu, Z. Improved tabu search algorithm for the open vehicle routing problem with soft time windows and satisfaction rate. Clust. Comput. 2019, 22, 8725–8733. [Google Scholar] [CrossRef]
  36. Sánchez-Oro, J.; López-Sánchez, A.D.; Colmenar, J.M. A general variable neighborhood search for solving the multi-objective open vehicle routing problem. J. Heurist. 2020, 26, 423–452. [Google Scholar] [CrossRef]
  37. Lahyani, R.; Gouguenheim, A.L.; Coelho, L.C. A hybrid adaptive large neighbourhood search for multi-depot open vehicle routing problems. Int. J. Prod. Res. 2019, 57, 6963–6976. [Google Scholar] [CrossRef]
  38. Ruiz, E.; Soto-Mendoza, V.; Ruiz Barbosa, A.E.; Reyes, R. Solving the open vehicle routing problem with capacity and distance constraints with a biased random key genetic algorithm. Comput. Ind. Eng. 2019, 133, 207–219. [Google Scholar] [CrossRef]
  39. Brandão, J. Iterated local search algorithm with ejection chains for the open vehicle routing problem with time windows. Comput. Ind. Eng. 2018, 120, 146–159. [Google Scholar] [CrossRef]
  40. Brandão, J. A memory-based iterated local search algorithm for the multi-depot open vehicle routing problem. Eur. J. Oper. Res. 2020, 284, 559–571. [Google Scholar] [CrossRef]
  41. Niu, Y.; Yang, Z.; Chen, P.; Xiao, J. Optimizing the green open vehicle routing problem with time windows by minimizing comprehensive routing cost. J. Clean. Prod. 2018, 171, 962–971. [Google Scholar] [CrossRef]
  42. Soto, M.; Sevaux, M.; Rossi, A.; Reinholz, A. Multiple neighborhood search, tabu search and ejection chains for the multi-depot open vehicle routing problem. Comput. Ind. Eng. 2017, 107, 211–222. [Google Scholar] [CrossRef]
  43. Chen, X.; Zhou, Y.; Tang, Z.; Luo, Q. A hybrid algorithm combining glowworm swarm optimization and complete 2-opt algorithm for spherical travelling salesman problems. Appl. Soft Comput. 2017, 58, 104–114. [Google Scholar] [CrossRef]
  44. Lee, M.T.; Chen, B.Y.; Lai, Y.C. A Hybrid Tabu Search and 2-opt Path Programming for Mission Route Planning of Multiple Robots under Range Limitations. Electronics 2020, 9, 534. [Google Scholar] [CrossRef] [Green Version]
  45. Deng, W.; Xu, J.; Zhao, H. An Improved Ant Colony Optimization Algorithm Based on Hybrid Strategies for Scheduling Problem. IEEE Access 2019, 7, 20281–20292. [Google Scholar] [CrossRef]
  46. Wu, G.; Peng, W.; Hu, X.; Wang, R.; Chen, H. Configuring differential evolution adaptively via path search in a directed acyclic graph for data clustering. Swarm Evol. Comput. 2020, 55, 100690. [Google Scholar] [CrossRef]
  47. Hu, Z.; Xia, Q.; Cai, H. Random Searching Algorithms of Route Planning for High Altitude Airships. Comput. Simul. 2007, 7, 55–58. [Google Scholar]
Figure 1. An example of the HAA observation process.
Figure 1. An example of the HAA observation process.
Sensors 22 02050 g001
Figure 2. The framework of the proposed observation scheduling approach.
Figure 2. The framework of the proposed observation scheduling approach.
Sensors 22 02050 g002
Figure 3. An illustration of the task clustering process. (a) A path formed by all ground targets, (b) A path with a stagnation node, (c) A path with two stagnation nodes.
Figure 3. An illustration of the task clustering process. (a) A path formed by all ground targets, (b) A path with a stagnation node, (c) A path with two stagnation nodes.
Sensors 22 02050 g003
Figure 4. An illustration of the 2-opt operation. (a) A path before 2-opt operation, (b) A path after 2-opt operation.
Figure 4. An illustration of the 2-opt operation. (a) A path before 2-opt operation, (b) A path after 2-opt operation.
Sensors 22 02050 g004
Figure 5. Comparison results of TSPA and SA-TC with different numbers of targets.
Figure 5. Comparison results of TSPA and SA-TC with different numbers of targets.
Sensors 22 02050 g005
Figure 6. Scheduling results of TSPA and SA-TC. (a) 100 targets, (b) 300 targets, (c) 500 targets, (d) 700 targets, (e) 900 targets, (f) 1200 targets.
Figure 6. Scheduling results of TSPA and SA-TC. (a) 100 targets, (b) 300 targets, (c) 500 targets, (d) 700 targets, (e) 900 targets, (f) 1200 targets.
Sensors 22 02050 g006
Figure 7. Scheduling results of HATC with different numbers of targets. (a) 30 targets, (b) 50 targets, (c) 100 targets, (d) 200 targets, (e) 300 targets, (f) 400 targets.
Figure 7. Scheduling results of HATC with different numbers of targets. (a) 30 targets, (b) 50 targets, (c) 100 targets, (d) 200 targets, (e) 300 targets, (f) 400 targets.
Sensors 22 02050 g007
Figure 8. Scheduling results of HASS with different numbers of targets. (a) 50 targets, (b) 100 targets, (c) 150 targets, (d) 200 targets, (e) 250 targets, (f) 300 targets.
Figure 8. Scheduling results of HASS with different numbers of targets. (a) 50 targets, (b) 100 targets, (c) 150 targets, (d) 200 targets, (e) 250 targets, (f) 300 targets.
Sensors 22 02050 g008
Figure 9. Cruise time of the airship in 6 cases with different numbers of targets obtained by HASS.
Figure 9. Cruise time of the airship in 6 cases with different numbers of targets obtained by HASS.
Sensors 22 02050 g009
Table 1. Notations.
Table 1. Notations.
ParametersDescription
TSet of ground targets
SSet of stagnation nodes
CSet of clusters
α i j The time for the airship cruising from stagnation node i S to stagnation node j S
β k l The time for the imaging sensor rotating from the position observing target k T to the position observing target l T
d i j Distance between node i and node j on the ground
δ i Distance between the airship and target i T
HThe working height of the airship
θ The maximum slewing angle of the imaging sensor
MA sufficiently large number
Decision variablesDescription
x i j x i j = 1 if the airship cruises from stagnation node i S to stagnation node j S ; otherwise, x i j = 0
y k l y k l = 1 if the sensor rotates from the position observing target k T to the position observing target l T ; otherwise, y k l = 0
z i u z i u = 1 if ground target i T belongs to cluster u C ; otherwise, z i u = 0
Table 2. Comparison results of airship observation scheduling approaches in 6 cases.
Table 2. Comparison results of airship observation scheduling approaches in 6 cases.
CaseNum. of TargetsTSPASA-TCGAP (%)
Obs. Time (h)Obs. Time (h)Num. of Clusters
110078.5364.785617.51
2300139.0299.1811628.66
3500180.34119.1114933.95
4700212.98125.8216640.92
5900241.67133.9218244.59
61200280.85141.5220049.61
Table 3. Task clustering results with different numbers of targets.
Table 3. Task clustering results with different numbers of targets.
CaseNum. of TargetsNum. of ClustersCPU Time (s)
130230.02
250340.03
3100550.06
4200880.10
53001140.13
64001350.19
Table 4. Comparison results between ACO and IACO in 6 cases.
Table 4. Comparison results between ACO and IACO in 6 cases.
CaseNum. of TargetsACOIACOGAP (%)
Cruise Time (h)CPU Time (s)Cruise Time (h)CPU Time (s)
15057.094.5054.463.394.61
215096.7114.3992.4215.214.44
3250132.9337.67128.1535.363.59
4350154.0772.57150.4464.802.36
5450178.43120.90172.25103.163.46
6500186.04153.46178.40120.314.11
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Chen, J.; Luo, Q.; Wu, G. An Observation Scheduling Approach Based on Task Clustering for High-Altitude Airship. Sensors 2022, 22, 2050. https://doi.org/10.3390/s22052050

AMA Style

Chen J, Luo Q, Wu G. An Observation Scheduling Approach Based on Task Clustering for High-Altitude Airship. Sensors. 2022; 22(5):2050. https://doi.org/10.3390/s22052050

Chicago/Turabian Style

Chen, Jiawei, Qizhang Luo, and Guohua Wu. 2022. "An Observation Scheduling Approach Based on Task Clustering for High-Altitude Airship" Sensors 22, no. 5: 2050. https://doi.org/10.3390/s22052050

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

Article Metrics

Back to TopTop