Next Article in Journal
Study on the Role of Inflammatory Markers and Type D Personality on Symptom Profiles and Severity in Patients with Major Depressive Disorder
Previous Article in Journal
Adaptive Relay Selection Scheme by Using Compound Channel
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

An Efficient Local Search Heuristic for Earth Observation Satellite Integrated Scheduling

Colledge of Systems Engineering, National University of Defense Technology, Changsha 410004, China
*
Author to whom correspondence should be addressed.
Appl. Sci. 2020, 10(16), 5616; https://doi.org/10.3390/app10165616
Submission received: 1 July 2020 / Revised: 17 July 2020 / Accepted: 20 July 2020 / Published: 13 August 2020

Abstract

:
Earth observation satellites (EOSs) are taking a large number of pictures with increasing resolution which produce massive image data. Satellite data transmission becomes the bottleneck part in the process of EOS resource management. In this paper, we study the earth observation satellite integrated scheduling problem (EOSIS) where the imaging activities and download activities are considered integratively. We propose an integer linear programming model to formulate the problem. Due to the NP-hardness of the problem, we propose an efficient local search heuristic (ELSH) to solve problems of large size. ELSH uses a dedicated local search method to guarantee algorithm performance and efficient constraint handling mechanisms to guarantee algorithm efficiency. Numerical experimental results show that the algorithm demonstrates excellent performance on a set of benchmark instances. The ELSH achieves optimal results for all small-size instances (with 50 targets, two satellites, and three ground stations), and is very robust for large instances with up to 2000 targets. Moreover, the proposed ELSH easily dominates the state-of-the-art algorithm.

1. Introduction

Earth observation satellites (EOS) are playing an increasingly important role in economic development, disaster countering, surveillance, and many other fields for both military and civilian purposes [1,2,3]. Satellites take pictures by their optical devices and send the data back to the ground for various purposes. With the development of technology, the resolution of the satellite camera is getting higher and higher. The massive image data impose a heavy burden on the transmission of data from satellites to the ground. Therefore, it is important to consider data transmission when managing satellite imaging activities.
Satellites need more time to send the data back to the ground, and data transmission management is certainly an important part of the satellite scheduling. In reality, the scheduling of EOSs with separate considerations for imaging and data transmission is quite difficult because the two operations are highly coupled [4]. There are many studies on the scheduling of satellites, but few have considered the data transmission activities integrated with the imaging ones. Most studies consider data transmission and imaging activities individually. The data transmission plan is usually created after the plan of imaging activities is determined. The satellite scheduling problem is actually divided into two subproblems: imaging scheduling given a set of user requests and data transmission scheduling given an imaging plan. Such a scheme will be easily trapped in a local optimum and therefore influences the final outcome of the algorithm.
In this paper, we consider the earth observation satellite integrated scheduling problem (EOSIS), whose output is an imaging plan as well as a data transmission plan. We first provide an integer programming model to formulate the problem. As EOSIS is a very complicated problem and an exact approach can only solve problem instances of very limited size, we propose an efficient local search heuristic (ELSH) to solve the problem of realistic size. We also present numerical studies to illustrate the excellent performance of the proposed ELSH.
The rest of the paper is organized as follows. Section 2 presents a detailed literature review on relative topics. Section 3 is the problem description. The proposed ELSH is introduced in Section 4 and experiments are presented in Section 5.

2. Literature Review

The earth observation satellite scheduling problem has attracted intensive research attention over the last two decades. They mostly focused on the scheduling of imaging activities. Ref. [5] proved that the scheduling of earth observation satellites is an NP-hard problem and proposed three simple heuristic approaches to solve the problem. Ref. [6] proposed a branch and bound algorithm for onboard satellite scheduling, and Ref. [7] used branch and price to solve the imaging scheduling problem. These exact algorithms can only deal with small-sized problems. Ref. [8] considered a simplified version of the problem and formulated the problem as a MIP model. Ref. [8] introduced several useful cuts to accelerate the solving process.
Due to the complexity and problem scale, most studies investigate the application of heuristics and meta-heuristics to solve the problem, including genetic algorithm [9,10,11,12], adaptive large neighborhood search [13], and other heuristics [14,15,16]. For a review of the planning and scheduling techniques for the EOS scheduling problem, readers could refer to [17].
The satellite data transmission scheduling problem is somewhat less studied. [18] introduced the basic concept and characterisitcs of the satellite data transmission problem. [19] proposed to use a genetic algorithm to solve the problem, and [20] adopted an ant colony algorithm. [21] studied the case where satellites can communicate and transfer data with each other. [22] studied a multiobjective variation of EOSIS. The solution methods applied to this problem mainly focus on heuristics and metaheuristics, due to its NP-hardness nature.
There are few studies on the EOS integrated scheduling where imaging and data transmission are considered simultaneously. Ref. [23] proposed a two-phase genetic annealing method for the EOSIS problem, where a genetic algorithm and a simulated annealing algorithm are combined to solve the problem. However, general-purpose metaheuristics, without adaptation, are not able to perform well on such a complex problem. Dedicated heuristics are usually needed in order to achieve a satisfactory result.
The ELSH we propose adopts several dedicated operators to improve algorithm performance. An efficient constraint handling mechanism is also incorporated to guarantee algorithm efficiency.

