Next Article in Journal
Safety Improvements for High-Speed Planing Craft Occupants: A Systematic Review
Previous Article in Journal
Propeller Optimization in Marine Power Systems: Exploring Its Contribution and Correlation with Renewable Energy Solutions
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Deployment Method for Aircraft-Based Maritime Emergency Communication Resource Reserve Bases

College of Information Engineering, Shanghai Maritime University, Shanghai 201306, China
*
Author to whom correspondence should be addressed.
J. Mar. Sci. Eng. 2024, 12(5), 844; https://doi.org/10.3390/jmse12050844
Submission received: 3 April 2024 / Revised: 5 May 2024 / Accepted: 13 May 2024 / Published: 19 May 2024
(This article belongs to the Section Ocean Engineering)

Abstract

:
Maritime emergency communication facilities play a crucial role in establishing communication links between land and sea, serving as essential communication means for maintaining maritime safety, disaster response, and emergency rescue operations. With the increasing frequency of marine activities, the rapid response capability of maritime emergency communication is becoming increasingly critical. With their characteristics of high-speed mobility, broad coverage and flexibility, aircraft serve as carriers for emergency communication facilities. The selection of aircraft bases is paramount in meeting the requirement of rapid response for maritime emergency communication. In this paper, we present a multi-objective optimization model for site selection by considering the coverage capabilities of different carriers. The model incorporates hierarchical coverage of unmanned aerial vehicles (UAVs) and helicopters with a genetic algorithm. Through a case study of the Bohai Sea, this paper verifies the feasibility and effectiveness of the model.

1. Introduction

During maritime accidents or emergencies, Search and Rescue (SAR) operations play a vital role in providing assistance to mitigate various losses. One critical element is the establishment of maritime communication connections, which is essential for SAR operations. Existing maritime communication methods face numerous challenges in meeting the demands of emergency communication at sea. Air-based maritime communication relies on satellite communication, which excels in broad coverage due to the altitude of satellites and achieves global coverage through satellite networking. However, satellite communication is expensive and not cost-effective for large data transmission, and is vulnerable to attacks during military conflicts. Sea-based maritime communication encompasses communication networks involving islands, large vessels, drones, and marine aircraft. These networks can meet diverse and dynamic communication needs at sea depending on their positioning and role. Land-based maritime communication utilizes mature land-based communication technologies such as ground cellular networks, wireless metropolitan area networks, and wireless local area networks. It has limited communication distance and only provides services for coastal areas. However, the high cost of satellite transmission makes it difficult to adopt widely, while maritime radio is constrained by bandwidth limitations, and can only achieve limited voice communication [1,2,3]. Maritime emergency communication’s rapid response capability is crucial, especially during emergencies such as natural disasters or conflicts, where communication restoration is essential for ensuring personnel safety and coordinating rescue operations. Existing maritime communication methods do not adequately address the specific needs of maritime emergency communication scenarios. For the specific needs of maritime emergency communication, utilizing aircraft to deploy communication facilities offers a novel solution, and communication facility bases are the foundation. Rational site selection for these bases reduces response time and avoids redundant construction, enhancing resource utilization.
The location of maritime emergency communication facilities is a complex issue that requires consideration of response time, the service capacity of alternative bases, and the risk levels of demand points. Because response time largely depends on the quantity and location of emergency facilities, determining the optimal number and location is strategically significant. This paper proposes a method for siting maritime emergency communication facilities based on aircraft deployment and selecting helicopters and UAVs to carry communication equipment. Considering the varying risk levels of maritime demand points and the heterogeneous service capacities of different bases, we aim to minimize the number of UAV bases and maximize the risk coverage value of helicopter bases, constructing a hierarchical coverage model for siting maritime emergency communication facilities. This method fully utilizes the extensive coverage range and strong adaptability to sea conditions of helicopters, enabling rapid coverage of large sea areas, which is crucial for shortening response times. UAVs have the advantage of flexible deployment, enabling quick response and deployment of communication nodes within a short period.
The primary contributions of this paper entail analyzing the challenges in maritime emergency communication, introducing a multi-objective site selection optimization model, designing a dual-population genetic algorithm to resolve it, and validating its feasibility and effectiveness through a case study. The paper proceeds as follows: Section 2 outlines the research progress related to facility location; Section 3 delves into detailed insights into the dual-carrier facility location problem model; Section 4 elaborates the genetic algorithm employed to address the model, followed by experiments and analysis; Section 5 discusses the characteristics of the model and potential limitations; finally, Section 6 concludes the paper by drawing conclusions and suggesting future research directions.

2. Related Works

