Abstract

We present novel two-stage dynamic scheduling of earth observation satellites to provide emergency response by making full use of the duration of the imaging task execution. In the first stage, the multiobjective genetic algorithm NSGA-II is used to produce an optimal satellite imaging schedule schema, which is robust to dynamic adjustment as possible emergent events occur in the future. In the second stage, when certain emergent events do occur, a dynamic adjusting heuristic algorithm (CTM-DAHA) is applied to arrange new tasks into the robust imaging schedule. Different from the existing dynamic scheduling methods, the imaging duration is embedded in the two stages to make full use of current satellite resources. In the stage of robust satellite scheduling, total task execution time is used as a robust indicator to obtain a satellite schedule with less imaging time. In other words, more imaging time is preserved for future emergent events. In the stage of dynamic adjustment, a compact task merging strategy is applied to combine both of existing tasks and emergency tasks into a composite task with least imaging time. Simulated experiments indicate that the proposed method can produce a more robust and effective satellite imaging schedule.

1. Introduction

Recently, earth observing satellites (EOSs) are widely used in applications for national defense, environmental protection, agriculture, meteorology, urban construction, and other fields. However, satellite resources are still scarce with respect to the increasing human demands for imaging. As a result, the process of satellite mission scheduling, which is used to allocate the observation resources and execution time to a series of imaging tasks by maximizing one or more objectives while satisfying certain given constraints, plays an important role in the management of satellites. The scheduling can be primarily divided into static scheduling and dynamic scheduling. The static scheduling assumes that all imaging tasks have been submitted before scheduling, and once the scheduling scheme is produced, it is immutable until all tasks have been finished. In practice, because of several unexpected factors, such as a thick cloud cover, resource changes, and new tasks arrival, the initial scheduling scheme must be adjusted dynamically; such scheduling is called dynamic scheduling. However, either static scheduling or dynamic scheduling is a complex combination optimization problem that has been proved to be NP-complete [1].

Over the last several decades, development of methods to perform satellite mission scheduling has been intensively investigated, most of which are focused on the static scheme. The algorithms to solve the problem can be mainly divided into exact methods and approximate methods. The approximate methods include the intelligent optimization algorithms and rule-based heuristic algorithms. The exact methods, such as dynamic programming, the branch-and-bound algorithm, and the Russian Doll Search, were used mostly at the early stage of satellite scheduling. Verfaillie et al. viewed earth observation satellite scheduling as a valued constraint satisfaction problem and developed the Russian Doll Search to solve it [2]. Ovacik and Uzsoy decomposed the scheduling problem into many subproblems and solved these subproblems to the optimality by a branch-and-bound algorithm [3]. Bensana et al. applied a number of global search approaches, including the depth first branch-and-bound algorithm, the best first branch-and-bound algorithm, and the Russian Doll Search, to obtain the solution for the Spot5 daily scheduling problem [4]. The exact methods can provide optimal solutions. However, these exact methods can only solve small-scaled problems. The approximate methods, that is, the intelligent optimization algorithms and rule-based heuristic algorithms, are aimed at identifying good solutions that may not be optimal. The intelligent optimization algorithms primarily included the Tabu search algorithm, the genetic algorithm, the evolutionary algorithm, simulated annealing, the Lagrangian relaxation technique, and the hybrid ant colony optimization method. Vasquez and Hao translated the scheduling problem into the well-known knapsack model. They proposed a Tabu search algorithm to solve the model [5]. Bianchessi et al. investigated the scheduling problem for a constellation of agile satellites. A Tabu search algorithm was devised to produce solutions [6]. Baek et al. applied a new genetic algorithm for simulations of an actual satellite mission scheduling problem [7]. Mansour and Dessouky developed a genetic algorithm for solving the scheduling problem using a new genome representation for maximizing multicriteria objectives including the profit and the number of acquired photographs [8]. Globus et al. hypothesized that evolutionary algorithms can effectively schedule coordinated fleets of earth observing satellites and compared the evolutionary algorithm and other methods to test the hypothesis [9]. Wang et al. proposed a multiobjective EOS imaging scheduling method based on the Strength Pareto Evolutionary Algorithm-II [10]. Lin et al. adopted the Lagrangian relaxation and linear search techniques to solve the daily imaging scheduling problem to acquire a near-optimal solution [11]. Wu et al. proposed a hybrid ant colony optimization mixed with local search to obtain satisfactory schedules to address the satellite observation scheduling problem [12]. Zhang et al. presented an algorithm for a multisatellite control resource scheduling problem based on ant colony optimization [13]. These intelligent algorithms, as mentioned above, can be used to obtain near-optimal solutions for large size problems. In addition, rule-based heuristic algorithms have been used to solve the satellite scheduling. Hall and Magazine designed eight heuristic methods for selecting and scheduling projects to maximize the value of a space mission. The computational tests revealed that these methods routinely delivered very close to optimal solutions [1]. Wang et al. presented a nonlinear model of the scheduling problem and developed a priority-based heuristic with conflict-avoided, limited backtracking and download-as-needed features to solve it. They found the heuristic method can produce satisfactory and feasible plans in a notably short time [14]. The rule-based heuristic methods are more flexible approaches to obtain satisfactory solutions that are close to optimal solutions. To summarize, the approximate methods can provide near-optimal solutions to large-scaled problems.