3. Model

3.1. Problem Description

The scheduling of earth observation satellite is an NP-hard problem [5]; therefore, the EOSIS problem is also an NP-hard problem. Basically, satellites need to orbit around the earth and take pictures when they pass by a requested ground target. We call such a time interval when a requested target is visible to a satellite as a visible time window (VTW). Then, satellites download the image data to the ground when they pass by a ground station. Similarly, we define the time interval when a satellite is visible to a ground station as a download window (DW). The problem is defined by the following components:
  • a set of satellite resources A . Each satellite a is associated with an onboard memory capacity m a , an imaging data rate p a , a transmission data rate b a and a set of download time windows (DW) O a .
  • a set of user observation request R . Each request r is characterized by an observation profit p r , a minimal observation duration d r , and a set of visible time window (VTW) V t .
The EOSIS problem consists of selecting a subset of user requests and arranging observations within their available VTWs. The objective is to maximize observation profit without violating any constraint.

3.2. Mathematical Formulation

An observation activity is to be arranged within a VTW and a download activity within a DW. The basic elements of scheduling are VTWs and DWs. We use V to represent the union of available VTWs of all user requests and D to represent the union of all download windows. For simplicity, we define N = V D . A VTW i is associated with the feature of the corresponding request: p i , d i . p i is the profit, and d i is the minimum duration to accomplish the observation. For a satellite a to accomplish the request, the total occupied memory is the imaging data rate times imaging duration, d i p a . The total time required for downloading the image is d i p a b a . The start and end of a VTW or a DW i are denoted as s i and e i .
We use matrix H to identify the associated user request of a VTW and H i r equals 1 when VTW i is associated with request r, 0 otherwise. Matrix U indicates the associated satellite and U i a equals 1 if VTW i is associated with satellite a, 0 otherwise. As the VTW and DW are continuous time intervals, we discretize these time windows uniformly into K time points and we define K = { 1 , 2 , , K } . T T i j k is the time required for a EOS to maneuver from i to j, starting at the k t h time point of i.
We use the following decision variables to build our MIP model:
  • y i : is a binary variable that equals 1 if window i(VTW or DW) is included in the observation plan, 0 otherwise.
  • x i j : is a binary variable which equals 1 if a satellite reaches window j after i, 0 otherwise.
  • z i j k : is a binary variable which equals 1 if a satellite visits window j after i, leaving i at the k t h time point of i, 0 otherwise.
  • s i : indicates the time instant at which the observation or download activity at window i starts.
  • w i : indicates the memory level of a EOS at VTW i.
  • t l : indicates the transmission duration of a download activity l.
Given the above definitions, we present an integer linear programming (ILP) model for the EOSIS problem:
M a x i m i z e : i T p i y i
s u b j e c t t o :
j V x j i i V x i j = 0 , i N
i V H i r y i 1 , r R
k K ( z i j k T T i j k ) + d i + s i s j + ( 1 x i j ) M , i , j N
l i s i u i , i N
0 w j w i d i p a + ( 1 x i j ) M , i N , j V
w i + t l b a ( 1 x i j ) M w j w i + t l b a + ( 1 x i j ) M , i N , j D
k K z i j k = x i j , i , j N
j N x i j = y i , i N
The goal of the EOS scheduling problem is to maximize the total profit. Constraint 3 ensures the integrity and validity of the observation schedule. Constraint 4 indicates the fact that each target should only be observed once.
Time constraints is modeled by 5 and 6. Constraint 5 models the time consumed by maneuver operation and imaging process. Constraint 6 is the VTW constraint.
Memory constraints are modeled by 7 and 8. Constraint 7 models the memory consumed by imaging process. Constraint 8 models the change of onboard memory level by download activity.
Constraints 9 and 10 define the relationship between three binary decision variables.
Given the above ILP model, the preliminary experimental results showed that CPLEX is able to solve instances with very limited size given a time limit of five hours. To solve large-sized real-life problems, we resort to a heuristic local search method introduced in the next section.

4. An Efficient Local Search Heuristic for Earth Observation Satellite Integrated Scheduling