The location problem, originating from the 1909 Weber problem, aims to minimize the total distance between warehouses and a set of customers. Location theory provides models and algorithms for addressing site location problems through study and application. Research indicates that primary location problems are categorized into those based on median location models and coverage location models [4]. Research on median location models and coverage location models has provided a crucial theoretical foundation for addressing various site selection problems. These models are pivotal in determining optimal locations, optimizing resource allocation, and planning logistics. As researchers delve deeper into these foundational theories, they continuously enhance their understanding of site selection issues and propose new solutions and improvement methods to meet increasingly complex practical needs.
The p-median problem considers a set containing the locations of demand points, the number of customers at each demand point, and the total number of facilities available to address this problem. With the facility count remaining constant, the objective is to determine which demand points will host facilities and establish the corresponding relationships between demand points and facilities, aiming to minimize the total distance traveled by all customers to their designated facilities. The formulation for this model is as follows:
Indices and Index sets:
I Set of demand nodes; i I
J Set of facility sites; j J
Decision variables:
X j = 1 , if a facility is located at eligible site j 0 , otherwise
Y i j = 1 , if facility j services demand point i 0 , otherwise
Input parameters:
d i j —the distance between demand point i and candidate facility j
P—the maximal number of facilities that can be placed
w i —the weight associated with each demand point (demand or number of customers/people)
Minimize i I j J w i d i j Y i j
Subject to j J X j = P
j J Y i j = 1 i I
Y i j X j i I , j J
X j , Y i j 0 , 1 i I , j J
The objective function in (3) minimizes the total distance between demand points and candidate facilities. Equation (4) specifies that there are P facilities to be located at site j. Equation (5) ensures the assignment of each demand point i to facility j. Equation (6) ensures that only the selected candidate sites for facility construction can provide service to demand points. Equation (7) defines binary conditions for the model variables.
In [5], the authors explored electric vehicle charging station (EVCS) location, developing a multi-criteria P-median location model to optimize station number and placement. In [6], the multi-supply multi-capacity P-median location problem (MMPLP) was explored, where capacities vary and multiple bases can serve each demand point. This contrasts with fixed-capacity models, and can enhance emergency response flexibility by maximizing system capacity.
Coverage-based problems primarily involve the Maximum Covering Location Problem (MCLP) and the Location Set Covering Problem (LSCP), which are the most widely studied and applied models in emergency facility locations. In an MCLP, the coverage range of services is typically predetermined, with the number of candidate sites generally remaining fixed and the optimization objective being to maximize the ability to meet the demand. The formulation is as follows:
Indices and Index sets:
I Set of demand nodes; i I
J Set of facility sites; j J
R distance limit
Decision variables:
X j = 1 , if a facility is located at eligible site j 0 , otherwise
Z i = 1 , If demand point i is covered within R 0 , otherwise
Input parameters:
P—the maximal number of facilities that can be placed
d i j —the distance between demand point i and candidate facility j
L i —the distance limit within which a facility can serve demand point i
N i —the set of eligible facility locations that are within the distance limit and able to serve demand point i ( N i = { j | d i j L i } )
w i —the weight associated with each demand point (demand or number of customers/people)
Maximize i I w i Z i
Subject to j N i X j Z i i I
j N i X j = P
X j , Z i 0 , 1 i I , j J
The goal is to maximize the number of demand points covered within specified distance limits, as represented by (10). Equation (11) guarantees that demand point i is assigned to a selected facility while ensuring that all facilities assigned to i are within the designated distance limit. Equation (12) specifies P facilities to be positioned in eligible locations. Finally, (13) defines the binary variables used in the model.
However, such models often cannot satisfy service requests for all demand points, necessitating differentiation based on the importance of demand. In [7], the authors applied the MCLP to the location problem of humanitarian aid distribution centers (HADC), establishing a multi-objective optimization location model aimed at minimizing total transportation time, minimizing the number of rescue personnel, and minimizing uncovered requests as much as possible. In [8], a Continuous Maximum Covering Location Problem (C-MCLP) was introduced with the aim of optimizing the location of mobile ad hoc network communication centers in the event of a natural disaster. Compared to traditional MCLP models, C-MCLP is more complex and can better represent real-world emergency rescue scenarios.
The LSCP pertains to the selection of sites to encompass all demand points while simultaneously minimizing either the overall count of facilities required or the associated fixed expenses. The formulation is as follows:
Indices and Index sets:
I Set of demand nodes; i I
J Set of facility sites; j J
Decision variables:
X j = 1 , if a facility is located at eligible site j 0 , otherwise
Input parameters:
c j —fixed cost of facility j
d i j —the distance between demand point i and candidate facility j
L i —the distance limit within which a facility can serve demand point i
N i —the set of eligible facility locations that are within the distance limit and able to serve demand point i ( N i = { j | d i j L i } )
Minimize j J c j X j
Subject to j N i X j 1 i I
X j 0 , 1 j J
The primary objective of the set covering problem is to minimize the total fixed cost of opening facilities or the overall number of facilities, denoted by (15). Equation (16) ensures that every demand point has at least one selected facility assigned to it within the specified distance limit. Finally, (17) defines the binary variables utilized in the model.
In [9], the authors studied the pre-positioning problem of emergency resources in chemical industrial parks, proposing a location model for hierarchical pre-positioning based on the distribution characteristics of demand points. The optimization objective was to minimize total costs, addressing the decision-making problem of emergency resource pre-positioning.
As maritime activities expand, the importance of oceans in the global economy, science, environment, and technology is increasing. The development and utilization of marine resources drive economic growth while providing ample opportunities for scientific research, environmental conservation, and technological innovation. Emergencies at sea have spurred advancements in facility location theories, prompting rigorous research aimed at optimizing the placement of emergency response facilities. This includes exploring innovative algorithms, developing new models, and considering environmental factors to enhance the efficiency and effectiveness of emergency response strategies. These efforts contribute to the development of resilient and adaptive emergency response systems. In [10], Long Short-Term Memory (LSTM) was used to predict the number of accidents that may occur in a region. A multi-objective optimization location model addressed the optimal allocation strategy of maritime emergency resources by considering accident black spots, alternative locations for rescue bases, different types of emergency resources, and multiple constraints on rescue vessels. In [11], the authors investigated the location problem of maritime emergency search and rescue vessels and helicopter bases, aiming at response time, balanced workload distribution, and overall cost as optimization objectives. They constructed a dynamic multi-objective mixed-integer linear programming model, effectively improving the efficiency of maritime emergency rescue.
In [12], the Improved Immune Algorithm (IIA) was utilized to optimize emergency resource storage and location while minimizing response time and costs for emergency rescue resources. In [13], the Bayesian model and machine learning algorithm were employed to address the optimal location problem of offshore wind farms (OWFs). The authors of [14] optimized the location of LNG Floating Storage and Re-gasification Units (FSRUs) guided by expert assessment for safety evaluation. In [15], the Multi-Criteria Evaluation (MCE) model utilizing an exact algorithm was used to determine optimal deployment locations for energy sites. In [16], the authors aimed to streamline the emergency facility planning and decision-making process for urban emergency departments by addressing the siting problem of community-centered relief supply facilities using a novel multi-criteria method. The authors of [17] proposed a GIS-based ACO-QAP model to optimize the location of emergency medical services(EMS) stations in rural areas, aiming to improve spatial accessibility and emergency medical availability while minimizing resource usage. In [18,19], the covering problem model was used in an MSAR context. The authors of [18] aimed to minimize time and cost using the Dinkelbach algorithm, while [19] focused solely on minimizing response time using NSGA-II within the MSAR framework. In [20], an LBM-like algorithm was introduced to solve facilities placement in complex networks with continuous demand, which is applicable to real-world emergency rescue spot locations on a railway network.
The facility location problem finds applications in various fields, such as relief distribution logistics, stock pre-positioning, resource allocation, commodity flow, traffic control, and warehouse location. Table 1 summarizes the objectives, scenarios, and solution methods for facility location problem models.