However, all of the above research studies only focused on common tasks in a static environment. Once a schedule is made, it cannot be changed, which is not feasible in dynamic environment. For example, when an earthquake occurs, new emergency tasks with high priority are very difficult to insert into the scheduling scheme. Therefore, determining how to schedule new tasks dynamically is critical. The general method of recent research is to produce a temporary schedule and then to adjust the schedule as quickly as possible while maintaining the efficiency and stability of the schedule as well. Verfaillie and Schiex modeled the dynamic satellite scheduling as a dynamic constraint satisfaction problem. They proposed a new method by reusing any previous solution and producing a new one by local changes on the previous one [15]. Wu et al. used a hybrid ant colony optimization method mixed with iteration local search to obtain a schedule. Next, they proposed a repair method to schedule emergency tasks [16]. Qiu et al. decomposed scheduling horizon into a series of static scheduling intervals and used a rolling horizon strategy to optimize the scheduling schemes in each interval [17]. Sun et al. described the dynamic scheduling problem as a dynamic weighted maximal constraint satisfaction problem in which constraints can be changed dynamically [18]. Wang et al. analyzed the dynamic properties of satellite scheduling and proposed two heuristic algorithms to schedule new tasks [19]. Wang et al. described the dynamic scheduling problem with a unified form of inserting new tasks. Concentrating on how to insert new tasks in initial schedule, they proposed a rule-based heuristic algorithm [20]. Wang et al. focused on how to insert new tasks dynamically in a schedule. These researchers presented a new dynamic real-time scheduling algorithm considered a task dynamic merging strategy [21].

Unfortunately, to the best of our knowledge, no work has been done with respect to the duration of task execution. In addition, less work considered a task merging mechanism in dynamic scheduling. Although some traditional merging methods were studied in a few of previous researches [12, 2225], these methods did not take into account the duration of task execution. As is known, the duration of task execution indicates how long an imaging task must be observed practically. Since the length of the available visible time windows must be larger than the duration of the task, there often exists some unnecessary time to finish the task. With the consideration of the duration of task execution, more spare time in the schedule will exist, which may provide more imaging opportunities for new tasks. In addition, the task merging strategy using the duration of task can improve the number of tasks for the satellite to finish, thereby enabling many more new tasks to be assigned to an initial schedule.

In this paper, we present a novel two-stage method for dynamic scheduling of earth observation satellites to address emergent events by making full use of the duration of imaging task execution. The method is comprised of two stages: robust satellite scheduling and dynamic adjustment. In the first stage, we establish a robust satellite scheduling model that accounts for the total task execution time and use the multiobjective genetic algorithm NSGA-II to create feasible initial schemes. In the second stage, we adjust the robust solution to insert new tasks. The dynamic adjusting rule-based heuristic algorithm (CTM-DAHA) is designed to get a satisfactory schedule which generates high revenue and little disturbance. To improve the imaging efficiency as much as possible, we propose to embed a compact composite task merging method that considers task execution time into the algorithm.

The major contributions of this paper are summarized as follows. For the first time, the total task execution time is regarded as an indicator to evaluate the robustness of the scheduling schemes. A compact task merging method that considers the duration of task execution is embedded into the dynamic scheduling algorithm.

The remainder of the paper is organized as follows. The dynamic scheduling problem as well as the two-stage solution framework is described in Section 2. In Section 3, we present the robust satellite scheduling model and algorithm. In Section 4, we propose a new heuristic algorithm considering a compact task merging mechanism to dynamically adjust the initial schedule. In Section 5, we conduct experimental simulations and compare different algorithms used for scheduling. We conclude the paper with a summary in Section 6.

2. Problem Formulation

In current section, we will firstly introduce the process of satellite observation and task merging method in brief. Then we describe the problem of dynamic scheduling oriented emergent events. Moreover, the framework of two-stage dynamic scheduling method is presented.

2.1. Description of Satellite Observation