In this section, we present an efficient heuristic for satellite integrated scheduling. First, we introduce a fast evaluation mechanism where constraint violation can be identified and evaluated with O(1) complexity. Then, we propose a local search heuristic to solve the EOSIS problem. The fast evaluation mechanism serves as a core component to guarantee the efficiency of the algorithm.

4.1. A Fast Constraint Evaluation Mechanism

In [24] a fast constraint verification mechanism was proposed by introducing the concept of Valid Observation Time Interval (VOTI). The VOTI allows fast verification of VTW constraints for insertion operation. We extend this idea in the context of memory constraint and constraint violation so that the constraint can be verified and evaluated with O(1) complexity in case of violation.

4.1.1. VTW Constraint

In [24] the concept of Valid Observation Time Interval (VOTI) was proposed, which allows fast verification of the VTW constraint for insertion neighborhood in the context of satellite imaging scheduling. For each observation, its VOTI is a time interval during which at least one feasible observation start time is available without violating the VTW constraint of any other observations in the schedule.
We follow the definition of the VOTI proposed by [24] and denote it for a window v as [ E S ( v ) , L S ( v ) ] . [ E S ( v ) , L S ( v ) ] is the time interval during which the observation of v can start without violating the VTW constraint of any other observation in the schedule. For two consecutive windows v 1 and v 2 (VTW or DW), we define Transition ( v 1 , v 2 , t ) as the transition time from v 1 to v 2 when starting maneuvering at t. We define the violation in the VTW constraint of a schedule σ as T V ( σ ) . Then, for an insertion where v 2 is inserted after v 1 , the increased violation of VTW constraint, T V ( σ ) , and the violation level at v 2 are calculated as:
T V ( σ ) = m a x ( 0 , E S ( v 1 ) + d 1 + T r a n s i t i o n ( v 1 , v 2 , E S ( v 1 ) ) L S ( v 2 ) )
T V ( v 2 ) = T V ( v 1 ) + T V ( σ ) ,
where d 1 is the observation duration of v 1 . In this way, we can validate the VTW constraint in constant time and calculate the violation in the case of infeasibility.
For each pair of consecutive VTWs v 1 and v 2 , the concatenation v 1 v 2 also requires the updating of E S ( v 2 ) and L S ( v 1 ) . The rule is as follows:
E S ( v 2 ) = m a x ( l 2 , E S ( v 1 ) + d 1 + T r a n s i t i o n ( v 1 , v 2 , E S ( v 1 ) ) )
L S ( v 1 ) = m i n ( l 1 , L S ( v 2 ) T r a n s i t i o n 1 ( v 1 , v 2 , L S ( v 2 ) ) d 1 )
where T r a n s i t i o n 1 ( ) is the reverse function of T r a n s i t i o n ( ) . T r a n s i t i o n 1 ( v 1 , v 2 , L S ( v 2 ) ) returns the transition start time from v 1 , which makes the arrival time at v 2 equal to L S ( v 2 ) .
Each time a new VTW is inserted, it is necessary to update the value of E S ( v ) for each v before v 1 and the value of L S ( v ) for each v after v 2 . Note that, if a VTW violation is related to a VTW, v, then [ E S ( v ) , L S ( v ) ] is reduced to a number and E S ( v ) = L S ( v ) .

4.1.2. Memory Constraint

The evaluation of memory constraint is relatively easy since it is not related to transition activity. Let M ( v ) be the memory level at current window v and M V ( v ) be the violation of memory constraint. For an insertion which inserts v 2 after v 1 , the memory level and violation at v 2 can be calculated as
M V ( v 2 ) = M V ( v 1 ) + M V
M ( v 2 ) = M ( v 1 ) M C + M V
where M V = m a x ( 0 , M C M ( v 1 ) ) . MC is the memory consumed by v 2 . M C = d 2 p a if v 2 is an observation window. Note that download activity inevitably increases the memory level onboard and M C = t l b a (negative value) if v 2 is a download window.

4.2. Evaluation of a Schedule

Given the above feature values, we can evaluate a schedule σ easily as:
E v a ( σ , c ) = v σ p v + c ρ 1 T V ( σ ) + c ρ 2 M V ( σ )
where ρ 1 , ρ 2 are penalty parameters and c is a penalty parameter multiplier. The evaluation of a schedule is the sum of the total profit and penalties on constraint violation and resource consumption. In this way, we can evaluate an insertion with O(1) complexity and improve the efficiency of our algorithm.

4.3. An Efficient Heuristic for EOS Integrated Scheduling

In this section, we present an efficient heuristic for the EOSIS problem. We first introduce its general framework and then several main components.

4.3.1. General Framework