3. Dual-Carrier Facility Base Selection Model

3.1. Base Selection Strategy

Maritime emergency facility siting presents complex and long-term location challenges, which are often tackled using sophisticated coverage models. This paper presents the Dual-carrier Facility Site Selection Model (DcFSSM), a new method designed to address these challenges.
Maritime emergencies are characterized by their suddenness and rapid escalation, posing significant risks and potential consequences. In such scenarios, the swift response capability of maritime emergency communication is paramount. To enhance the response speed of maritime emergency communication, this paper presents an innovative approach that employs aircraft as carriers for maritime emergency communication resources, representing an alternative to the conventional vessel response method. In response to the challenge of traditional site selection models failing to balance cost and efficiency considerations, this study integrates the relative advantages of LSCP and MCLP and proposes a graded coverage strategy. The primary objective of the DcFSSM is to optimize the deployment of two key carriers: unmanned aerial vehicles (UAVs) and helicopters. This optimization process minimizes UAV bases and maximizes helicopter base coverage capacity. This dual-carrier approach ensures comprehensive and efficient coverage of maritime areas by catering to various emergency scenarios and demands.
As shown in Figure 1, the DcFSSM utilizes a hierarchical coverage model that prioritizes UAVs for emergency requests within their coverage range. For demand points located beyond the reach of UAVs, helicopters are deployed to provide swift and effective service. This hierarchical arrangement allows for seamless coordination and collaboration between UAVs and helicopters, maximizing their strengths and capabilities.
Strategic planning and placement of UAVs and helicopters are crucial for optimizing emergency response efforts. By leveraging the unique characteristics of each carrier and considering factors such as response time, demand distribution, and risk levels, the DcFSSM ensures efficient resource allocation and enhances the overall effectiveness of maritime emergency communication.

3.2. Model Construction