The satellite scheduling amounts to a reasonable arrangement of satellites, sensors, time windows, and sensor slewing angle for observation tasks to maximize one or more objectives, for example, the overall observation profit, when subject to related constraints. As shown in Figure 1, the EOS operates in space in a certain orbit. When the EOS flies over the target area, its sensor is opened to take the image. We assume that the sensors of the EOSs considered in our study are able to slew laterally. A target is termed as a task in this paper. As the imaging process will last a few seconds, it will produce a strip that covers the target. The strip of EOS can be formed on the ground by the subsatellite point of satellite as well as the field of view of the sensor, the slewing angle of the sensor, and the observation duration. The observation duration indicates how long an imaging task must be observed practically. It depends on the satellite’s travelling speed, the sensor’s scanning speed, and the ground strip to be scanned. A task must be imaged by the satellite within the available time windows. Taking as an example task , at the moment , task begins to appear in the scope of the EOS, and, with the movement of the EOS, disappears at the moment . Therefore, the EOS can observe task between and ; that is, is a time window of . The time windows (as well as slewing angle) between the satellite and the task can be computed based on orbit parameters. Because the length of the available visible time window must be larger than the duration of the task, there exists unnecessary time within the window to finish the task. With the consideration of the duration of task execution, more spare time in the schedule will exist, which may provide more imaging opportunities for new tasks. Therefore, we view the duration of task execution as an important factor.

If two or more targets are geographically adjacent, we can rationally tune the slewing angle and the observation duration of the sensor to enable an observation strip to cover them. In other words, multiple tasks can be merged into a composite task. Tasks and can be merged and completed by one observation activity just as Figure 1 shows. Although there are some traditional merging methods in a few previous researches which considered a task merging mechanism [12, 2225], the duration of task execution, to the best of our knowledge, is out of consideration. By considering the duration of task execution, we propose a new compact task merging method to construct the so-called compact composite tasks in this paper. Specifically, a compact composite task is characterized by the smallest slewing angle, the shortest duration of task execution, and the most compact time window. We describe the details of compact task merging method in Section 4.2.

2.2. Dynamic Scheduling

The static scheduling problem is focused on common tasks, which primarily are periodic in a static environment. Once a schedule is made, it cannot be changed until all of the scheduled tasks are completed. Compared to the problem of static satellite mission scheduling, dynamic scheduling oriented emergent events means that there are a number of emergency tasks that must be allocated dynamically. Dynamic scheduling is a more complex combination optimization problem. A general solution to the problem is dynamically adjusting the initial scheduling scheme which is generated in advance to produce a new schedule containing new tasks. In addition to the objective of high revenue, we have to consider the robustness of the scheduling scheme . Usually the dynamic scheduling problem needs to satisfy two objectives: to maximize the revenue and to minimize the perturbation to the previous scheduling [19, 20].

To maintain high revenue of the adjusted scheduling scheme and to minimize the difference between the adjusted schedule and the initial schedule, we account for the robustness of the schedule and propose a two-stage method, which includes robust satellite scheduling and dynamic adjustment. In each stage, the duration of task execution is used.

As shown in Figure 2, the proposed approach to the dynamic scheduling of satellites consists of two stages: robust satellite scheduling and dynamic adjustment. In the robust satellite scheduling stage, we establish a robust satellite scheduling model with three objectives considering both revenue and robustness. Two of the objectives are related to robustness: optimization of the total task execution time and optimization of the neighborhood-based robust indicator. To solve the model, the multiobjective genetic algorithm NSGA-II is used to obtain robust solutions. In the dynamic adjustment stage, with the arrival of emergency tasks, we dynamically adjust the initial scheduling scheme generated in the first stage. Four methods are used to insert new tasks: compact task merging considering the duration of task execution, direct insertion, insertion by rearranging, and insertion by deleting. Finally, a rule-based heuristic algorithm is designed to get the adjusted scheduling scheme .

3. Robust Satellite Scheduling

Focusing on the common tasks, the robust satellite scheduling model considering both revenue and robustness is constructed in the first stage. It is worth mentioning that we view the total task execution time as another objective to evaluate the robustness of schedule. The multiobjective genetic algorithm NSGA-II is applied to solve the model to get feasible initial schedules.

3.1. Model

Given a set of imaging tasks on multiple satellites, a satellite scheduling scheme consists of a subset of tasks to be executed on specific satellites with specific time spans by maximizing objectives while simultaneously satisfying some given constraint conditions. As a result, the satellite scheduling problem usually consists of five parts: tasks, satellite resources, opportunities, objectives, and constraints. In the first stage, the robust satellite scheduling model built in the paper consists of three objectives, that is, maximum revenue , maximum value of the neighborhood-based robust indicator , and minimum total duration of task execution , and four constraints, that is, uniqueness constraint, switch time constraint, time window constraint, and imaging time constraint.

(1) Tasks. Consider , where is the number of tasks. Each task has a weight , an indispensable duration of task execution . We assume that all tasks are point targets; that is, each target is viewed as a point that can be observed by a single observations trip.