The proposed heuristic is essentially a stochastic local search algorithm [25]. Starting from an initial solution provided by a greedy construction heuristic, the algorithm alternates between an improvement phase and a perturbation phase. In the improvement phase, the algorithm conducts a directed and focused search by accepting only improving insertions. When a local optimum is reached in the improvement phase, the algorithm triggers a perturbation phase to help the search process escape from the local trap and restarts an improvement procedure in a different zone of the search space. Such an Improvement-Perturbation cycle is iterated for π rounds. The best solution is updated each time a new local optimum is attained at the end of the improvement phase. The first half of the iterations are run with a small violation penalty multiplier c 1 to diversify the search. While for the other half of the iterations, the algorithm is run with a large violation penalty c 2 to guarantee the feasibility of the resulting schedule. The general framework of the SFHA is shown in Algorithm 1.
Algorithm 1. Main Procedure of Our Algorithm
Require: P: An AEOS scheduling problem; π : the max number of iterations allowed for
  Improvement-Perturbation;
Ensure: The best solution σ *
  1: σ Greedy-Construction(P)
  2: σ * σ
  3: c o u n t 0
  4: while c o u n t < π 2 do
  5:   c o u n t c o u n t + 1
  6:   σ Improvement( σ , P, c 1 )
  7: if E v a ( σ , c 1 ) > E v a ( σ * , c 1 ) then
  8:   σ * σ .
  9: end if
10:  PERTURBATION( σ , P)
11: end while
12: while c o u n t < π do
13:   c o u n t c o u n t + 1
14:   σ Improvement( σ , P, c 2 )
15:  if E v a ( σ , c 2 ) > E v a ( σ * , c 2 ) then
16:    σ * σ .
17:  end if
18:  PERTURBATION( σ )
19: end while
20: return σ *

4.3.2. Solution Initialization

The initial solution is produced by a greedy construction algorithm. The algorithm first sorts all VTWs (associated with requests) in decreasing order of their profits and in ascending order of their start time. For each VTW, the algorithm arranges observation of the associated request at the earliest possible start time that satisfies all imperative constraints. If the memory level drops below zero at a new VTW, the algorithm finds the nearest download window and inserts a download activity into the schedule. Observation activities that conflict with the download activity are then removed from the schedule to ensure the feasibility. This process is terminated until all requests are examined.

4.3.3. The Improvement Procedure

The aim of the improvement procedure is to attain a local optimum solution (as good as possible) in a given neighborhood. In this paper, we propose to use an I n s e r t i o n neighborhood, which is induced by a I n s e r t i o n operator. It can also be regarded as a hill-climbing process [26,27,28].
  • Insertion: insert a window (VTW or DW) into a schedule. Constraint violation is allowed and the amount of violation is evaluated when this occurs.
The pseudo-code of the improvement procedure is shown in Algorithm 2. The algorithm repeatedly considers all possible insertions and chooses the best one. Such a greedy strategy can help the solution achieve better quality at the current stage. The algorithm continues until no improvements can be found (improvement is evaluated according to Equation (17)).
Algorithm 2. The Improvement Procedure
Require: P: An AEOS scheduling problem; σ : a solution for improvement; c: a violation multiplier;
Ensure: The local optimum solution σ *
  1: while True do
  2:  Collect all windows that are not included in σ and denote the set as S;
  3:  bestScore 0 ;
  4:  for each window v in S do
  5:   Insert v into σ and the new solution is σ ;
  6:   if E v a ( σ , c ) E v a ( σ , c ) > bestScore then
  7:    bestScore E v a ( σ , c ) E v a ( σ , c ) ;
  8:   end if
  9:  end for
10:  if bestScore > 0 then
11:   Insert the window with the best score;
12:  else
13:   Break;
14:  end if
15: end while
16: return σ * ;

4.3.4. The Perturbation Phase

When the algorithm is trapped in a local optimum, a mechanism is needed to help the search escape from the trap and restart the search from a new starting point. To establish a more global form of diversification, and thereby reinforce the capacity of the algorithm to explore unexplored areas in the search space, we propose a dedicated perturbation mechanism.
The general idea of the proposed perturbation is to remove a set of selected requests within the solution so that new insertions may be possible. To do this, we resort to a set of destroy operators coupled with a tabu mechanism. Specifically, we use four remove operators:
  • Random removal: Select q requests from a given solution (schedule) randomly and remove them;
  • Priority removal: Iteratively removes the request with the lowest profit until the request bank is full;
  • Opportunity removal: Iteratively removes the request with the largest number of VTWs; ties are first broken by profit (smaller profit requests are prioritized) and then randomly;
  • Conflict removal: Iteratively removes the request with the largest conflict degree, which is provided by a conflicting measure proposed in [29].