The parameters of DcFSSM are detailed in Table 2.
The target maritime area is divided into several zones, with the center point of each zone serving as a demand point. This study quantifies the risk levels R associated with demand points to match the layout of maritime emergency communication facilities. The risk assessment is described by (18), with the normalized risk value C j depicted in (19).
R = n N × S × T × A × G
C j = R j min ( R j ) max ( R j ) R j
Here, R represents the risk, n represents the number of ship accidents in the study area category, N represents the total number of ship accidents in the maritime area, S represents the ship type coefficient (see Table 3), T represents the ship size coefficient (see Table 4), A represents the accident area coefficient (see Table 5), and G represents the accident grade coefficient (see Table 6).
The coverage range of alternative bases is influenced by both the flight speed of helicopters and UAVs and by the maximum response time for emergency communication. If the distance from a demand point to a candidate site falls within the coverage range of the drone base, we categorize it as an I-demand point; otherwise, it is an II-demand point.
The DcFSSM is described by the following equations.
Minmize i = 1 N X i
Maxmize j = 1 R 2 C j Z j
Subject to i = 1 N Y i = P
i = 1 N U i j X i 1 j R 1
i = 1 N H i j Y i Z j j R 2
X i , Y i , Z j 0 , 1 i I , j R 2
U i j 0 , 1 i I , j R 1
H i j 0 , 1 i I , j R 2
Equations (20) and (21) serve as the optimization objectives of the model, namely, minimizing the number of UAV bases and maximizing the coverage capability of helicopter bases. Equation (22) restricts the maximum number of helicopter bases. Equation (23) ensures that at least one UAV base responds to emergency requests from each I-demand point. Equation (24) ensures that only selected bases capable of covering II-demand points can respond to emergency requests.

4. Solution

This section presents the algorithm and a case study of DcFSSM.

4.1. Improved Genetic Algorithm

Emergency facility location models can be solved using either exact or approximate algorithms. Exact algorithms aim for optimal solutions but become impractical with larger problem sizes due to increased time and space complexity [21]. GAs progressively evolve a population of potential solutions to find the optimal solution for an optimization problem [22]. The maritime emergency communication facility location problem, being NP-hard, is tackled in this study using a Dual-Population Genetic Algorithm (DPGA). Compared to traditional genetic algorithms, the DPGA introduces two populations, dedicated to solution search and evolution, respectively. This dual-population structure enhances the algorithm’s search efficiency and global optimization capability. DPGA achieves comprehensive exploration and optimization of the solution space through the collaborative evolution between the two populations. One population is responsible for exploring new solutions within the solution space, while the other is tasked with selecting and evolving excellent individuals based on specific selection strategies.
In DPGA, classical genetic operations drive population evolution. Selection identifies fit individuals based on fitness using the roulette wheel method to maintain diversity. Equation (28) demonstrates the probability of an individual being selected as a parent individual. The crossover operation involves exchanging gene segments between paired individuals from both populations to generate new offspring. Mutation randomly alters individual gene values to introduce diversity and prevent premature convergence. These genetic operations facilitate ongoing population evolution and optimization, ultimately leading to the optimal solution. The pseudocode implementation is shown below (see Algorithm 1).
p ( x i ) = F ( x i ) j = 1 N F ( x j )

4.2. Case Study of the Bohai Sea

The principles governing the selection of emergency communication resource reserve bases at sea encompass various factors. Foremost among these is the critical importance of geographical location, emphasizing proximity to busy maritime traffic lanes or vital shipping routes to facilitate swift responses to emergency communication demands. Furthermore, these reserve points must possess the necessary resources to swiftly respond to maritime accidents, encompassing specialized personnel, state-of-the-art equipment, and sufficient material reserves. This assurance guarantees the effectiveness and timeliness of emergency responses, thereby fostering a sense of security and reliability in critical situations. Moreover, it is imperative to comprehensively consider factors such as scale, operational logistics, management strategies, and construction expenditures to ensure the sustainable development and functionality of these emergency communication resource reserves. Only through a comprehensive assessment of these elements can suitable emergency communication resource reserve bases at sea be identified in order to provide timely and effective assistance during maritime emergencies.
Algorithm 1: Dual-Population Genetic Algorithm (DPGA)
Jmse 12 00844 i001
Building upon the existing offshore emergency rescue base construction in the Bohai Sea region, this paper has identified fourteen offshore emergency communication resource reserve bases. Table 7 presents the location data.
Utilizing the Bohai Sea-related data, we assessed the risk level of demand points using (18). Subsequently, we normalized the derived risk level values with (19) to acquire the risk weighting coefficients. The resulting weights are presented in Table 8. This step aims to quantify the risk level of each demand point and convert it into comparable weighting coefficients for consideration in subsequent analysis and decision-making processes.
Following the method described in Section 2, demand points are categorized into I-demand and II-demand, as illustrated in Figure 2.
Figure 3 and Figure 4 illustrate the optimization process and site selection results. In Figure 3, the UAV base can serve I-demand points and fulfill all emergency requests from I-demand points. The optimization objective of (20) is to minimize the number of UAV bases, as depicted in Figure 3a of the simulation experiment results. It is observable that the number of bases exhibits a decreasing trend when using DPGA, rapidly converging and stabilizing after the first five iterations. While the GA yields the same result, its convergence speed is noticeably slower than the DPGA, and the convergence process of the GA is unstable. The minimum number of UAV bases required to cover all I-demand points is 9, as depicted in Figure 3b. The figure illustrates the selected UAV base candidates and the demand points they can cover.
The helicopter base is dedicated to serving II-demand points, with a focus on responding to demand points associated with higher quantified risks. This prioritization is driven by the practical challenges of ensuring responses to all emergencies originating from II-demand points. Such a strategy aligns with the second optimization objective of the model (21), which aims to maximize the coverage capacity of helicopters.
Figure 4a provides insights into the optimization process, showing the rapid accumulation of the cumulative risk value of demand points covered by helicopter bases as the number of iterations progresses. It is noteworthy that this cumulative risk value stabilizes after the tenth iteration. However, the stability of the optimization process using DPGA is significantly superior to that using GA. Examining Figure 4b, it becomes apparent that achieving coverage for all II-demand points requires only two helicopter bases. This outcome fulfills the optimization objective outlined in (21), thereby contributing to cost reduction in operations, and allows for multiple coverages for certain II-demand points. This aspect underscores the reliability and robustness of the site selection method employed in this study.
Figure 5 illustrates the existence of an optimal solution for the helicopter base location layout in this application scenario for helicopter coverage risk at different values of P. It can be observed that the cumulative risk values when P equals 2 or 3 are significantly higher than when P equals 1, indicating that increasing the number of helicopter bases can enhance the system’s coverage capability. However, when P equals 2 or 3, the cumulative risk values stabilize, indicating that increasing the number of helicopter bases further does not improve the cumulative risk values, and leads to an increase in operational costs. This suggests that a value of P equal to 2 represents the optimal layout for helicopter bases in this scenario.