(2) Satellite Resources. Consider , where is the satellite number. Each satellite can be denoted by to describe its observation capability. The related notations are defined as follows:: the field of view (FOV), which describes the angle range that a lens of the sensor can image;: the longest duration allowed for a continuous observation;: slewing rate, that is, the time consumed for each angle of satellite slewing;: attitude stability time, which describes the required time after adjusting the posture of satellite ;: maximum slewing angle, which reflects the observation capability of the satellite ;: the duration satellite that circles the earth each time;: the longest time for satellite opening its sensor in each orbit.

(3) Available Opportunities. The opportunities include time windows and slewing angles. is the set of available opportunities of task on satellite . For a given available opportunity , it is represented by , where and denote the start time and end time, respectively, of the time window and is the ideal slewing angle, as depicted in Figure 1. is the set of time windows of task on satellite .

(4) Objectives. There are three objectives, that is, maximum revenue , maximum value of the neighborhood-based robust indicator and minimum total duration of task execution , in the robust scheduling model built in the paper.

The primary objective is to maximize the revenue measured by the sum of weights of all the scheduled tasks where is the decision variable that can be either 1 if the task is executed by the satellite in the th time window or 0 otherwise.

Let be the parameter that indicates whether the task can be rearranged in another timeslot

The second objective is called the neighborhood-based robust indicator [26]. We define this objective as the total revenue of the scheduled tasks that can be reassigned into other timeslots in the schedule. This objective measures the ability of a scheduling scheme to rearrange the scheduled tasks. The higher the value of the neighborhood-based robust indicator, the more the possibility for the rearrangement of the scheduled tasks. Therefore, we maximize the value of the neighborhood-based robust indicator

Moreover, another robust indicator is the total task execution time. This indicator can reflect the ability of a scheduling scheme to accept new tasks. If the total task execution time is shorter, then there will be more spare time that may provide more imaging opportunities for new tasks. Thus, the last objective is to minimize the total duration of the scheduled tasks

(5) Constraints. In addition to achieving the objectives, four constraints must be simultaneously satisfied in the model.

Because each task should be performed no more than once by all satellites, therefore, we have the following uniqueness constraint:

Any two consecutive tasks assigned to the same satellite should have an adequate transmission time for sensor adjusting and stabilizing gesture. Therefore, we have the switch time constraintwhere denotes the beginning time of task and denotes the transmission time between tasks and .

The decision variable indicates whether the task is executed. For each scheduled task in , its beginning time and slewing angle must be determined. All the scheduled tasks form a scheduling scheme , where is a sequence of the scheduled tasks ordered in time for satellite . Because the length of the time window of a task must be larger than the duration of the task, the start time of the task is flexible. The beginning time usually ranges from the earliest start time to the latest start time. Taking as an example task , the start time is related to the time window, the prior task and the next task of in the sequence , as shown in Figure 3. We assume that the available opportunity is chosen to arrange task . Thus, the slewing angle of the task is and the start time of the task is , where is the earliest start time and is the latest start time.

If any task is executed, then the execution time should be within its time windows. Hence, we have time window constraint

The total imaging time of any satellite should be less than the allowable longest imaging time of its sensor during any period time of . Let the scheduling period be . Hereby, we have the imaging time constraintwhere denotes a sequence of scheduled tasks on satellite which flies during the time span , where .

3.2. Multiobjective Genetic Algorithm

To address the multiobjective optimization model, the multiobjective genetic algorithm NSGA-II is used in this paper. NSGA-II is a multiobjective genetic algorithm that is based on the Pareto front. The algorithm has a clear direction for the selection of the elite, which must be retained in each generation so that the groups converge rapidly and are distributed evenly.

Firstly, we make clear some terms that will be referred to in the algorithm. Considering the multiobjective minimization problem in the general form, we define the following definitions [27].

Definition 1 (Pareto dominance). Vector superior to vector means that has , and makes record as , also called vector dominating vector .

Definition 2 (Pareto optimality). The idea that a candidate solution is the optimal solution of Pareto means that makes . is a -dimensional decision variable in the decision space, and is an objective space.

Definition 3 (Pareto optimal set). Consider

Definition 4 (Pareto front). Consider

Definition 5 (nondominated sorting). Population is divided into different Pareto fronts depending on the dominance degree. Individuals in each subpopulation are noninferior solutions of this subpopulation. No individual is more dominant than the other individuals. The set of the first front is that is the best nondominated set in population . The secondary nondominated set in population belongs to , and so on.

Definition 6 (crowding distance). The crowding distance approaches aim to obtain a uniform spread of solutions along the best-known Pareto front without using a fitness sharing parameter. We compute the crowding distance as follows [28].
Step 1. Rank the population and identify the nondominated fronts . For each front , repeat Steps 2 and 3.
Step 2. For each objective function , sort the solutions in in the ascending order. Let and represent the th solution in the sorted list with respect to the objective function . Assign and , and for assignStep 3. To find the total crowding distance of a solution , sum the solution’s crowding distances with respect to each objective, .