Removed requests are taboo and not allowed to be inserted into the solution in the next iteration. Each time when a perturbation is triggered, it is realized by the combined use of a removal operator randomly selected from the four candidates.

5. Experiment

In this section, we present the numerical results. First, we report the algorithm performance on small instances. Then, we report the comparative results with a state-of-the-art algorithm on larger instances.
The performance of the proposed ELSH algorithm relies on a set of correlated parameters. To achieve a reasonable tuning of the parameters and a good algorithm performance, we adopt the iterated F-race (IFR) method, which allows an automated parameter configuration [30]. Table 1 presents the final values for each parameter, together with the range of values determined by preliminary experiments. We use the two-satellite 1000-node instances of area distribution as the training set, and the tuning budget is set to be 1000 runs of ELSH.
The experiment is coded in C++ and conducted on a Linux cluster system with an AMD Opteron 4184 processor (2.8 GHz and 2 GB RAM) running Ubuntu 12.04. All the results presented in this section is an average of 10 independent runs.

5.1. Problem Instances

We extend the benchmark instances proposed by [13] by including three well-known Chinese ground stations, namely JiaMusi, KaShi, and SanYa, whose precise locations can be found in [23]. In these instances, the VTWs for thousands of targets are provided. The benchmark set consists of two distributions: area distribution and world distribution. Targets are generated randomly in a square area around China in the area distribution. Figure 1 presents an example of area distribution with 200 targets. The world distribution means the targets are selected randomly around the surface of the earth.
For each distribution, ten different scenarios with different numbers of targets are considered. Each target is associated with a set of properties: (i) profit, (ii) minimal duration for observation, (iii) time window, (iv) memory and energy consumption of observation, (v) a set of VTW for each EOS, and (vi) observation angle for every time point in a VTW. The number of targets varies from 100 to 1000 with a step of 100 for area distribution and from 200 to 2000 with a step of 200 for world distribution. The satellite number varies from 2 to 6 for each scenario. This makes 50 instances for each distribution. As CPLEX can only solve small-size instances, we create a set of new instances following the method of [13], each of which contains 50 targets and two satellites for area distribution. The ground stations are still JiaMusi, KaShi, and SanYa.

5.2. Results on Small Instances

First, we solve the model introduced in Section 3 by CPLEX on the small instances we created. The VTWs are discretized with a step of 10 s when using CPLEX (e.g., a VTW of 100 s contains 11 time points). We compare the results with those of the proposed heuristic algorithm, and the results are shown in Table 2.
As shown in Table 2, the proposed ELSH algorithm can achieve optimal results for all instances. The average running time of CPLEX are 2.1 h while the average running time of the ELSH algorithm is 2.4 s.
From the results, we conclude that the proposed ELSH is able to handle small instances very efficiently and achieve optimal results easily.

5.3. Comparison with the State-of-the-Art Algorithm

To further validate the effectiveness of the proposed ELSH algorithm, we compare the ELSH algorithm with the state-of-the-art two-phase genetic annealing algorithm (TPGA) proposed by [23], which, to the best of our knowledge, is the most recent and best-performing algorithm which was designed to solve exactly the same problem as is studied in this paper.
Table 3 and Table 4 present respectively the comparison of observed target number and total profit achieved by the two algorithms on area distribution instances. Table 5 and Table 6 show the results for instances of world distribution.
From the result of area distribution, we see that ELSH easily dominates TPGA. For both algorithms, the number of the accomplished user requests and the profit increases as the problem instance becomes larger, but ELSH accomplishes more user requests and produces more profit overall instances. The average improvement compared to TPGA is 13.75%.
We draw a similar conclusion on world distribution instances. ELSH shows a great advantage over the TPGA. The average improvement compared to TPGA is up to 13.68%.
In conclusion, the ELSH demonstrates excellent performance on all benchmark instances and easily dominates the state-of-the-art algorithm.

6. Conclusions

In this paper, we study the earth observation satellite integrated scheduling problem (EOSIS) which considers the imaging activity and data transmission activity integratively. This is a realistic problem and includes complicated constraints. We develop an integer linear programming model to formulate the problem. With this model, we used CPLEX to solve the problem, and the results show that CPLEX is only able to solve a small-sized problem.
Due to the complexity of the problem, we propose an efficient local search heuristic algorithm (ELSH) to solve instances of large size. The proposed ELSH is characterized by an efficient constraint handling mechanism to improve algorithm speed and a dedicated improvement–perturbation procedure to guarantee the quality of results.
Experiments were conducted to illustrate the excellent performance of the proposed ELSH. In particular, it is able to achieve optimal solution quickly for small instances with less than 50 targets and two satellites, and dominates the state-of-the-art algorithm on large instances with up to 2000 targets.
For future work, we would like to investigate more problem-tailored heuristics and further improve the performance of the algorithm.