5. Discussion

In maritime emergency communication scenarios, a pivotal concern lies in how to respond to emergency communication requests within a designated timeframe. Considering that response time is largely determined by the quantity and placement of emergency facilities, determining the optimal number and positioning of these facilities holds significant strategic importance. We have developed a DcFSSM model to address the deployment issue of maritime emergency communication resource reserve points. Compared to existing methods for maritime emergency communication, this solution offers significant advantages in terms of flexibility, response speed, and cost-effectiveness, while meeting the demand for emergency communication in both natural disasters and military scenarios. A DPGA is employed to solve the DcFSSM model. The DPGA introduces two populations for cooperative evolution, thereby enhancing global search capability while maintaining diversity. Additionally, by optimizing different objectives separately, DPGA improves solution efficiency. A comparative analysis reveals that DPGA outperforms GA in terms of convergence speed and stability of the convergence process.
First, the distance from each demand point to all candidate points is calculated based on coordinate parameters. Subsequently, considering the response time and aircraft performance parameters, the coverage ranges of aircraft are determined. Based on the coverage capabilities of the aircraft, demand points fall into the classes of I-demand points and II-demand points. To ensure that the site selection outcomes align with maritime risk levels, a maritime risk assessment is conducted to identify areas with higher risk values.
In DcFSSM, objective function 1 (20) aims to minimize the number of UAV bases using an ensemble coverage model. The results show that nine UAV bases are required to cover all I-demand points, with some demand points potentially receiving multiple coverages. Additionally, it is worth noting that some of the bases are underutilized; this issue warrants continued research. Utilizing UAV bases to deploy emergency communications resources has multiple advantages. First, the flexibility of UAVs makes it possible to quickly respond to sudden emergency communication needs and provide timely communication support. Second, utilizing UAV bases for deploying emergency communication resources may offer a more cost-effective solution, especially for maritime emergency communication. Finally, demand-based scalability allows for flexible adjustment of the size of communication facilities at the UAV bases, realizing efficient allocation of resources.
Equation (21) in the DcFSSM formulates objective function 2, which leverages the concept of MCLP. It calculates the site selection results that maximize coverage value for a given number of helicopter bases. In our model, we use the risk level of the demand points to characterize the coverage value, striving to cover demand points with higher risk levels to the fullest extent. Simulation experiments reveal that only two helicopter bases are required to cover all II-demand points. Adding more helicopter bases would only increase construction costs unnecessarily. These results clearly demonstrate the superiority of using helicopters for maritime emergency communication resource deployment, namely, rapid response and extensive coverage.
Compared to traditional siting models, the DcFSSM demonstrates significant advantages in multiple aspects. First, it adopts a multi-objective optimization strategy, enabling simultaneous consideration of various objectives such as response time, coverage range, and cost, thereby facilitating more comprehensive and effective decision-making. Second, the DcFSSM showcases remarkable flexibility, enabling it to adjust to various emergency communication requirements and environmental circumstances while offering enhanced adaptability and usability for real-world applications. Additionally, the model improves resource utilization, effectively reducing costs and boosting resource efficiency. By striking a balance between cost and risk, the DcFSSM enables decision-makers to make rational and prudent decisions to ensure the reliability and efficiency of communication during emergencies. The selected deployment scheme achieves multiple coverage for specific demand points, further enhancing system robustness and reliability. Overall, the DcFSSM provides reliable decision support for the deployment of maritime emergency communication resources to ensure effective emergency response.

6. Conclusions