After clarifying these definitions, we describe the components of our algorithm: the coding, the initialization population algorithm, and the genetic operators, that is, the selection operator, the crossover operator, and the mutation operator in the following.

(1) The Coding. The proposed chromosome representation is comprised of a number of genes which is a permutation list of the candidate tasks. The first gene and the last gene on a chromosome are virtual tasks, which are used to mark the position where the chromosome begins and ends. Each gene holds a constant structure to store the information of the corresponding task (Figure 5). Take, for example, the task 7 on chromosome 2. As shown in Figure 4, the allele values of 7, 12908, 12949, 12908, 12927, 19, 3, and 2 represent the task ID, the start time of the time window of the task, the end time of the time window of the task, the start observing time of the task, the finish observing time of the task, the duration of the task, the previous task, and the next task, respectively.

(2) Initialization Population Algorithm. We use a random generation strategy to generate the initial population.

Step 1. Initialize the task ID and individual ID . Set as the size of population and as the number of tasks.

Step 2. Initialize the first individual and then randomly sort the task set.

Step 3. Select task as a candidate.

Step 4. Set the number of time windows of task on all satellites as . If , then go to Step 7; else randomly sort the time windows of task . Set .

Step 5. Select as a candidate; if satisfies constraints (6)–(8), then insert it into , update the start time and finish time of task in , and then go to Step 7.

Step 6. Let ; if , then go to Step 5.

Step 7. Let ; if , turn to Step 8; else, turn to Step 3.

Step 8. Let ; if , then set and go to Step 2; else end the initialization.

(3) Selection. We use the tournament selection operator to select two individuals from the population. Next, the individual that dominates the other is selected.

(4) Crossover. We use single-point crossover as a means to mate the parent chromosomes. Single-point crossover selects a locus in the two parent chromosomes, which is called the crossover point. In the paper, we select the first gene on the second chromosome as a crossover point. After this point is chosen, the string of genes prior to the crossover point in parent chromosome 1 and parent chromosome 2 is transposed. If there are two identical genes on the offspring chromosome 1 and the offspring chromosome 2, then the gene that is located on the offspring chromosome 1 is deleted. Compared to the parent chromosome, some of the missing genes are inserted into the offspring chromosome. Figure 6 shows an example of the crossover.

(5) Mutation. According to the property that a task may have multiple available opportunities, we design the single-point mutation operator. In the algorithm, the mutation probability is set to 0.01. The process of the mutation operation on a chromosome is described as follows.

Step 1. Sort the sequence of tasks in task set randomly and then take the serial number of the task in the queue in order.

Step 2. Compute the number of available opportunities for task .

Step 3. If , then and go to Step 2.

Step 4. If there exists task on the chromosome, then check if it can be rearranged to another position. If it can be moved, then rearrange it to the other position; else remove it from the chromosome. End.

Step 5. If task is not located on a chromosome, attempt to insert the task into the chromosome. If successful, then end; else and go to Step 2.

Finally, the process of the multiobjective genetic algorithm is given as follows [29].

Step 1. Set the parameters of the population size , the maximum number of iterations , and the current number of iteration times . Design the individual genetic code of the solution. Randomly generate initial population .

Step 2. Conduct the selection, crossover, and mutation operators on population to generate new populations . Set , and set the counter .

Step 3. Conduct nondominated sorting on populations and obtain the Pareto front of .

Step 4. Let , .

Step 5. If , then go to Step 4; if , then go to Step 7.

Step 6. Calculate the crowding distance of individuals in . Next, select noninferior individuals according to the ascending order of the crowding distances. The number of selected individuals is , where .

Step 7. Let ; if and , then go to Step 2.

Step 8. Output the nondominated Pareto solutions and then decode them.

Using the multiobjective genetic algorithm NSGA-II, we obtain feasible initial schedules. Each schedule is the sequence of tasks ordered in time for the EOSs.

4. Dynamic Adjustment

The initial schedule, which is produced in the first stage, needs uploading. The interval time between schedule building and uploading depends on the practical needs. Suppose a number of emergency tasks arrive after the schedule uploading. In this case, the initial schedule must be adjusted. A new schedule is made by adjusting the initial scheduling scheme dynamically with the arrival of new emergency tasks. The process of adjustment is the second stage of satellite dynamic scheduling. When dynamically adjusting the initial schedule, the solution stability is an important problem. Although we can completely reschedule the initial scheme to obtain the optimal income, it may result in the phenomenon of  “shock” for the scheme. To minimize the disturbance to the initial scheme while maintaining high revenue, we designed a rule-based heuristic algorithm. For the purpose of increasing the number of scheduled tasks, a novel compact task merging method considering the duration of task execution is proposed.