Author Contributions

Writing, Y.C. and J.O.; original draft preparation, Y.C.; methodology, Y.C.; software, J.L.; data curation, J.L.; development formal analysis and supervision, R.H.; review and editing, J.O. All authors have read and agreed to the published version of the manuscript.

Funding

This work is partially supported by the National Natural Science Foundation of China, Grant No. 71701203 and the National Natural Science Foundation of Hunan Province, Grant No. 2018JJ3618.

Acknowledgments

The authors thank the editor and the anonymous reviewers for their very helpful and constructive comments.

Conflicts of Interest

The authors declare that they have no known competing financial interests or personal relationships that could have appeared to influence the works reported in this paper.

References

  1. Davies, A.G.; Chien, S.; Tran, D.; Doubleday, J. The NASA Volcano Sensor Web, advanced autonomy and the remote sensing of volcanic eruptions: A review. Geol. Soc. 2016, 426, 137–158. [Google Scholar] [CrossRef]
  2. Klumpar, D.; Spence, H.; Larsen, B.; Blake, J.; Springer, L.; Crew, A.; Mosleh, E.; Mashburn, K. FIREBIRD: A dual satellite mission to examine the spatial and energy coherence scales of radiation belt electron microbursts. In Proceedings of the AGU Fall Meeting Abstracts, San Francisco, CA, USA, 14–18 December 2009. [Google Scholar]
  3. Salvi, S.; Stramondo, S.; Funning, G.J.; Ferrettic, A.; Sartid, F.; Mouratidis, A. The Sentinel-1 mission for the improvement of the scientific understanding and the operational monitoring of the seismic cycle. Remote Sens. Environ. 2012, 120, 164–174. [Google Scholar] [CrossRef]
  4. Bianchessi, N.; Righini, G. Planning and scheduling algorithms for the COSMO-SkyMed constellation. Aerosp. Sci. Technol. 2008, 12, 535–544. [Google Scholar] [CrossRef]
  5. Wolfe, W.J.; Sorensen, S.E. Three scheduling algorithms applied to the Earth observing systems domain. Manag. Sci. 2000, 46, 148–166. [Google Scholar] [CrossRef]
  6. Chu, X.; Chen, Y.; Xing, L. A branch and bound algorithm for agile Earth observation satellite scheduling. Discret. Dyn. Nat. Soc. 2017, 1–15. [Google Scholar] [CrossRef]
  7. Wang, P.; Reinelt, G.; Gao, P.; Tan, Y. A model, a heuristic and a decision support system to solve the scheduling problem of an earth observing satellite constellation. Comput. Ind. Eng. 2011, 61, 322–335. [Google Scholar] [CrossRef]
  8. Chen, X.; Reinelt, G.; Dai, G.; Spitz, A. A mixed integer linear programming model for multi-satellite scheduling. Eur. J. Oper. Res. 2019, 275, 694–707. [Google Scholar] [CrossRef] [Green Version]
  9. Barkaoui, M.; Berger, J. A new hybrid genetic algorithm for the collection scheduling problem for a satellite constellation. J. Oper. Res. Soc. 2019, 1–21. [Google Scholar] [CrossRef]
  10. Zheng, Z.G.; Guo, J.; Gill, E. Swarm satellite mission scheduling & planning using Hybrid Dynamic Mutation Genetic Algorithm. Acta Astronaut. 2017, 137, 243–253. [Google Scholar]
  11. Xhafa, F.; Sun, J.; Barolli, A.; Biberaj, A.; Barolli, L. Genetic algorithms for satellite scheduling problems. Mob. Inf. Syst. 2012, 8, 351–377. [Google Scholar] [CrossRef] [Green Version]
  12. Soma, P.; Sonagiri, D.; Santhalakshmi, S.; Bagchi, T.; Kumar. Multi-Satellite Scheduling Using Genetic Algorithms. Available online: https://arc.aiaa.org/doi/pdf/10.2514/6.2004-743-515 (accessed on 13 August 2020).
  13. He, L.; Liu, X.; Laporte, G.; Chen, Y.; Chen, Y. An improved adaptive large neighborhood search algorithm for multiple agile satellites scheduling. Comput. Oper. Res. 2018, 100, 12–25. [Google Scholar] [CrossRef]
  14. Wang, P.; Gao, P.; Tan, Y. A model, a heuristic and a decision support system to solve the earth observing satellites fleet scheduling problem. In Proceedings of the Annual Conference on Computers, Troyes, France, 6–9 July 2009; pp. 256–261. [Google Scholar]
  15. Sundar, K.; Qin, J.; Rathinam, S.; Ntaimo, L.; Darbha, S.; Valicka, C. Algorithms for a satellite constellation scheduling problem. In Proceedings of the Conference on Automation Science and Engineering, Fort Worth, TX, USA, 21–25 August 2016; pp. 373–378. [Google Scholar]
  16. Wu, G.; Ma, M.; Zhu, J.; Qiu, D. Multi-satellite observation integrated scheduling method oriented to emergency tasks and common tasks. J. Syst. Eng. Electron. 2012, 23, 723–733. [Google Scholar] [CrossRef]
  17. Xhafa, F.; Ip, A.W. Optimisation problems and resolution methods in satellite scheduling and space-craft operation: A survey. Enterp. Inf. Syst. 2019, 1–22. [Google Scholar] [CrossRef]
  18. Woodworth, D.J.; Ziegler, F.A.; Grabenstein, J.B. Satellite Data Transmission and Receiving Station. U.S. Patent 4,876,737, 24 October 1989. [Google Scholar]
  19. Xiaoyue, W.U. Application of genetic algorithm in satellite data transmission scheduling problem. Syst. Eng. Theory Pract. 2008, 28, 124–131. [Google Scholar]
  20. Zhang, Z.; Hu, F.; Zhang, N. Ant colony algorithm for satellite control resource scheduling problem. Appl. Intell. 2018, 48, 3295–3305. [Google Scholar] [CrossRef]
  21. Yunfeng, L.; Xiaoyue, W.U. Model of satellite data transmission scheduling problem based on multi-satellite combined reconnaissance. J. Beijing Univ. Aeronaut. Astronaut. 2008, 34, 948–951. [Google Scholar]
  22. Zhang, J.; Xing, L.; Peng, G.; Yao, F.; Chen, C. A large-scale multiobjective satellite data transmission scheduling algorithm based on SVM+NSGA-II. Swarm Evol. Comput. 2019, 50, 100560. [Google Scholar] [CrossRef]
  23. Waiming, Z.; Xiaoxuan, H.; Wei, X.; Peng, J. A two-phase genetic annealing method for integrated Earth observation satellite scheduling problems. Soft Comput. 2019, 23, 181–196. [Google Scholar] [CrossRef]
  24. Peng, G.; Xing, L. An iterated local search algorithm for agile Earth observation satellite scheduling problem. In Proceedings of the 2018 SpaceOps Conference, Marseille, France, 28 May–1 June 2018. [Google Scholar] [CrossRef]
  25. Tulpan, D.C.; Hoos, H. Choosing the Right Neighbourhood: A Way to Improve a Stochastic Local Search Algorithm; University of British Columbia: Vancouver, BC, Canada, 2002. [Google Scholar]
  26. Vaughan, D.E.; Jacobson, S.H.; Hall, S.N.; McLay, L.A. Simultaneous generalized hill-Climbing algorithms for addressing sets of discrete optimization problems. Informs J. Comput. 2005, 17, 438–450. [Google Scholar] [CrossRef] [Green Version]
  27. Sullivan, K.A.; Jacobson, S.H. Ordinal hill climbing algorithms for discrete manufacturing process design optimization problems. Discret. Event Dyn. Syst. 2000, 10, 307–324. [Google Scholar] [CrossRef]
  28. Renders, J.M.; Bersini, H. Hybridizing genetic algorithms with hill-climbing methods for global optimization: Two possible ways. In Proceedings of the First IEEE Conference on Evolutionary Computation, Orlando, FL, USA, 27–29 June 1994. [Google Scholar]
  29. Liu, X.; Laporte, G.; Chen, Y.; He, R. An adaptive large neighborhood search metaheuristic for agile satellite scheduling with time-dependent transition time. Comput. Oper. Res. 2017, 86, 41–53. [Google Scholar] [CrossRef]
  30. Birattari, M.; Zhi, Y.; Balaprakash, P.; Sttzle, T. F-Race and Iterated F-Race: An Overview; Springer: Berlin/Heidelberg, Germany, 2010; pp. 311–336. [Google Scholar]