This paper delves into the intricacies of the site selection process for maritime emergency communication facilities, focusing specifically on the implementation and evaluation of the DcFSSM. By conducting a comparative analysis with traditional siting models, the DcFSSM demonstrates remarkable advantages in terms of multi-objective optimization, flexibility, practicality, and resource allocation efficiency. With its comprehensive approach, this model effectively meets the critical requirements for the efficient and strategic deployment of maritime emergency communication facilities. The main contributions of this paper are as follows:
  • By analyzing existing research, the study outlines the challenges faced by maritime emergency communication and the main issues addressed.
  • We introduce DcFSSM, which considers the coverage capabilities of different carriers to address rapid response requirements.
  • A DPGA is designed to solve the model, offering an effective tool for pinpointing the optimal base location.
  • The feasibility and effectiveness of the proposed model are validated through a case study, providing theoretical support and practical guidance for the implementation of maritime emergency communication.
Through our research, we have identified pivotal factors that influence the deployment of emergency communication facilities, including response time and coverage capability. Leveraging the DPGA to optimize multiple objectives, the DcFSSM provides a robust framework for making informed site selection decisions regarding maritime emergency communication facilities.
Looking ahead, future research endeavors could focus on further refining model parameters and incorporating additional factors such as environmental constraints and coordination between maritime and aerial operations. Additionally, conducting field tests and validations during actual maritime emergencies would offer valuable insights into the practical applicability and efficacy of the model.
In summary, the findings of this study make significant contributions to the advancement of decision support systems for maritime emergency communication resource deployment. By offering fresh perspectives and insights, our research enriches the discourse surrounding maritime communication infrastructure design and provides valuable guidance for stakeholders in this field.

Author Contributions

Supervision, S.J.; writing—original draft, X.L.; writing—review and editing, X.L. All authors have read and agreed to the published version of the manuscript.

Funding

This work was Supported funded by the Innovation Program of the Shanghai Municipal Education Commission of China under Grant No. 2021-01-07-00-10-E00121.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

The program code used in the research can be obtained from the corresponding author upon request.

Conflicts of Interest

The authors declare no conflicts of interest.

References

  1. Jiang, S. Networking in Oceans: A Survey. ACM Comput. Surv. 2021, 54, 1–33. [Google Scholar] [CrossRef]
  2. Nomikos, N.; Gkonis, P.K.; Bithas, P.S.; Trakadas, P. A Survey on UAV-Aided Maritime Communications: Deployment Considerations, Applications, and Future Challenges. IEEE Open J. Commun. Soc. 2023, 4, 56–78. [Google Scholar] [CrossRef]
  3. Wei, T.; Feng, W.; Chen, Y.; Wang, C.X.; Ge, N.; Lu, J. Hybrid Satellite-Terrestrial Communication Networks for the Maritime Internet of Things: Key Technologies, Opportunities, and Challenges. IEEE Internet Things J. 2021, 8, 8910–8934. [Google Scholar] [CrossRef]
  4. Ma, Y.; Xu, W.; Qin, L.; Zhao, X. Site Selection Models in Natural Disaster Shelters: A Review. Sustainability 2019, 11, 399. [Google Scholar] [CrossRef]
  5. Janjić, A.; Velimirović, L.; Velimirović, J.; Vranić, P. Estimating the optimal number and locations of electric vehicle charging stations: The application of multi-criteria p-median methodology. Transp. Plan. Technol. 2021, 44, 827–842. [Google Scholar] [CrossRef]
  6. Yang, K.; Wang, R.; He, H.; Yang, X.; Zhang, G. Multi-supply multi-capacitated p-median location optimization via a hybrid bi-level intelligent algorithm. Comput. Ind. Eng. 2021, 160, 107584. [Google Scholar] [CrossRef]
  7. Abounacer, R.; Rekik, M.; Renaud, J. An exact solution approach for multi-objective location–transportation problem for disaster response. Comput. Oper. Res. 2014, 41, 83–93. [Google Scholar] [CrossRef]
  8. Yang, P.; Xiao, Y.; Zhang, Y.; Zhou, S.; Yang, J.; Xu, Y. The continuous maximal covering location problem in large-scale natural disaster rescue scenes. Comput. Ind. Eng. 2020, 146, 106608. [Google Scholar] [CrossRef]
  9. Wang, W.; Wu, S.; Wang, S.; Zhen, L.; Qu, X. Emergency facility location problems in logistics: Status and perspectives. Transp. Res. Part Logist. Transp. Rev. 2021, 154, 102465. [Google Scholar] [CrossRef]
  10. Ma, Q.; Zhang, D.; Wan, C.; Zhang, J.; Lyu, N. Multi-objective emergency resources allocation optimization for maritime search and rescue considering accident black-spots. Ocean Eng. 2022, 261, 112178. [Google Scholar] [CrossRef]
  11. Karatas, M. A dynamic multi-objective location-allocation model for search and rescue assets. Eur. J. Oper. Res. 2021, 288, 620–633. [Google Scholar] [CrossRef]
  12. Wang, Y.; Fan, J.; Wu, S.; Yang, Y. A heuristic algorithm optimizing emergency resource storage and location in the South China Sea. Ocean Eng. 2023, 268, 113254. [Google Scholar] [CrossRef]
  13. Salvador, C.B.; Arzaghi, E.; Yazdi, M.; Jahromi, H.A.; Abbassi, R. A multi-criteria decision-making framework for site selection of offshore wind farms in Australia. Ocean Coast. Manag. 2022, 224, 106196. [Google Scholar] [CrossRef]
  14. Ji, C.; Yuan, S.; Jiao, Z.; Pettigrew, J.; El-Halwagi, M.M.; Pasman, H.J. Risk informed floating storage and re-gasification unit (FSRU) location selection for local natural gas supply. Ocean Eng. 2023, 268, 113357. [Google Scholar] [CrossRef]
  15. Marsh, P.; Penesis, I.; Nader, J.R.; Cossu, R. Multi-criteria evaluation of potential Australian tidal energy sites. Renew. Energy 2021, 175, 453–469. [Google Scholar] [CrossRef]
  16. Xu, W.; Xu, J.; Proverbs, D.; Zhang, Y. A hybrid decision-making approach for locating rescue materials storage points under public emergencies. Kybernetes 2024, 53, 293–313. [Google Scholar] [CrossRef]
  17. Ahmadi, H.; Jelokhani-Niaraki, M.; Argany, M.; Ghanbari, A. Optimizing locations of emergency medical stations for rural areas: A case study in Iran. Int. J. Disaster Risk Reduct. 2024, 103, 104336. [Google Scholar] [CrossRef]
  18. Xing, S. Optimal Search Facilities Selection Model for Joint Aeronautical and Maritime Search. IEEE Access 2021, 9, 36455–36465. [Google Scholar] [CrossRef]
  19. Xiong, W.; van Gelder, P.; Yang, K. A decision support method for design and operationalization of search and rescue in maritime emergency. Ocean Eng. 2020, 207, 107399. [Google Scholar] [CrossRef]
  20. Wang, H.; Zhou, J.; Zhou, L. A Lattice Boltzmann Method-like Algorithm for the Maximal Covering Location Problem on the Complex Network: Application to Location of Railway Emergency-Rescue Spot. Mathematics 2024, 12, 218. [Google Scholar] [CrossRef]
  21. Barbati, M.; Corrente, S.; Greco, S. Multiobjective combinatorial optimization with interactive evolutionary algorithms: The case of facility location problems. EURO J. Decis. Process. 2024, 12, 100047. [Google Scholar] [CrossRef]
  22. Rautray, R.; Dash, R.; Dash, R.; Chandra Balabantaray, R.; Parida, S.P. A review on metaheuristic approaches for optimization problems. In Computational Intelligence in Healthcare Informatics; Springer Nature: Singapore, 2024; pp. 33–55. [Google Scholar] [CrossRef]
  23. Wang, Y.; Zhang, C.; Feng, L.; Tang, C.; Yu, X.; Zheng, X.; Liu, X.; Costanza, R. Determination of refuge places for oil tankers in emergencies in the Chinese Bohai Sea. Mar. Policy 2018, 90, 95–104. [Google Scholar] [CrossRef]