4.1. Rule-Based Heuristic Algorithm

In the stage of dynamic adjustment, with the arrival of new emergency tasks , we expect that the optimal solution satisfies two objectives: maximum revenueand minimum difference between the adjusted schedule and the initial schedule while satisfying the four constraints which are represented by (5)–(8).

When assigning dynamic tasks to a schedule, besides high revenue, schedule stability is very important. In practice, satellite scheduling is a complicated process. A certain amount of time is required to upload an instruction to a satellite with special equipment within limited visible time windows [19, 20]. Once the scheduling scheme is modified on a large scale, there may be a series of influences on the decision of users. Although higher revenue may be obtained by complete rescheduling, the excessive changes may cause substantial operational issues. In addition, such excessive changes may lead to a large-scale adjustment for the scheduling scheme, which results in the phenomenon of “shock” for the scheduling scheme.

The two objectives of the algorithm are incompatible to some extent. That is, the adjusted schedule that has the maximum revenue may differ greatly from the initial one. To achieve satisfactory solutions, the rule-based heuristic algorithms are feasible algorithms. Therefore, in this paper, we design a dynamic adjusting rule-based heuristic algorithm considering compact task merging (CTM-DAHA). To accommodate the new tasks into the initial schedule, four methods are used: task merging, direct insertion, insertion by rearranging, and insertion by deleting. Figure 7 shows for a given new task how to insert it into the schedule.

The design of the heuristic rules of CTM-DAHA is as follows.

Heuristic rule 1: select a new task from to insert according to the needs of the tasks from high to low. The need of an observation task indicates how badly the task needs to be performed [30]. The need is defined as

Heuristic rule 2: if there is more than one time window of a new task, then select time windows to perform the task according to the contention, ranked from low to high.

For a given time window , we could measure the contention by counting the number of tasks that need that time window, weighted by the weights of the tasks:where is the set of tasks that could be performed at any moment within time window and is the weight of the tasks .

Heuristic rule 3: for a given task, if its multiple time windows have the same contention, then select the time window according to the associated slewing angle, ranked from small to large.

Heuristic rule 4: for a given task, if its multiple time windows have the same contention and the associated slewing angles are equal, then select the time window that has the earliest start time.

Heuristic rule 5: for a given task associated with a time window, there are four methods that can be used to schedule the task into the initial schedule: insertion by task merging; direct insertion; insertion by rearranging; insertion by deleting.

(1) Insertion by Task Merging. For a given task, we first determine if it can merge with any other existing task in the schedule. As shown in Figure 8, new tasks and can be constructed as a compact composite task on satellite .

(2) Direct Insertion. When task merging fails, the task will be inserted into a free timeslot directly if it does not conflict with any other task in the time window. As shown in Figure 9, task can be inserted directly.

(3) Insertion by Rearranging. When inserting a new task directly fails, conflicts with one or more scheduled tasks in a specific time window . The set is defined as the conflicting tasks of task . If each task can be rearranged in another timeslot, then the task can be inserted into the time window . To rearrange conflicting tasks, we employ the repair search method [18]. As shown in Figure 10, task conflicts with scheduled task on . Task is reassigned on another timeslot on and task is inserted on in the schedule.

(4) Insertion by Deleting. When inserting a new task by rearranging fails, if the property of is larger than the total properties of the conflicting tasks, then the new task is assigned while the conflicting tasks are removed from the schedule. As shown in Figure 11, is removed from the schedule and is assigned.

The procedure of the rule-based heuristic algorithm is described as in Algorithm 1.

() sort the new emergency task set according to the needs of the tasks
() for all , do
() for all , do
() compute all available opportunities for task on satellite
() end for
() compute the number of available opportunities for task
() end for
() while do
() set
() take the serial number of the first task in the queue
() if do
()  calculate contention()
()  sort the set based on Heuristic rule 2, rule 3, and rule 4
() end if
() for do
()  for all scheduled tasks in do
()   if can be merged with the time window of a scheduled task
()   construct a compact composite task between and
()   remove task from
()   goto step ()
()   end if
()  end for
() end for
() for do
()  if can be inserted into directly do
()    insert and determine the earliest start time and the latest start time of
()    remove task from
()    goto step ()
()  end if
() end for
() for do
() for all scheduled tasks in do
()  if can be inserted into by rearranging the conflict-tasks
()   rearrange the conflict-tasks in
()   insert and determine the earliest start time and the latest start time of
()   remove task from
()   goto step ()
() end if
() else
()  if the weight of is larger than the total priorities of conflict-tasks
()    remove the conflict-tasks of from
()    insert and determine the earliest start time and the latest start time of
()    remove task from
()    goto step ()
()  end if
()  else
()  remove task from
()  goto step ()
()  end for
() end for
() end while