Figure 1. An example for the benchmark instances of area distribution.
Figure 1. An example for the benchmark instances of area distribution.
Applsci 10 05616 g001
Table 1. Parameters for the ELSH algorithm.
Table 1. Parameters for the ELSH algorithm.
DescriptionTest RangeValue
π max iteration number [ 50 , 300 ] 150
c 1 small penalty multiplier [ 0.1 , 2.5 ] 1
c 2 large penalty multiplier [ 1 , 25 ] 10
ρ 1 penalty for VTW violation [ 10 , 50 ] 15
ρ 2 penalty for memory violation [ 10 , 50 ] 25
Table 2. Comparison with CPLEX on the set of 2-satellite, 50-node area distribution instances. Columns CPLEX and ELSH give the optimal solution found by CPLEX and the average result of ELSH, respectively. All the results of these two columns are associated with two numbers. The first number is the total number of targets observed and the second number is the final profit achieved. Columns Dev show the deviation between the best value found by ELSH algorithm and the optimal value found by CPLEX ( 100 % C P L E X E L S H C P L E X ).
Table 2. Comparison with CPLEX on the set of 2-satellite, 50-node area distribution instances. Columns CPLEX and ELSH give the optimal solution found by CPLEX and the average result of ELSH, respectively. All the results of these two columns are associated with two numbers. The first number is the total number of targets observed and the second number is the final profit achieved. Columns Dev show the deviation between the best value found by ELSH algorithm and the optimal value found by CPLEX ( 100 % C P L E X E L S H C P L E X ).
Instance IDCPLEXELSHDev(%)
147/23147/2310.0
250/24950/2490.0
348/25148/2510.0
443/22043/2200.0
549/26349/2630.0
647/23347/2330.0
750/26950/2690.0
849/24849/2480.0
944/22144/2210.0
1047/23647/2360.0
Table 3. Comparison with TPGA on the observed target number on area distribution instances.
Table 3. Comparison with TPGA on the observed target number on area distribution instances.
2 Satellites3 Satellites4 Satellites5 Satellites6 Satellites
SizeELSHTPGAELSHTPGAELSHTPGAELSHTPGAELSHTPGA
10080708272847385748674
200158141167147168146169149170152
300227200246215254223256225259228
400282244336288340301344303347305
500317281400349416368426369438382
600342304466407508434515442516454
700351304515455589525590527593538
800367324552495669586678592686597
900382336574501748643755651767690
1000386341601527780689790712875778
Table 4. Comparison with TPGA on the total profit on area distribution instances.
Table 4. Comparison with TPGA on the total profit on area distribution instances.
2 Satellites3 Satellites4 Satellites5 Satellites6 Satellites
SizeELSHTPGAELSHTPGAELSHTPGAELSHTPGAELSHTPGA
100443387454399464405469413476409
200883785925814920808937828941842
3001298114113501178139112221399121514191253
4001654143418371575185616421879163018811643
5001945172223102017231820412363204623742116
6002231198427242377284224832878247028832541
7002387206631412775333729303388293433913003
8002552225333923044373933523782334538253328
9002760242736663205427736814283369342853853
10002875254039743483461740774619416048874350
Table 5. Comparison with TPGA on the observed target number on world distribution instances.
Table 5. Comparison with TPGA on the observed target number on world distribution instances.
2 Satellites3 Satellites4 Satellites5 Satellites6 Satellites
SizeELSHTPGAELSHTPGAELSHTPGAELSHTPGAELSHTPGA
200162140165142166144168146170148
400328291328293329294335304339306
600488433495434499447509451515455
800665580672589681593684600691615
1000820710828717831738840748848759
1200969850980867102188110298821039898
14001126100411531019119110391195106512251086
16001282114613251165135311741355121214011230
18001435125915021340151813451543135615741371
20001571139116891457169214711697153617171551
Table 6. Comparison with TPGA on the total profit on world distribution instances.
Table 6. Comparison with TPGA on the total profit on world distribution instances.
2 Satellites3 Satellites4 Satellites5 Satellites6 Satellites
SizeELSHTPGAELSHTPGAELSHTPGAELSHTPGAELSHTPGA
200851736866747872770880764892776
4001753155717551569175815721790162218091618
6002689238927272395275124632808248528412510
8003668319837053247375231913772330638103390
10004475394544833928455540424604409846474159
12005389458652904677551147545554476255984847
14006068551562005479640355876425572765915840
16007007626171836316733163627343656975956597
18007935696382467259825472898360733785307426
20008186716882097283843074178554774586587872

Share and Cite

MDPI and ACS Style

Chen, Y.; Lu, J.; He, R.; Ou, J. An Efficient Local Search Heuristic for Earth Observation Satellite Integrated Scheduling. Appl. Sci. 2020, 10, 5616. https://doi.org/10.3390/app10165616

AMA Style

Chen Y, Lu J, He R, Ou J. An Efficient Local Search Heuristic for Earth Observation Satellite Integrated Scheduling. Applied Sciences. 2020; 10(16):5616. https://doi.org/10.3390/app10165616

Chicago/Turabian Style

Chen, Yuning, Ji Lu, Renjie He, and Junwei Ou. 2020. "An Efficient Local Search Heuristic for Earth Observation Satellite Integrated Scheduling" Applied Sciences 10, no. 16: 5616. https://doi.org/10.3390/app10165616

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