Figure 1. Maritime emergency communication dual-carrier siting layout.
Figure 1. Maritime emergency communication dual-carrier siting layout.
Jmse 12 00844 g001
Figure 2. Demand points and distribution of resource reserve candidate bases.
Figure 2. Demand points and distribution of resource reserve candidate bases.
Jmse 12 00844 g002
Figure 3. Optimization process and site selection for UAV bases.
Figure 3. Optimization process and site selection for UAV bases.
Jmse 12 00844 g003
Figure 4. Optimization process and site selection for helicopter base.
Figure 4. Optimization process and site selection for helicopter base.
Jmse 12 00844 g004
Figure 5. Impact of helicopter base quantity on coverage risk.
Figure 5. Impact of helicopter base quantity on coverage risk.
Jmse 12 00844 g005
Table 1. Objectives, models, solution methods, and scenarios of facility location problems.
Table 1. Objectives, models, solution methods, and scenarios of facility location problems.
ModelObjectiveSolution MethodScenario
P-median problem [5]Minimize cost and distanceExact algorithmEVCS
Capacitated p-median problem [6]Reduce costs, meet
facility capacity
Genetic Algorithm with Co-evolution of Population and Neighborhood (GACEPN)General
Multi-objective emergency location–transportation problem [7]Minimize transportation time, reduce agents, and meet all demand pointsExact algorithmLocation–transportation for disaster response
C-MCLP [8]Optimize communication hub-center locationMixed Integer Linear Programming (MILP)Natural disaster rescue
Multi-objective optimization model [10]Minimize total cost, shorten response timeElite-preserved Genetic Algorithm (EGA)Maritime search and rescue (MSAR)
dynamic multi-objective mixed integer linear programming model [11]Minimize cost and time, balance workloadExact algorithmMSAR
Covering problem model [12]Optimize emergency resource storage and location, minimize response time
and costs
Improved Immune AlgorithmEmergency rescue resources
Bayesian model [13]Optimal offshore wind
farm location
Machine learning algorithmOffshore wind farms (OWFs)
MLCP [14]Optimize FSRU locationExpert assessment guided the safety evaluationLNG floating storage and re-gasification units (FSRUs)
Multi-Criteria Evaluation(MCE) [15]Optimal deployment locationsExact algorithmEnergy site
Multi-criteria method [16]Locating emergency relief supply facilitiesDecision ranking and complex network algorithmsRescue materials storage points (RMSP)
GIS-based ACO-QAP [17]Rapid response, maximize resource utilizationAnt Colony Optimization(ACO)Emergency medical services(EMS)
Covering problem model [18]Minimize time and costDinkelbach algorithmMSAR
Covering problem model [19]Minimize response timeNSGA-IIMSAR
MCLP [20]Minimize the number
of facilities
LBM-like algorithmEmergency rescue spot
Table 2. Parameters and interpretations.
Table 2. Parameters and interpretations.
ParameterMeaning
T m a x Maximum response time of emergency communication.
i I Set of candidate bases for emergency communication facility bases.
j J Set of maritime emergency demand points.
NNumber of alternative bases.
PNumber of alternative helicopter bases.
UradiusCoverage range of alternative UAV bases.
HradiusCoverage range of alternative helicopter bases.
V h Helicopter flight speed.
V u UAV flight speed.
R 1 Set of I-demand points (UAVs base response to emergencies).
R 2 Set of II-demand points (helicopter base response to emergencies).
C j Quantified risk value of demand point j.
X i Set to 1 if a UAV base is positioned at alternative site i; otherwise set to 0.
Y i Set to 1 if a helicopter base is positioned at alternative site i; otherwise set to 0.
Z j Set to 1 if a helicopter base serves II-demand point j; otherwise set to 0.
U i j Set to 1 if a UAV base at i can cover I-demand point j; otherwise set to 0.
H i j Set to 1 if a helicopter base at i can cover II-demand point j; otherwise set to 0.
Table 3. Ship type conversion coefficients.
Table 3. Ship type conversion coefficients.
Vessel Type Factor (S)Vessel Tonnage
<16001600~15,00015,000~50,000>50,000
General Cargo Ship1.11.01.21.5
Oil Tanker1.51.51.82.3
Chemical Tanker1.52.02.51.5
Table 4. Ship type, size, and conversion coefficients.
Table 4. Ship type, size, and conversion coefficients.
Index1234567891011
Tonnage (10,000 tons)<0.010.01~0.050.05~0.30.3~0.60.6~11~1.51.5~22~33~44~6>6
Length<3030~5050~9090~115115~135135~155155~170170~195195~215215~246>246
Factor (T)0.250.511.181.411.722.252.534
Table 5. Different importance coefficients for different sea areas.
Table 5. Different importance coefficients for different sea areas.
Accident AreaAquaculture AreaMain Shipping Lanes and RoutesGeneral Area
Factor (A)1.61.41.0
Table 6. Accident grade and conversion coefficients.
Table 6. Accident grade and conversion coefficients.
Accident Severity Coefficient12345
GradeMajorSeriousSignificantMinorSmall
Factor (G)106410.5
Table 7. Latitude and longitude for alternative bases [23].
Table 7. Latitude and longitude for alternative bases [23].
BaseNorth LatitudeEast Longitude
138.0596121.6450
240.2950122.1000
340.8000121.0670
440.6667120.8500
539.9100119.1620
639.1967118.9920
738.9850117.7010
838.3250117.8750
938.1000118.6670
1037.7833120.8000
1137.5477121.3960
1237.4517122.2020
1337.2143119.0326
1437.3679119.9720
Table 8. Location and weights of demand points.
Table 8. Location and weights of demand points.
Demand PointNorth LatitudeEast LongitudeWeights
138.8233118.50781.00
238.8967118.36970.58
338.8526118.25250.28
439.5717120.00320.69
538.9162118.11350.97
638.7281118.00120.76
738.5414118.36150.10
838.7029118.40380.37
937.3874119.29120.11
1037.9425121.01020.46
1138.0414120.46770.09
1238.3799119.67940.94
1338.6939119.23860.71
1438.7878118.80670.63
1539.0813119.14830.23
1639.7722119.73070.67
1739.5505119.88870.31
1838.8491120.78320.67
1938.3334121.41120.88
2038.5896120.87160.04
2137.8681121.38800.93
2237.9040119.78310.43
2338.4179119.12670.41
2440.5734121.27740.85
2540.2396121.53370.41
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Li, X.; Jiang, S. Deployment Method for Aircraft-Based Maritime Emergency Communication Resource Reserve Bases. J. Mar. Sci. Eng. 2024, 12, 844. https://doi.org/10.3390/jmse12050844

AMA Style

Li X, Jiang S. Deployment Method for Aircraft-Based Maritime Emergency Communication Resource Reserve Bases. Journal of Marine Science and Engineering. 2024; 12(5):844. https://doi.org/10.3390/jmse12050844

Chicago/Turabian Style

Li, Xihua, and Shengming Jiang. 2024. "Deployment Method for Aircraft-Based Maritime Emergency Communication Resource Reserve Bases" Journal of Marine Science and Engineering 12, no. 5: 844. https://doi.org/10.3390/jmse12050844

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