4.2. Compact Task Merging Method

If two or more targets are geographically adjacent, we can rationally tune the slewing angle and the observation duration of the sensor to enable an observation strip to cover them. In other words, the tasks in the same swath of a sensor may be merged into one composite task. For the purpose of improving the imaging opportunities of the new tasks, a task merging strategy is required. By considering the duration of task execution, we employ a new compact task merging method to construct the so-called compact composite tasks in this paper.

When a task merging mechanism is embedded into the schedule scheme, we must judge when two tasks can be combined into a composite task and determine how to construct a composite task.

Suppose there are two tasks and that could be imaged by satellite . And is an available opportunity of task . Accordingly, is an available opportunity of task .

According to the traditional merging idea, two tasks and can be combined into a composite task if and only if the following condition must hold [12, 2225]:where and are the longest open time and field of view of sensor on satellite , respectively. The time window and slewing angle of composite task are calculated as

We call these tasks metatasks if they can be combined into one composite task. The composite task obtained by the above task merging method is traditionally characterized as the union of visible time windows and mean of slewing angles of its metatasks. Since the length of a visible time window must be larger than the observation duration of task, there often exists some unnecessary time to finish merged tasks according to the traditional task merging strategy. Therefore, the duration of task execution is an important factor in task merging. By considering the duration of task execution, we employ a new compact task merging method.

Without loss of generality, between two tasks and , the window start time of task is assumed to be not later than that of task in the following.

Theorem 7. Two feasible tasks and can be combined into a compact composite task if and only if they satisfyEquation (18) is time window constraint. As shown in Figure 12(b), we illustrate the case that two time windows of tasks have intersection. In fact, three types of temporal relationships exist between the time windows of two tasks, that is, disjoint, intersected, and containing. The details are presented in Section 2 in Supplementary File (see Supplementary Material available online at http://dx.doi.org/10.1155/2015/731734).
Equation (19) is slewing angle constraint. It is shown in Figure 12(a) that tasks and must be located in the same swath of the sensor.

Theorem 8. If two feasible tasks and can be merged into a compact composite task , then its time window should range fromtoand its indispensable duration of task execution should beand the slewing angle is given by

Proof. Please refer to Sections 2 and 3 of the Supplementary File for the detailed proof.

5. Experimental Simulation and Discussion

In this section, we test our model and algorithm by experimental simulations. For convenience, the robust satellite scheduling model with three objectives proposed in our paper is called RSSM3, while the robust satellite scheduling model without the objective of total task execution time is called RSSM2.

RSSM3 is the robust satellite scheduling model that consists of three objectives: the maximum revenue , the maximum value of the neighborhood-based robust indicator , and the minimum total duration of task execution .

RSSM2 is a robust satellite scheduling model that consists of two objectives: and .

In the first stage, we use RSSM3 and RSSM2 to generate two sets of feasible solutions. Furthermore, we select the solution of RSSM2 as the initial scheduling scheme and one of the feasible solutions of RSSM3 as the initial schedule . In the second stage, to demonstrate the advantage of total execution time, and are adjusted using CTM-DAHA. To evaluate the advantage of compact task merging method, we use CTM-DAHA and TTM-DAHA, respectively, to adjust .

TTM-DAHA is dynamic adjusting heuristic algorithm considering traditional task merging. Compared to CTM-DAHA, the algorithm uses traditional task merging strategy to construct composite tasks.

5.1. The Design of Experiment

To evaluate performance of the proposed method, we simulate two satellites to accomplish imaging tasks. Each satellite circles the earth approximately 100 min each time. Each satellite loads one sensor which can slew laterally over the angular range of . Some parameters of the two satellites are presented in Table 1. The scheduling horizon is 24 h. In addition, we assume the maximum time for each satellite opening its sensor once is 60 seconds and the longest imaging time in any period time of is 150 seconds.

We simulate 200 common tasks which are randomly generated in the surface of the earth. Three group emergency tasks are given different size: 20, 40, and 60. Without loss of generality, the priorities of all tasks are randomly distributed in . The weight and duration of each task are shown in the appendix of the paper.

The scheduling period considered is 7 March 2014 12:00:00.000 UTCG~8 March 2014 12:00:00.000 UTCG. Before scheduling we compute the time window and slewing angle for each task using STK (Satellite Tool Kit). The time window is removed if its span is shorter than the duration of the corresponding task.

5.2. The Simulation Result
5.2.1. The Initial Scheduling Scheme

The feasible solutions that are obtained by RSSM3 and RSSM2 are shown in Figure 13.

We describe all the solutions of RSSM2 and RSSM3 in two-dimensional space and three-dimensional space, respectively. From Figure 13, RSSM2 is found to generate only one solution, while RSSM3 is found to produce multiple solutions because of the added objective of total task execution duration. In addition, the solution of RSSM2 that has the highest revenue may not be the best because it requires the longest duration of task execution.

We select the solution (; ; ) of RSSM2 as initial scheduling scheme and the solution (; ; ) from the solutions of RSSM3 as the initial scheduling scheme .

5.2.2. The Adjusted Scheduling Scheme

In the second stage, with the arrival of the three group emergency tasks, we use CTM-DAHA to adjust and so as to obtain new schedules , , and , , and , respectively. The new schedules , , and are produced through adjustment of by TTM-DATA.

The simulation results are presented in Table 2.

5.3. Discussion

In the first stage, we obtain different solutions using RSSM3 and RSSM2, respectively. As shown in Figure 13, there is only one feasible solution generated by RSSM2 while RSSM3 can provide multiple solutions.

When there are 20 emergency tasks, produces the higher revenue compared with . In addition, the disturbance of is lower than that of . As a result, RSSM3 can produce a schedule with high robustness as well as large revenue. The result proves that the objective of total task execution time is a useful robust indicator. Comparing with , has the larger revenue and more numbers of merging tasks with shorter imaging time and a smaller slewing angle. This result indicates that more tasks can be merged by the compact task merging method with lower energy cost.

When there are 40 emergency tasks, is found to have higher revenue and less disturbance compared with . It indicates that the total task execution time is indeed a robust indicator that can reflect the ability of a scheduling scheme to accept new tasks. If the total task execution time is shorter, then there will be larger spare time which may provide more imaging opportunities for new tasks. In contrast with , contains more emergency tasks that are inserted by compact task merging. This result proves that the strategy of compact task merging has advantage over the existing traditional method. The compact task merging method can improve the chance of merging multiple tasks.

When there are 60 emergency tasks, the superiority of RSSM3 appears to be more obvious. The disturbance of is much lower than that of . This result supports the conclusion that the total task execution time is a useful robust indicator that can improve the robustness of schedules. Moreover, the compact task merging method can improve the chance of merging multiple tasks.

6. Conclusion

To address the dynamic scheduling problem of satellite observations, we constructed a two-stage solution for emergency response in the paper. The imaging duration is embedded in the two-stage solution in order to make full use of the satellite resources. In the first stage, the robust satellite scheduling model is established considering a new robust indicator of the total task execution time. The multiobjective genetic algorithm is used to solve the model. In the second stage, we proposed a new strategy to construct compact composite tasks using task execution duration. The compact task merging method is embedded in the rule-based heuristic algorithm, which is designed to adjust the initial schedules dynamically. To evaluate our model and algorithm, we performed experiments and compared the scheduling schemes generated by different methods. The results of experimental simulations validate the impact of the task execution duration. The comparisons and analysis performed in this study demonstrated that the duration of task execution is an important factor. When the total duration of task execution is an objective for optimization of the scheduling, it can improve the robustness of the produced schedules. Moreover, when the task execution duration is used in the compact task merging method, it can improve the observation opportunity of new tasks. Therefore, we conclude that the task execution duration has considerable significance for full utilizing of satellite resources.

Appendix

In the appendix, the experimental data of common tasks and emergency tasks are shown in Tables 3 and 4.

Tables 522 show the adjusted common tasks and inserted new tasks in schedules produced by different methods.

For the sake of simplifying the expressions, “TM,” “I,” “IR,” and “ID” denote the four ways, that is, insertion by task merging, direct insertion, insertion by rearranging, and insertion by deleting to insert new tasks. Besides, the adjusted common tasks are either rearranged “R” or deleted “D”. The time (the earliest start time/the latest start time) is represented by the time span (in seconds) between real time and 7 March 2014 12:00:00.000.

Conflict of Interests

The authors declare that there is no conflict of interests regarding the publication of this paper.

Acknowledgments

This work is supported by the National Basic Research Program of China (no. 2011CB707102), the Program for New Century Excellent Talents in University (no. NECT-11-0039), and the National Key Technology Research and Development Program of the Ministry of Science and Technology of China (no. 2012BAH27B01 and no. 2012BAH27B03).

Supplementary Materials

The Supplementary Material presents the compact task merging method in satellite scheduling in detail. In the material, the constraints of task merging, including the slewing angle related constraint and the time window related constraint are given. Moreover, the method of calculations for the time window and slewing angle of a compact composite task is presented.

In section 1, the compact task merging method is proposed. In section 2, the sufficient and necessary condition when two tasks can be merged is proved by enumerating the relationship between the two tasks' time windows and durations of task execution. In section 3, the slewing angle of a compact composite task is proved to be smallest one among all of the possible imaging strategies. In section 4, a strategy regarding the construction of multiple meta-tasks to a compact composite task is introduced.

  1. Supplementary Material