Next Article in Journal
Two-Stage Uncertain UAV Combat Mission Assignment Problem Based on Uncertainty Theory
Previous Article in Journal
Semantic Topic Modeling of Aviation Safety Reports: A Comparative Analysis Using BERTopic and PLSA
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

A Multi-Scale Airspace Sectorization Framework Based on QTM and HDQN

1
College of Geoscience and Surveying Engineering, China University of Mining and Technology (Beijing), Beijing 100083, China
2
College of Air Traffic Management, Civil Aviation University of China, Tianjin 300300, China
*
Author to whom correspondence should be addressed.
Aerospace 2025, 12(6), 552; https://doi.org/10.3390/aerospace12060552
Submission received: 24 April 2025 / Revised: 15 June 2025 / Accepted: 15 June 2025 / Published: 17 June 2025
(This article belongs to the Special Issue AI, Machine Learning and Automation for Air Traffic Control (ATC))

Abstract

Airspace sectorization is an effective approach to balance increasing air traffic demand and limited airspace resources. It directly impacts the efficiency and safety of airspace operations. Traditional airspace sectorization methods are often based on fixed spatial scales, failing to fully consider the complexity and interrelationships of airspace partitioning across different spatial scales. This makes it challenging to balance large-scale airspace management with local dynamic demands. To address this issue, a multi-scale airspace sectorization framework is proposed, which integrates a multi-resolution grid system and a hierarchical deep reinforcement learning algorithm. First, an airspace grid model is constructed using Quaternary Triangular Mesh (QTM), along with an efficient workload calculation model based on grid encoding. Then, a sector optimization model is developed using hierarchical deep Q-network (HDQN), where the top-level and bottom-level policies coordinate to perform global airspace control area partitioning and local sectorization. The use of multi-resolution grids enhances the interaction efficiency between the reinforcement learning model and the environment. Prior knowledge is also incorporated to enhance training efficiency and effectiveness. Experimental results demonstrate that the proposed framework outperforms traditional models in both computational efficiency and workload balancing performance.

1. Introduction

Airspace is an indispensable and critical resource in modern society. Its efficient management is essential to ensure the safety, efficiency, and sustainability of air transportation. In airspace management, airspace sectors are the basic operational units of air traffic control. They define independent responsibility zones through geographic partitioning. These sectors undertake core functions such as dynamic aircraft monitoring, conflict resolution, and traffic flow coordination. Airspace sectorization is a crucial task for achieving efficient airspace management, and the quality of sectorization directly determines the operational efficiency and safety margins of airspace. Therefore, a well-designed sector structure can dynamically adapt to the spatiotemporal distribution of traffic flow. It balances sector workloads, reduces air traffic controllers’ pressure, and improves airspace resource utilization [1,2]. In recent years, with the rapid growth of air traffic density and flight volumes, rational airspace sectorization has become increasingly important [3,4,5].
Currently, airspace sectorization algorithms can be broadly categorized into two types: those based on traffic flow [6,7,8,9,10,11,12,13,14,15,16,17,18,19] and those based on foundational grids [20,21,22,23,24,25]. Traffic flow-based methods involve preprocessing flight trajectories into graphs, and then applying network, topology, or graph theory techniques for sectorization. However, the data processing and computational procedures involved in these methods are often cumbersome. In foundational grid-based methods, the airspace is initially divided into smaller foundational grids, which are then merged or split according to specific mathematical rules and application contexts to form sectors of varying shapes and sizes. Airspace gridding is a critical element in constructing the foundational framework of digital aviation management, and plays a vital role in enabling the digitalization and intelligent management of airspace sectors [26]. With technological advancements, numerous intelligent algorithms have been applied to the field of airspace management [27,28,29,30,31]. Among these, Mas-Pujol et al. [32] explored the application of image-based multi-agent reinforcement learning techniques to balance the demand and capacity of complex systems such as air traffic management. Marta et al. [33] investigated the use of reinforcement learning for restructuring urban drone airspace environments.
In the aforementioned studies, the spatial scales of the selected research areas vary significantly, ranging from relatively small-scale regions such as cities and Air Traffic Control Centers to larger-scale regions such as continents. For instance, Granberg et al. [34] focused on the terminal control area of Stockholm Arlanda Airport and proposed an airspace sectorization framework based on mixed integer programming, incorporating constraints on various sector geometries. Wong et al. [12] selected the Singapore Flight Information Region as their study area and utilized a non-dominated sorting genetic algorithm to balance air traffic controllers’ monitoring and coordination workloads while maintaining sector shape similarity. Ye et al. [22] conducted their research in the Taiyuan airspace of China, proposing a framework for automated airspace restructuring that employs the Monte Carlo graph-cutting algorithm to smooth irregular sector boundaries formed by grids. Sergeeva et al. [25] studied the French airspace, transforming the dynamic airspace configuration problem into a graph partitioning problem and solving it using a genetic algorithm. Basu et al. [35] applied a one-dimensional solution framework to design a heuristic algorithm for two-dimensional partitioning based on binary space partitioning, with the United States as their study area. Jägare et al. [20] discretized the European airspace into three-dimensional grids and utilized constraint programming to achieve sector planning while ensuring workload balance across sectors and satisfying multiple constraints.
However, these studies on airspace sectorization have primarily focused on sector design at fixed spatial scales, failing to fully consider the complexity and interrelationships of airspace partitioning across different spatial scales. In fact, variations in spatial scale result in different airspace characteristics and management needs. Changes in local airspace sectors may impact the management of surrounding airspace, while adjustments in large-scale airspace sectors can also influence local airspace traffic flows. As an integrated system, the dynamic coupling relationship between local and global airspace needs to be systematically considered in sectorization. Large-scale partitioning faces efficiency bottlenecks when handling local details [36], making it difficult to achieve a balance between fine-grained partitioning and global coordination. Conversely, small-scale partitioning often fails to integrate information from neighboring airspace, affecting the optimization of airspace sectors to achieve better results. Therefore, how to effectively incorporate large-scale information into local airspace sectorization, while achieving fine-grained processing of local areas in large-scale airspace sectorization, has become a critical challenge that urgently needs to be addressed.
To address this challenge, we propose a multi-scale airspace sectorization framework that integrates multi-resolution grids with hierarchical reinforcement learning. This framework divides the airspace into two spatial scales: local target regions and their corresponding larger regions. By leveraging the multi-resolution properties of the Discrete Global Grid System, it achieves multi-scale adaptation of airspace sectorization from local to global levels. Simultaneously, the hierarchical reinforcement learning model enhances the optimization of local airspace sectors through layered decision-making, balancing local and global considerations. First, we construct a globally unified, multi-layered airspace grid model based on the Quaternary Triangular Mesh (QTM). And the workload calculation model based on a spatial grid is extended. Second, we introduce an efficient algorithm for constructing spherical grid Voronoi diagrams to define airspace sectors. Then, we develop a hierarchical deep Q-network (HDQN) reinforcement learning model to optimize sectorization. This model leverages hierarchical structure, multi-resolution grids, and prior knowledge to enhance training efficiency and performance. Finally, real flight data from the Northeastern Chinese airspace is used to experimentally validate the computational efficiency and effectiveness of the proposed framework.
This paper is organized into five Sections. Section 1 introduces the research background. Section 2 provides a detailed explanation of the multi-scale airspace sectorization modeling framework based on QTM and HDQN. Section 3 presents an experimental analysis of the framework’s efficiency and effectiveness. Section 4 offers a discussion and considers future work. Finally, Section 5 concludes the paper.

2. Methodology

Significant differences in spatial scales within airspace management affect both operational demands and decision-making. Local sector adjustments may impact nearby regions. Meanwhile, large-scale changes can influence local traffic distribution. Therefore, airspace sectorization should systematically account for the dynamic coupling between global and local spatial levels. This study focuses on two key questions. One is how to effectively incorporate global spatial information into local sectorization. The other is how to overcome computational bottlenecks while improving the resolution of local optimization and fully leveraging global information. To address these challenges, we propose a multi-scale airspace sectorization framework based on QTM and HDQN. The overall structure of the framework is composed of four core modules, as illustrated in Figure 1.
Module I (Multi-Resolution Discretization of Airspace): This module uses QTM to build multi-resolution grids that discretize continuous airspace into standardized cells. These cells serve as the geometric foundation for sector modeling. High-resolution grids are applied to target regions, while lower-resolution grids cover larger areas, enabling efficient use of computational resources.
Module II (Grid-Based Workload Assessment): This module efficiently assesses sector workloads using the airspace grids. Workloads are discretized and mapped to individual grid cells, providing a structured basis for optimization decisions.
Module III (Grid-Based Voronoi Sector Generation): This module constructs sector structures using grid-based Voronoi diagrams. Each sector comprises multiple grids, and its total workload is calculated by summing the workloads of all corresponding grid cells.
Module IV (Hierarchical Reinforcement Learning Sector Optimization Model): This module constructs an HDQN model, employing a dual-layer policy architecture. The top-level policy determines the partitioning of global airspace, while the bottom-level policy optimizes local sector structures. Adaptive optimization is achieved by dynamically adjusting the positions of Voronoi sites.
Each module is described in detail below.
Figure 1. The framework for airspace sectorization depending on QTM and HDQN.
Figure 1. The framework for airspace sectorization depending on QTM and HDQN.
Aerospace 12 00552 g001

2.1. Airspace Gridding

The Discrete Global Grid System (DGGS) [26,37,38,39,40,41,42,43,44,45,46,47] is an emerging framework for spatial data modeling. It offers several advantages, including multi-resolution capability, spatial uniformity, and hierarchical structure. These features provide new opportunities for addressing multi-scale airspace sectorization challenges. Its multi-scale design allows flexible adaptation to partitioning needs at various spatial levels. Meanwhile, its regular structure simplifies the division and analysis of complex airspace. Compared to traditional airspace management methods based on administrative boundaries or fixed routes, DGGS improves the efficiency of capacity computation, storage, and indexing, thereby enabling more effective analysis and optimization.

2.1.1. Multi-Resolution Airspace Grid Modeling Based on QTM

In this research, we use the spherical Quadratic Triangular Mesh (QTM) [48], based on the ortho-octahedron as the basis for the foundation of the spherical airspace grids (see Figure 2). QTM is a typical discrete global grid featuring a hierarchical structure, near-uniform resolution, and global consistency. It also supports more accurate boundary fitting [49,50].
The QTM grid is constructed using a direct spherical subdivision approach, where grid points are generated by equally dividing latitude and longitude. These points are then connected using great circle arcs and latitude lines to form the spherical grid. In computation, QTM uses longitude–latitude coordinates and spherical grids as its basis, and projection transformations are applied only for visualization purposes. This approach maintains projection independence and uniformity, effectively avoiding the impact of projection distortions on computational accuracy.
The QTM grid encoding uses a one-dimensional array to represent spherical coordinates. Latitude and longitude coordinates can be efficiently converted into grid codes through a code conversion algorithm. This algorithm refers to a set of rules and formulas for mutual conversion between different global discrete grid codes and geographic coordinates. Detailed conversion rules can be found in [51]. Grid encoding not only avoids the complexity of projection calculations but also enables batch management and efficient indexing of airspace data. It is widely applied throughout all stages of the sectorization process.

2.1.2. Workload Gridding

To establish an optimization model, the workload of air traffic controllers in each sector must be accurately represented. This workload model serves as the core feature of the state vector used in the subsequent reinforcement learning model for sector optimization. Previous studies have proposed numerous workload calculation methods, including physical activity metrics, physiological indicators, controller task simulation models, subjective ratings, and machine learning approaches [11,13,52,53,54,55,56,57,58,59]. However, there is currently no globally accepted definition or standard for airspace sector workload [22]. Existing research generally considers the airspace sector workload to consist of three components [14]: monitoring workload (wlmon), conflict workload (wlcon), and coordination workload (wlcoo). This study proposes a grid-based airspace workload model by leveraging the grid properties of QTM. It establishes a mapping between ergonomic considerations and mathematical modeling, avoiding complex spatial intersection computations.
(1)
Monitoring Workload Model
The monitoring workload of a sector refers to the workload being proportional to the duration of aircraft flight time within the sector. By using the base grid as an intermediate structure, the workload is allocated to the base grids. After each model iteration updates the sectors, the sector workload is obtained by summing the workloads of its constituent base grids, eliminating the need for recalculation. Assuming sector j consists of n base grids, the monitoring workload of sector j is expressed as:
w l j m o n = i = 1 n e w l i m o n
where e w l i m o n represents the monitoring workload of base grid i. Assuming there are m trajectories, then:
e w l i m o n = k = 1 m f m o n k i
where f m o n k i denotes the function calculating the flight duration of the trajectory k within base grid i. After airspace gridding, the trajectory data are represented as shown in Figure 3. Since each trajectory point is sampled at a fixed time interval, f m o n k i can be simplified by counting the number of trajectory points within each grid. During this process, the use of grid encoding and conversion algorithms significantly reduces computational time and improves storage and retrieval efficiency. Grid encoding is repeatedly employed throughout this study to enhance efficiency and will not be elaborated further in subsequent sections.
(2)
Conflict Workload Model
The conflict workload of a sector refers to the workload generated by resolving potential conflicts between aircraft within the sector. The grid-based conflict detection algorithm takes advantage of the hierarchical and globally unified encoding of grids. This approach eliminates the need for pairwise distance calculations between aircraft and enables efficient collision detection [60,61], which has been proven to offer higher computational efficiency. Therefore, assume that sector j consists of n base grids, and the conflict workload of sector j is expressed as:
w l j c o n = i = 1 n e w l i c o n
The conflict workload e w l i c o n of base grid i is determined by checking whether two trajectory points at the same altitude level fall into grid i simultaneously. Specifically, the trajectory point data within the same time interval are converted into a sequence of grid codes. If two trajectories both contain the grid code i, the conflict workload of grid i is incremented by one. The total conflict workload e w l i c o n is calculated as the sum of conflict occurrences within grid i across all time intervals, as illustrated in Figure 4.
(3)
Coordination Workload Model
The coordination workload of a sector refers to the workload generated by the transfer of control authority for aircraft entering or exiting the sector, measured by the number of aircraft transitioning between sectors. Assuming m trajectories pass through sector j, the coordination workload of sector j is expressed as:
w l j c o o = k = 1 m f c o o k j
where f c o o k i is the function that calculates the number of transitioning aircraft for sector j Specifically, the trajectories are converted into grid code sequences, and if a trajectory passes through sector j and also traverses other sectors, the coordination workload of sector j is incremented by one. Because the coordination workload depends on sector configuration, it must be recalculated whenever sector boundaries are updated.

2.2. Sector Construction Based on DGGS Grid Voronoi Diagrams

The Voronoi diagram is one of the key methods for airspace sectorization [16,23]. It partitions space into multiple Voronoi regions based on spatial distance, where each point in a region is closest to its corresponding generator point. Owing to its natural proximity, dynamic adaptability, and high computational efficiency, the Voronoi diagram has been widely adopted for airspace sectorization. Its dynamic adaptability enables real-time sector boundary updates by adjusting the positions of generator points in response to workload variations. Meanwhile, its global coordination capability ensures seamless coverage and consistent sector management, avoiding boundary overlaps or gaps. Additionally, the convexity and connectivity of Voronoi regions offer structural advantages that are highly beneficial in airspace sectorization. An efficient QTM-based spherical Voronoi diagram generation algorithm is introduced to construct airspace sectors [62], as illustrated in Figure 5. The resulting sectors are represented as collections of base grids within Voronoi regions, with sector boundaries defined by grid boundaries.
The Voronoi diagram is uniquely determined by the spatial distribution of its generator points. The generator point set S is treated as a decision variable for subsequent sector optimization. It consists of k latitude–longitude coordinates, where k represents the number of sectors.
S = L o n 1 , L a t 1 , L o n 2 , L a t 2 L o n k , L a t k

2.3. Airspace Sector Optimization Strategy Based on Hierarchical Reinforcement Learning

In real-world operations, airspace traffic changes significantly over time, which makes it difficult for static partitioning schemes to maintain long-term workload balance across sectors. To address this issue, we propose an HDQN-based optimization strategy that dynamically adjusts sector boundaries to balance workloads.

2.3.1. HDQN Framework for Airspace Sectorization

HDQN is a deep reinforcement learning algorithm based on hierarchical reinforcement learning. It introduces a hierarchical policy structure to improve learning efficiency and adaptability. The core of HDQN is Q-learning, a value-based reinforcement learning method. In Q-learning, the agent learns an action-value function that estimates the expected cumulative reward of taking action a in state s . Through continuous exploration and feedback, the agent gradually updates this function, eventually converging to an optimal policy that maximizes long-term rewards.
The designed HDQN algorithm adopts a two-level hierarchical structure, consisting of a top-level controller and a bottom-level controller, as shown in Figure 6. Specifically, the top-level DQN uses a Voronoi diagram to divide the global airspace into basic control regions. The bottom-level DQN then further partitions each region into multiple sectors. This two-tier structure, built using a recursive multi-level Voronoi diagram, allows the top and bottom DQNs to optimize different levels of the airspace hierarchy, enabling coordinated multi-scale partitioning.

2.3.2. Action Space and State Space

In a multi-level reinforcement learning model for airspace sectorization, the design of the action and state spaces is crucial. It directly affects model performance and decision-making efficiency. The top-level DQN and bottom-level DQN construct their respective state spaces and action spaces for different decision-making layers.
(1)
State Space of the Top-Level DQN
The state set S is utilized to describe the current state of the training environment. In the context of airspace sector optimization, the state space reflects the current partitioning of the airspace sectors. The top-level DQN focuses on macroscopic airspace division. Its state is defined by the spatial distribution of top-level Voronoi generator points, which determine the geometry of each control region. Assuming the airspace is divided into m airspace structural regions, the state space can be expressed as follows:
S T = L o n 1 T , L a t 1 T , L o n 2 T , L a t 2 T L o n m T , L a t m T
where L o n i T and L a t i T represent the longitude and latitude coordinates of the top-level Voronoi generating point i, respectively.
(2)
The state space of the bottom-level DQN
The bottom-level DQN refines the sector boundaries within the local airspace by adjusting the positions of the bottom-level Voronoi diagram generating points. Its content pertains to the spatial distribution of bottom-level Voronoi boundary points. Assuming a top-level airspace structure area is subdivided into n local sectors, the state space of the bottom-level DQN can be expressed as follows:
S B = L o n 1 B , L a t 1 B , L o n 2 B , L a t 2 B L o n n B , L a t n B
(3)
The action space of the top-level DQN
The action space A refers to the set of operations that the agent (the airspace sectorization model) can select under a specific state. The top-level DQN adjusts the positions of Voronoi generator points to indirectly change the shapes of control regions and achieve workload balance across the airspace. Specifically, the actions of the top-level DQN refer to small-range translations of the generator points’ latitude and longitude coordinates in the east, west, south, and north directions. Assuming the airspace is divided into m control areas, the action for each Voronoi generating point can be expressed as:
A T = Δ L o n 1 T , Δ L a t 1 T , Δ L o n 2 T , Δ L a t 2 T Δ L o n m T , Δ L a t m T
where Δ L o n i T and Δ L a t i T represent the offsets of the Voronoi generating point i in the longitude and latitude directions, respectively. The absolute values of these offsets, serving as action step sizes, gradually decrease over the course of an Episode.
(4)
The action space of the bottom-level DQN
The action space of the bottom-level DQN refers to the movement operations of the generator points used to construct the Voronoi diagram for local airspace sectorization. Assuming a local sector contains n boundary generating points, the action space of the bottom-level DQN can be expressed as:
A B = Δ L o n 1 B , Δ L a t 1 B , Δ L o n 2 B , Δ L a t 2 B Δ L o n n B , Δ L a t n B
In the design of the action space, constraint conditions are imposed to limit the extent of sector boundary adjustments in order to ensure airspace safety (referred to as Constraint 1). The constraint is defined as follows: when a sector boundary adjustment causes the distance between the boundary and high-density flight points to fall below a safety threshold, the agent’s action is considered invalid or unsuccessful. This constraint effectively prevents interference with high-density flight regions during sectorization. The constraint is computed based on the grid as follows:
G h G b = 0
Here, the set of hotspot area grids is denoted as G h , and the set of sector boundary grids is denoted as G b .

2.3.3. Reward Function

The reward function R defines the reward for each task, representing the benefit obtained after executing the task. In the multi-layer reinforcement learning-based airspace sector optimization strategy, designing an appropriate reward function is crucial for guiding the agent to learn and optimize the airspace partitioning strategy. The reward function reflects the quality of airspace sector partitioning based on the workload balancing of the airspace. Workload balancing is represented by the standard deviation of the workload within the sectors, as shown in Equation (11). A smaller standard deviation indicates a smaller difference in traffic control workload among the sectors, implying a higher degree of workload balancing.
f b a l a n c e = 1 k i = 1 k w l i m o n + w l i c o n + w l i c o o w l m o n ¯ w l c o n ¯ w l c o o ¯ 2
(1)
The reward function of the top-level DQN
The reward function of the top-level DQN is designed to optimize the workload balance among control areas while also ensuring reasonable sectorization within the target local airspace. Therefore, in this study, the top-level DQN reward function is defined as the negative standard deviation of the workloads across all top-level control areas minus the standard deviation of the workloads across all sectors within the target local airspace, expressed as:
R T = f b a l a n c e T f b a l a n c e B
where f b a l a n c e T represents the standard deviation of the workload across the top-level airspace structural regions; as calculated by Equation (11), while f b a l a n c e B denotes the standard deviation of the workload within the sectors of the target local airspace, with the goal of reducing the imbalance in global and local sectorization.
(2)
The reward function of the bottom-level DQN
In the bottom-level DQN, which is primarily responsible for the partitioning and optimization of sectors within local airspace, the design of its reward function takes into account the workload balancing among sectors within the airspace structural region, expressed as:
R B = f b a l a n c e B

2.3.4. Prior Knowledge

The introduction of prior knowledge can effectively reduce model convergence time, enhance the stability of policy learning, and provide more reliable decision-making support in dynamic airspace environments. To further improve computational efficiency and solution quality, domain prior knowledge is incorporated from three aspects: initialization, reward function shaping, and prioritized adjustments [14].
(1)
Initialization
The initialization of the reinforcement learning model has a significant impact on the policy optimization process. To improve learning efficiency, high-density flight grids are identified as clustering centers using the workload computation module. By integrating the spatial distribution of airspace sectors with the clustering characteristics of workload, these clustering centers or the centroids of the original sectors are used as the initial generating sites of the sectoral Voronoi diagram, thereby establishing a well-structured initial state space for the model.
(2)
The plasticity of the reward function
Based on the load-balancing reward mechanism, a minimum safety distance constraint between sector boundaries and high-density flight zones (Constraint 1) is incorporated into the reward function. This guides the agent to quickly learn to avoid placing sector boundaries across densely populated flight areas, which would otherwise lead to invalid actions. When a boundary approaches or crosses a high-density flight zone, a penalty is applied. The reward function is defined as:
R = f b a l a n c e f b o u n d a r y
(3)
Priority Adjustment
To ensure the efficiency of the training process, higher probabilities are assigned to operating in high workload areas during the early stages of training. As the training progresses and the model gradually converges with a certain level of optimization capability, the probabilities of actions become more balanced. This strategy accelerates training while ensuring that airspace planning objectives remain balanced throughout the process.

3. Results

3.1. Experimental Environment

The Northeast airspace in China has a relatively simple structure, with clearly defined sectors and traffic flows. Shenyang, a major central city in the region, oversees an airspace composed of six sectors, known as the Shenyang airspace. This is illustrated in Figure 7. This study selects the Northeast region of China as the research area, with the objective of optimizing the airspace structure of the Shenyang control region.
The flight traffic data used in this study is sourced from FlightAware (https://flightaware.com/ (accessed on 1 May 2024)) and is formatted as ADS-B trajectory point data. Initially, the raw trajectory data are preprocessed, including outlier removal, data cleaning, and time synchronization. Subsequently, the flight traffic is spatially gridded based on the DGGS framework to support subsequent training.
The experimental H-DQN hierarchical reinforcement learning model is structured with the Northeast airspace as the top-level region and the Shenyang airspace as the bottom-level region:
The top-level policy of the model is responsible for the overall airspace partitioning. It divides the Northeast airspace into four control regions: Shenyang, Dalian, Hailar, and Harbin. The top-level state space takes the range of the entire Northeast airspace, and the action space dimension is the number of control regions multiplied by four directions (4 × 4).
The bottom-level policy further refines the airspace partitioning based on the top-level division. Taking the Shenyang Control Region as an example, it is subdivided into six sub-sectors. The state space of the bottom-level policy is confined to the Shenyang control region determined by the top-level policy. Its action space equals the number of subsectors multiplied by four directions (6 × 4).
Considering that the typical width of civil aviation routes is approximately 20 km, the top-layer strategy adopts the 8th-level QTM (with an average side length of about 40 km), while the bottom-layer strategy uses the 9th-level QTM (with an average side length of about 20 km). The 9th-level QTM is also employed for workload calculation.
The algorithm presented in this research is implemented using the Python programming language (version 3.9.0). The spherical reference employed is the WGS84 reference ellipsoid. The hardware environment consists of an 11th Gen Intel(R) Core (TM) i5-1135G7 processor @ 2.40 GHz with 24.0 GB of RAM. For visualization, the Lambert projection is selected.
In the experimental setup, the learning rate for the agent is set to l r = 0.0001 , and the discount factor to γ = 0.99 . Each training cycle consists of 200 action steps. For every 10 cycles of training the lower-level policy, one training iteration of the upper-level policy is conducted. After 300 training cycles, the sectorization optimization model is considered fully trained.

3.2. Workload Calculation Efficiency Comparison

The schematic diagram of airspace management workload results based on multi-resolution grids is shown in Figure 8. Different levels of workload are represented by distinct colors, with darker shades indicating higher workload intensities.
In reinforcement learning, the primary consumption of computational resources is concentrated in the interaction process with the environment. In this experiment, this computation mainly involves workload evaluation and Voronoi diagram generation. To evaluate the efficiency of the grid-based approach in calculating airspace management workload, a comparative experiment is conducted. The comparison is made with the traditional airway-based method, which evaluates workload by calculating the number of flights and their dwell time within each sector. The results of the comparative experiment, as shown in Figure 9, demonstrate the significant computational efficiency advantages of the grid-based method. This advantage is mainly due to two features of the grid system. First, grid codes support efficient indexing and high-performance conversion between coordinates and grid codes. Second, batch operations can be applied to all trajectory points within a grid, enabling fast mapping between trajectory data and airspace sectors.

3.3. Effectiveness Comparison Experiment

Figure 10 presents the optimal solution derived from the reinforcement learning training results in this study. The blue regions represent the top-level control areas, with the Shenyang control area further divided into six light-green sectors. Additionally, a series of validation experiments were conducted to demonstrate the superiority of the proposed framework. These experiments include evaluations of the model’s hierarchical structure, the use of multi-resolution grids, and the integration of prior knowledge modules.
(1)
Comparative Experiment between Hierarchical Reinforcement Learning and Single-Layer Reinforcement Learning
This study employs a hierarchical reinforcement learning model. To validate its advantages over single-layer reinforcement learning models in optimizing local airspace, a comparative experiment was designed, as shown in Figure 11. The green curve represents the training results for the Shenyang region using the hierarchical reinforcement learning model. The blue curve denotes the results of applying a single-layer reinforcement learning model exclusively to the Shenyang region. And the red curve illustrates the performance of the Shenyang region when a single-layer reinforcement learning model is trained on the entire Northeast airspace as a whole. All models were tested using identical parameters and training iterations. The experimental results demonstrate that the hierarchical reinforcement learning model achieves better optimization performance and faster convergence than the single-layer models. This confirms the effectiveness and practicality of using a hierarchical structure for airspace sectorization.
(2)
Comparative Experiment on Effectiveness and Efficiency between Multi-Scale Grids and Single-Scale Grids
This study introduces multi-resolution grids into the proposed multi-scale airspace sector planning framework and conducts a comparative experiment with single-resolution grids. As shown in Figure 12a, the training performance of airspace sector optimization using reinforcement learning in the Shenyang region is presented under different grid resolutions. The experimental results indicate that both grid types perform similarly in optimization. However, as illustrated in Figure 12b, single-resolution grids require significantly more training time.
(3)
Comparative Experiment with Incorporation of Prior Knowledge
In the proposed multi-scale airspace sectorization framework, a prior knowledge module is introduced, and its effectiveness is validated through comparative experiments. As shown in Figure 13, the green curve represents the experimental results of incorporating prior knowledge into the reinforcement learning framework, while the blue curve corresponds to the results without prior knowledge. The experimental results demonstrate that integrating prior knowledge significantly improves the model’s convergence speed and training efficiency. It enhances workload balancing and sectorization quality. The primary factors contributing to this improvement include the use of reward shaping and a constrained action space, which help avoid ineffective exploration. In addition, the initial sector structure is optimized through the initialization strategy, further enhancing the model’s performance.
Table 1 provides a summary of the results from the effectiveness comparison experiment. The results indicate that the proposed model offers notable advantages in optimization performance, enabled by its hierarchical structure, multi-resolution grids, and the incorporation of prior knowledge.

3.4. Temporal Testing and Validation

To evaluate the adaptability and stability of the proposed multi-scale airspace sector planning framework under dynamic conditions, a temporal testing experiment was designed and conducted. The experiment utilized a pre-trained hierarchical reinforcement learning model to evaluate its performance in airspace sector partitioning under dynamic conditions. Given the significant variations in airspace traffic at different times of the day, the study divided a 24 h period into multiple phases, enabling automatic airspace sector updates based on traffic flow within each phase. Flight traffic data from the Northeast airspace on 24 July 2023 were randomly selected. The data were then divided chronologically into six intervals, each spanning four hours. The workload for each interval was calculated separately. Subsequently, the trained agent was used to perform airspace sector partitioning tests on the data from these six intervals. As shown in Figure 14, the results illustrate how sector partitioning in Shenyang airspace varies across different time intervals. The left vertical axis indicates the workload in each interval, while the right vertical axis shows the standard deviation before and after optimization.
The experimental results demonstrate that the proposed hierarchical reinforcement learning model effectively adapts to dynamic changes in airspace traffic. It achieves more balanced workload distribution across all time intervals and significantly reduces workload fluctuations, thereby validating the model’s dynamic adaptability and stability.
It is worth noting that, to avoid negative impacts on airspace stability due to frequent or large boundary adjustments, a boundary adjustment mechanism (Constraint 2) was incorporated into the reward function. Specifically, the degree of boundary change during each sector update is introduced as a negative reward term, formulated as follows:
R = f b a l a n c e f b o u n d a r y f a d j u s t
where   f b a l a n c e represents the workload-balancing loss,   f b o u n d a r y is a penalty for sector boundaries nearing high-density flight areas, and   f a d j u s t constrains large boundary shifts during optimization. In this experiment, f a d j u s t is defined as f a d j u s t = 100 × N G , where N G is the number of grids that change. This design effectively mitigates excessive and abrupt boundary modifications during the training process, ensuring the continuity and stability of airspace sector partitioning.
Figure 15 illustrates a comparison of the dynamic changes in airspace sector partitioning results across two intervals.

4. Discussion

The research presented in this paper aims to provide an innovative methodology for airspace sector partitioning and offers both theoretical and practical support for addressing complex airspace management challenges. Although significant achievements have been made, several valuable issues remain that warrant further discussion and investigation.

4.1. Airspace Design as a Complex System Problem

Airspace design is a complex systems engineering task. It involves dynamic interactions and optimizations across multiple dimensions and variables. This process not only requires the establishment of an effective theoretical model framework but also necessitates the thorough consideration of various practical constraints in implementation. For researchers, achieving full automation and intelligence in the airspace design process presents both a significant opportunity and a formidable challenge. While notable progress has been made in related research areas, numerous issues remain that warrant further in-depth exploration.
Research addressing this system task encompasses various aspects. Some studies focus on the construction of workload models [63], aiming to accurately reflect the dynamic characteristics of airspace operations. Others emphasize the prediction of airspace management workload [64,65], utilizing historical data and machine learning methods to forecast airspace traffic trends. Additionally, some research concentrates on post-processing procedures for sector partitioning results [16,25], including raster-based vectorization and smoothing of sector boundaries to enhance the practical applicability of the outcomes. Meanwhile, other studies are dedicated to improving optimization algorithms [14], such as genetic algorithms and reinforcement learning methods, to boost sectorization efficiency and effectiveness.
The framework proposed in this study is designed for the preliminary optimization and adjustment of airspace sectors, serving as an integral part of the overall airspace design and management system. As a meta-algorithm, the method presented in this paper demonstrates strong compatibility and scalability, allowing other optimization solutions to be further embedded within it. For instance, vectorization and smoothing algorithms can be introduced in sector boundary handling to reduce irregularities in practical applications. In terms of goal setting, dynamic adjustments can be made according to specific application scenarios. And, by incorporating weighted Voronoi diagrams, differentiated management resources can be allocated to different sectors, thus enabling flexible responses to the demands of complex airspace.
In addition, the experiments in this study primarily aim to balance the workload within the Shenyang Control Area, while also taking into account safety and stability constraints (Constraints 1 and 2). In practical applications, the optimization objectives can be further extended according to specific task requirements—for example, incorporating sector optimization across the entire Northeast airspace as part of a multi-objective optimization task. To this end, a multi-objective optimization framework is designed, with two optimization goals: (1) global airspace optimization involving coordinated scheduling across 16 sectors in the Northeast region; and (2) local airspace optimization focusing on the sectorization of six sectors within the Shenyang Control Area. During the optimization process, a composite reward function is formulated to achieve a trade-off between multi-scale objectives. The reward function is defined as follows:
R = ω 1 R g l o b a l + ω 2 R l o c a l
To quantify the impact of weight allocation on the optimization outcomes, three different sets of weight combinations were configured: (0.3, 0.7), (0.5, 0.5), and (0.7, 0.3). The experimental results are illustrated in Figure 16, where the blue curves represent the overall optimization results for the Northeast airspace, and the green curves correspond to the Shenyang control area. The results demonstrate that when the local weight dominates (Figure 16a, ω 1 = 0.3 ,   ω 2 = 0.7 ), the load balancing performance in the Shenyang airspace improved by 24.1% compared to the equal-weight scenario, while the overall structural load balancing index for the Northeast region decreased by 12.5%. Conversely, when the global weight dominates (Figure 16c, ω 1 = 0.7 ,   ω 2 = 0.3 ), the overall load balancing improved by 9.98%, but the optimization effect in the Shenyang control area declined by 43.3%. These results confirm the controllability of the optimization direction through weight parameters and provide a theoretical basis for airspace managers to implement differentiated strategies based on task priorities.
However, this study has several limitations that warrant further attention. First, due to data availability, the experimental validation was confined to the Shenyang Control Area and the Northeast China airspace. Future work will aim to apply the proposed framework to broader and more diverse airspace environments to further evaluate its robustness and scalability. Second, the air traffic data used in this study correspond to a specific time window and do not fully account for seasonal variations or operational fluctuations. In cases of unexpected events or extreme weather conditions, this may limit the generalizability of the results to other airspace settings. Third, future improvements could involve incorporating online learning mechanisms to enhance the model’s adaptability to dynamic and evolving traffic scenarios. Lastly, although the proposed framework has demonstrated promising applicability in preliminary airspace sectorization tasks, additional simulations and evaluations tailored to specific operational requirements are still necessary. The integration of human-in-the-loop assessments and real-world field testing will also be crucial to enhancing the framework’s practical reliability and operational value.

4.2. Selection of Base Grids

With the continuous advancement of cutting-edge technologies, the informatization of aviation equipment has triggered a collective technological revolution characterized by digitalization and intelligence, laying the foundation for digital aviation management. Grids can efficiently approximate complex geographical regions, enabling batch management of airspace based on spatial locations and relationships, eliminating the need for pairwise distance calculations between aircraft, and achieving efficient and standardized management processes. Grids provide a highly efficient and flexible approach for processing and managing massive aviation data, addressing the challenges of multi-source spatial data integration and offering high-precision digital support for intelligent airspace management.
In this research, QTM, a representative grid in DGGS, is chosen as the base grid for airspace modelling. In addition to QTM, there are various other grid types. Based on different partitioning methods, commonly used global discrete grid units primarily include spherical triangles, diamonds (quadrilaterals), and hexagons. The subdivision of diamond and triangular grids is relatively straightforward, as the coverage area of the parent cell completely overlaps with its four child cells, as illustrated in Figure 17a and b. In contrast, subdividing hexagonal grids is more complex. It requires determining an initial diamond structure to handle cross-border hexagons, as shown in Figure 17c. Different grids can be converted into one another through one-to-one correspondence. A diamond consists of two triangles, while the conversion rules for hexagons are more intricate, involving the combination and staggered arrangement of multiple triangles to form multiple hexagons, as depicted in Figure 17d.
The spherical QTM chosen in this study exhibits hierarchical, approximately uniform, and globally consistent characteristics, making it the most fundamental spherical grid unit. QTM enables precise boundary fitting and offers better nesting properties and greater flexibility compared to hexagonal grids. Additionally, the initial partitioning of QTM aligns its vertices with key points on the sphere (including the two poles), and its edges coincide with the equator, the prime meridian, and the 90°, 180°, and 270° meridians, facilitating easier localization of points on the sphere. The edges of QTM correspond to lines of latitude, simplifying coordinate transformation with latitude and longitude information, such as aircraft trajectories. Compared to traditional latitude–longitude grids (which suffer from polar distortion and area inequality) and hexagonal grids (which face limitations in hierarchical expansion), QTM demonstrates significant advantages in geometric uniformity, hierarchical continuity, and global coverage.
The experiments in this study employed both level-8 and level-9 QTM grids. Thanks to the multi-scale nature of the proposed framework, it can further reduce the grid resolution to support scalable management of large-scale airspace, while also enabling higher-resolution applications for urban airspace scenarios. By fully leveraging the advantages of multi-resolution grids, the framework achieves a balance between accuracy and efficiency.
This study employs spherical airspace grids to model airspace and represents the partitioned sector results as collections of base grids, where sector boundaries are formed by grid boundaries. However, the process of using grids to represent geographic units inevitably introduces certain errors, primarily manifested in the following two aspects:
First, grids, as basic units, approximate points, lines, and surfaces. The accuracy of representing geographic entities through grids depends on the grid resolution. While finer grids can improve management efficiency and algorithmic precision, they also increase computational time. In practical applications, it is essential to strike a balance between accuracy and computational efficiency.
Second, unlike planar grids, spherical grids cannot achieve complete uniformity. The ratio of the maximum to the minimum cell area of QTM grids on a sphere is approximately 1.86. In the proposed methodological framework, the base grid serves as an intermediate statistical structure, and its shape and size have minimal impact on workload calculations.
Despite these issues, spherical grids still offer significant advantages in airspace management. Their ability to avoid projection distortions enhances the accuracy of spatial representations. Moreover, spherical grid-based models can be flexibly adapted to diverse airspace planning requirements, providing a practical and theoretically sound solution for complex airspace management.

5. Conclusions

5.1. Innovations

Airspace sectorization is a critical issue in airspace management. It directly affects the efficient use of resources, the organization of flight traffic, and the safety of air navigation. To address the limitations of single-scale spatial analysis in airspace sectorization, this study introduces an innovative method based on multi-resolution grids and hierarchical reinforcement learning. The proposed approach enhances workload balancing in local sectorization while improving the computational efficiency of global airspace optimization. This research provides a solid theoretical and practical foundation for future studies and applications in complex airspace management. The main contributions of this research include the following:
(1)
The construction of a QTM-based airspace grid; leveraging the properties and coding of grids, the workload calculation model based on airspace grids has been optimized. Experimental results demonstrate that, compared to traditional methods, the grid-based workload calculation model for airspace management exhibits significant advantages in efficiency.
(2)
A multi-scale airspace sectorization framework is constructed based on multi-resolution grids and hierarchical reinforcement learning models. The framework decomposes the airspace sectorization task into two levels: global control area delineation and local sectorization. These tasks are handled by top-level and bottom-level reinforcement learning strategies, respectively. It considers both global airspace information and local details to improve local sectorization results. It also adopts multi-resolution grids to increase the interaction efficiency between the model and the environment. Furthermore, it incorporates prior knowledge to enhance training efficiency and optimization accuracy. Experimental results show that the framework demonstrates significant advantages in both efficiency and effectiveness.

5.2. Future Work

(1)
This study is based on a two-dimensional spherical space. While much current research focuses on three-dimensional airspace sector partitioning, two-dimensional sector partitioning remains a cutting-edge research problem with significant importance [22]. Future research will explore the potential of multi-scale volumetric grids in dynamic airspace partitioning and integrate them with reinforcement learning algorithms. For instance, three-dimensional grids could be applied in high-density urban flight areas, while planar grids could be used in other regions, thereby enhancing the intelligence level of three-dimensional airspace management.
(2)
Predicting airspace workload changes in advance is another critical focus in airspace management [67]. This study conducts airspace partitioning based on historical data, but in practical applications, adjusting sector partitions based on predicted workloads would be more forward-looking and practical. Therefore, future research will use workload data from airspace grids and apply spatiotemporal convolutional models (e.g., ConvLSTM) to forecast dynamic workload changes. These predictions will support real-time optimization of sector partitioning.

Author Contributions

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

Funding

This research is funded by the general program of the National Natural Science Foundation of China, grant numbers 42371412 and 42271435.

Data Availability Statement

Restrictions apply to the availability of the flight traffic data. Data were obtained from FlightAware and are available at https://flightaware.com/ (accessed on 1 May 2024).

Conflicts of Interest

The authors declare no conflicts of interest.

Abbreviations

The following abbreviations are used in this manuscript:
QTMQuaternary Triangular Mesh
HDQNHierarchical deep Q-network
DGGSDiscrete Global Grid System

References

  1. Bichot, C.-E.; Durand, N. A tool to design functional airspace blocks. In Proceedings of the ATM 2007, 7th USA/Europe Air Traffic Management Research and Development Seminar, Barcelona, Spain, 2–5 July 2007. [Google Scholar]
  2. Kökhan, A.; Kökhan, S.; Gökdalay, M. An algorithmic application with flexible airspace approach. Aircr. Eng. Aerosp. Technol. 2023, 95, 1045–1053. [Google Scholar] [CrossRef]
  3. Liu, Z.; Cai, K.; Zhu, Y. Civil unmanned aircraft system operation in national airspace: A survey from Air Navigation Service Provider perspective. Chin. J. Aeronaut. 2021, 34, 200–224. [Google Scholar]
  4. Pang, B.; Dai, W.; Hu, X.; Dai, F.; Low, K.H. Multiple air route crossing waypoints optimization via artificial potential field method. Chin. J. Aeronaut. 2021, 34, 279–292. [Google Scholar] [CrossRef]
  5. Wang, X.; Peng, J.; Tang, J.; Lu, Q.; Li, X. Investigating the impact of adding new airline routes on air transportation resilience in China. Transp. Policy 2022, 125, 79–95. [Google Scholar] [CrossRef]
  6. Ahrenhold, N.; Gerdes, I.; Mühlhausen, T.; Temme, A. Validating Dynamic Sectorization for Air Traffic Control Due to Climate Sensitive Areas: Designing Effective Air Traffic Control Strategies. Aerospace 2023, 10, 405. [Google Scholar] [CrossRef]
  7. Mogtit, A.; Aribi, N.; Lebbah, Y.; Lagha, M. Equitable optimized airspace sectorization based on constraint programming and OWA aggregation. Aircr. Eng. Aerosp. Technol. 2020, 92, 1225–1243. [Google Scholar] [CrossRef]
  8. Schultz, M.; Gerdes, I.; Standfuß, T.; Temme, A. Future airspace design by dynamic sectorization. In Proceedings of the Air Traffic Management and Systems III: Selected Papers of the 5th ENRI International Workshop on ATM/CNS (EIWAC2017), Tokyo, Japan, 16 November 2019; pp. 19–34. [Google Scholar]
  9. Serhan, D.; Yoon, S.W.; Chung, S.H. Dynamic reconfiguration of terminal airspace during convective weather: Robust optimization and conditional value-at-risk approaches. Comput. Ind. Eng. 2019, 132, 333–347. [Google Scholar] [CrossRef]
  10. Standfuß, T.; Gerdes, I.; Temme, A.; Schultz, M. Dynamic airspace optimisation. CEAS Aeronaut. J. 2018, 9, 517–531. [Google Scholar] [CrossRef]
  11. Sui, D.; Liu, K.; Li, Q. Dynamic Prediction of Air Traffic Situation in Large-Scale Airspace. Aerospace 2022, 9, 568. [Google Scholar] [CrossRef]
  12. Wong, C.S.Y.; Sundaram, S.; Sundararajan, N. CDAS: A cognitive decision-making architecture for dynamic airspace sectorization for efficient operations. IEEE Trans. Intell. Transp. Syst. 2018, 20, 1659–1668. [Google Scholar] [CrossRef]
  13. Yang, L.; Huang, J.; Gao, Q.; Zhou, Y.; Hu, M.; Xie, H. Dynamic Boundary Optimization of Free Route Airspace Sectors. Aerospace 2022, 9, 832. [Google Scholar] [CrossRef]
  14. Zhang, W.; Hu, M.; Yin, J.; Li, H.; Du, J. Multi-Objective 3D Airspace Sectorization Problem Using NSGA-II with Prior Knowledge and External Archive. Aerospace 2023, 10, 216. [Google Scholar] [CrossRef]
  15. Ghorpade, S. Airspace configuration model using swarm intelligence based graph partitioning. In Proceedings of the 2016 IEEE Canadian Conference on Electrical and Computer Engineering (CCECE), Vancouver, BC, Canada, 15–18 May 2016; pp. 1–5. [Google Scholar]
  16. Yin, C.W.S.; Venugopalan, T.; Suresh, S. A multi-objective approach for 3D airspace sectorization: A study on Singapore regional airspace. In Proceedings of the 2016 IEEE Symposium Series on Computational Intelligence (SSCI), Athens, Greece, 6–9 December 2016; pp. 1–8. [Google Scholar]
  17. Gianazza, D.; Durand, N. Ant colony systems for optimizing sequences of airspace partitions. In Proceedings of the 2020 International Conference on Artificial Intelligence and Data Analytics for Air Transportation (AIDA-AT), Singapore, 3–4 February 2020; pp. 1–10. [Google Scholar]
  18. Chen, Y.; Zhang, D. Dynamic airspace configuration method based on a weighted graph model. Chin. J. Aeronaut. 2014, 27, 903–912. [Google Scholar] [CrossRef]
  19. Ma, C.; Guleria, Y.; Alam, S.; Li, M.Z. Deep reinforcement learning-based air traffic flow coordination in flow-centric airspace. Adv. Eng. Inform. 2025, 65, 103342. [Google Scholar] [CrossRef]
  20. Jägare, P.; Flener, P.; Pearson, J. Airspace sectorisation using constraint-based local search. In Proceedings of the Tenth USA/Europe Air Traffic Management Research and Development Seminar (ATM2013), Chicago, IL, USA, 10–13 June 2013. [Google Scholar]
  21. Sergeeva, M.; Delahaye, D.; Mancel, C. 3D airspace sector design by genetic algorithm. In Proceedings of the 2015 International Conference on Models and Technologies for Intelligent Transportation Systems (MT-ITS), Budapest, Hungary, 3–5 June 2015; pp. 499–506. [Google Scholar]
  22. Ye, Z.; Kong, F.; Zhang, B.; Gao, W.; Mao, J. A method framework for automatic airspace reconfiguration-monte Carlo method for eliminating irregular sector shapes generated by region growth method. Sensors 2019, 19, 3934. [Google Scholar] [CrossRef]
  23. Tang, J.; Alam, S.; Lokan, C.; Abbass, H.A. A multi-objective approach for dynamic airspace sectorization using agent based and geometric models. Transp. Res. Part C Emerg. Technol. 2012, 21, 89–121. [Google Scholar] [CrossRef]
  24. Flener, P.; Pearson, J. Automatic airspace sectorisation: A survey. arXiv 2013, arXiv:1311.0653. [Google Scholar]
  25. Sergeeva, M.; Delahaye, D.; Mancel, C.; Vidosavljevic, A. Dynamic airspace configuration by genetic algorithm. J. Traffic Transp. Eng. 2017, 4, 300–314. [Google Scholar] [CrossRef]
  26. Deng, C.; Cheng, C.; Qu, T.; Li, S.; Chen, B. A Method for Managing ADS-B Data Based on a 4D Airspace-Temporal Grid (GeoSOT-AS). Aerospace 2023, 10, 217. [Google Scholar] [CrossRef]
  27. Chen, Y.; Xu, Y.; Hu, M. General multi-agent reinforcement learning integrating heuristic-based delay priority strategy for demand and capacity balancing. Transp. Res. Part C Emerg. Technol. 2023, 153, 104218. [Google Scholar] [CrossRef]
  28. Razzaghi, P.; Tabrizian, A.; Guo, W.; Chen, S.; Taye, A.; Thompson, E.; Bregeon, A.; Baheri, A.; Wei, P. A survey on reinforcement learning in aviation applications. Eng. Appl. Artif. Intell. 2024, 136, 108911. [Google Scholar] [CrossRef]
  29. Chen, Y.; Zhao, Y.; Fei, F.; Yang, H. Optimizing Large-Scale Demand and Capacity Balancing in Air Traffic Flow Management Using Deep Neural Networks. Aerospace 2024, 11, 966. [Google Scholar] [CrossRef]
  30. Chen, Y.; Hu, M.; Xu, Y.; Yang, L. Locally generalised multi-agent reinforcement learning for demand and capacity balancing with customised neural networks. Chin. J. Aeronaut. 2023, 36, 338–353. [Google Scholar]
  31. Spatharis, C.; Bastas, A.; Kravaris, T.; Blekas, K.; Vouros, G.A.; Cordero, J.M. Hierarchical multiagent reinforcement learning schemes for air traffic management. Neural Comput. Appl. 2023, 35, 147–159. [Google Scholar] [CrossRef]
  32. Mas-Pujol, S.; Salamí, E.; Pastor, E. Image-Based Multi-Agent Reinforcement Learning for Demand—Capacity Balancing. Aerospace 2022, 9, 599. [Google Scholar] [CrossRef]
  33. Ribeiro, M.; Ellerbroek, J.; Hoekstra, J. Using reinforcement learning to improve airspace structuring in an urban environment. Aerospace 2022, 9, 420. [Google Scholar] [CrossRef]
  34. Granberg, T.A.; Polishchuk, T.; Polishchuk, V.; Schmidt, C. Integer Programming—Based Airspace Sectorization for Terminal Maneuvering Areas with Convex Sectors. J. Air Transp. 2019, 27, 169–180. [Google Scholar] [CrossRef]
  35. Basu, A.; Mitchell, J.S.B.; Sabhnani, G.K. Geometric algorithms for optimal airspace design and air traffic controller workload balancing. ACM J. Exp. Algorithmics 2010, 14, 2.3-2.28. [Google Scholar] [CrossRef]
  36. Hidila, Z.; Belhaous, S.; Bentaleb, M.; Naji, A.; Mestari, M. Airspace sectorization and comparison via computational geometry, openCV and networkx. In Proceedings of the 2019 Third International Conference on Intelligent Computing in Data Sciences (ICDS), Marrakech, Morocco, 28–30 October 2019; pp. 1–7. [Google Scholar]
  37. Cai, M.; Wan, L.; Jiao, Z.; Lv, M.; Gao, Z.; Qi, D. Clustering Method of Large-Scale Battlefield Airspace Based on Multi A* in Airspace Grid System. Appl. Sci. 2022, 12, 11396. [Google Scholar] [CrossRef]
  38. Qian, C.; Yi, C.; Cheng, C.; Pu, G.; Wei, X.; Zhang, H. Geosot-based spatiotemporal index of massive trajectory data. ISPRS Int. J. Geo-Inf. 2019, 8, 284. [Google Scholar] [CrossRef]
  39. Kotsuki, S.; Miyoshi, T.; Terasaki, K.; Lien, G.Y.; Kalnay, E. Assimilating the global satellite mapping of precipitation data with the Nonhydrostatic Icosahedral Atmospheric Model (NICAM). J. Geophys. Res. Atmos. 2017, 122, 631–650. [Google Scholar] [CrossRef]
  40. Ventrella, J. Glider Dynamics on the Sphere: Exploring Cellular Automata on Geodesic Grids. J. Cell. Autom. 2011, 6, 245–256. [Google Scholar]
  41. Chen, C.; Xiao, F. Shallow water model on cubed-sphere by multi-moment finite volume method. J. Comput. Phys. 2008, 227, 5019–5044. [Google Scholar] [CrossRef]
  42. Robertson, C.; Chaudhuri, C.; Hojati, M.; Roberts, S.A. An integrated environmental analytics system (IDEAS) based on a DGGS. ISPRS J. Photogramm. Remote Sens. 2020, 162, 214–228. [Google Scholar] [CrossRef]
  43. Rawson, A.; Sabeur, Z.; Brito, M. Intelligent geospatial maritime risk analytics using the Discrete Global Grid System. Big Earth Data 2022, 6, 294–322. [Google Scholar] [CrossRef]
  44. Li, M.; McGrath, H.; Stefanakis, E. Integration of heterogeneous terrain data into Discrete Global Grid Systems. Cartogr. Geogr. Inf. Sci. 2021, 48, 546–564. [Google Scholar] [CrossRef]
  45. Li, M.; McGrath, H.; Stefanakis, E. Multi-resolution topographic analysis in hexagonal Discrete Global Grid Systems. Int. J. Appl. Earth Obs. Geoinf. 2022, 113, 102985. [Google Scholar] [CrossRef]
  46. Li, M.; McGrath, H.; Stefanakis, E. Geovisualization of hydrological flow in hexagonal grid systems. Geographies 2022, 2, 227–244. [Google Scholar] [CrossRef]
  47. Yongwen, Z.; Fan, P. Principle and application of airspace spatial grid identification. J. Beijing Univ. Aeronaut. Astronaut. 2021, 47, 2462–2474. [Google Scholar]
  48. Dutton, G. Modeling locational uncertainty via hierarchical tessellation. In Accuracy of Spatial Databases; CRC Press: Boca Raton, FL, USA, 1989; pp. 125–140. [Google Scholar]
  49. Wang, Z.; Zhao, X.; Sun, W.; Luo, F.; Li, Y.; Duan, Y. Correlation analysis and reconstruction of the geometric evaluation indicator system of the discrete global grid. ISPRS Int. J. Geo-Inf. 2021, 10, 115. [Google Scholar] [CrossRef]
  50. Lin, B.; Zhou, L.; Xu, D.; Zhu, A.-X.; Lu, G. A discrete global grid system for earth system modeling. Int. J. Geogr. Inf. Sci. 2018, 32, 711–737. [Google Scholar] [CrossRef]
  51. Dutton, G.H. A Hierarchical Coordinate System for Geoprocessing and Cartography; Springer: Berlin/Heidelberg, Germany, 1999; Volume 79. [Google Scholar]
  52. Gianazza, D. Learning air traffic controller workload from past sector operations. In Proceedings of the ATM Seminar, 12th USA/Europe Air Traffic Management R&D Seminar, Seattle, WA, USA, 27–30 June 2017. [Google Scholar]
  53. Delahaye, D.; Ma, C.; Alam, S.; Cai, Q. Air Traffic Flow Representation and Prediction using Transformer in Flow-Centric Airspace. In Proceedings of the SESAR Innovation Days, Seville, Spain, 27–30 November 2022. [Google Scholar]
  54. Li, C.; Hu, Y. Controller’s Workload and Sector Capacity Assessment Based on 4D Track. In Artificial Intelligence in China, Proceedings of the 2nd International Conference on Artificial Intelligence in China, Hangzhou, China, 26–28 June 2021; Springer: Singapore, 2021; pp. 285–295. [Google Scholar]
  55. Mohammed, G.; El Bekkaye, M. Fuzzy Dynamic Airspace Sectorization Problem; Springer International Publishing: Cham, Switzerland, 2021; pp. 229–250. [Google Scholar]
  56. Pham, D.-T.; Alam, S.; Duong, V. An air traffic controller action extraction-prediction model using machine learning approach. Complexity 2020, 2020, 1659103. [Google Scholar] [CrossRef]
  57. Pham, D.-T.; Alam, S.; Su, Y.-L.; Duong, V.N. A Machine Learning Approach on Past ADS-B Data to Predict Planning Controller’s Actions; Nanyang Technological University: Singapore, 2018. [Google Scholar]
  58. Wieland, F.; Rebollo, J.; Gibbs, M.; Churchill, A. Predicting sector complexity using machine learning. In Proceedings of the AIAA AVIATION 2022 Forum, Chicago, IL, USA, 27 June–1 July 2022; p. 3754. [Google Scholar]
  59. Ozgur, M.; Cavcar, A. 0–1 integer programming model for procedural separation of aircraft by ground holding in ATFM. Aerosp. Sci. Technol. 2014, 33, 1–8. [Google Scholar] [CrossRef]
  60. Zhai, W.; Tong, X.; Miao, S.; Cheng, C.; Ren, F. Collision detection for UAVs based on GeoSOT-3D grids. ISPRS Int. J. Geo-Inf. 2019, 8, 299. [Google Scholar] [CrossRef]
  61. Allignol, C.; Barnier, N.; Flener, P.; Pearson, J. Constraint programming for air traffic management: A survey1: In memory of Pascal Brisset. Knowl. Eng. Rev. 2012, 27, 361–392. [Google Scholar] [CrossRef]
  62. Liu, Q.; Zhao, X.; Duan, Y.; Qin, M.; Xie, W.; Sun, W. Dynamic Construction of Spherical Raster Voronoi Diagrams Based on Ordered Dilation. ISPRS Int. J. Geo-Inf. 2024, 13, 202. [Google Scholar] [CrossRef]
  63. Laudeman, I.V.; Shelden, S.G.; Branstrom, R.; Brasil, C. Dynamic Density: An Air Traffic Management Metric; (NASA/TM-1998-112226); NASA: Moffett Field, CA, USA, 1998. [Google Scholar]
  64. Yin, J.; Liu, J.; Zeng, W.; Wei, W.; Tian, W.; Zhang, Y. Spatiotemporal Dynamic Graph Convolutional Networks for Air Route Network Congestion Prediction. J. Aerosp. Inf. Syst. 2024, 22, 177–188. [Google Scholar] [CrossRef]
  65. Li, B.; Li, Z.; Chen, J.; Yan, Y.; Lv, Y.; Du, W. MAST-GNN: A multimodal adaptive spatio-temporal graph neural network for airspace complexity prediction. Transp. Res. Part C Emerg. Technol. 2024, 160, 104521. [Google Scholar] [CrossRef]
  66. Li, Y.; Zhao, X.; Sun, W.; Wang, G.; Luo, F.; Wang, Z.; Duan, Y. A GtoG Direct Coding Mapping Method for Multi-Type Global Discrete Grids Based on Space Filling Curves. ISPRS Int. J. Geo-Inf. 2022, 11, 595. [Google Scholar] [CrossRef]
  67. Arardhi, V.P.; Hazra, S.; Singh, U.; Nithya, P.; Sundaram, S.; Sooraj, K.; Menon, P.; Padhi, R. Dynamic Air Traffic Model for Controlled Large Airspace. J. Aerosp. Inf. Syst. 2025; articles in advance. [Google Scholar] [CrossRef]
Figure 2. The hierarchical Subdivision of QTM.
Figure 2. The hierarchical Subdivision of QTM.
Aerospace 12 00552 g002
Figure 3. The grid-based flight duration calculation. The yellow circles represent aircraft flight trajectory points.
Figure 3. The grid-based flight duration calculation. The yellow circles represent aircraft flight trajectory points.
Aerospace 12 00552 g003
Figure 4. The grid-based flight conflict calculation. The red points represent trajectory points within the same time interval.
Figure 4. The grid-based flight conflict calculation. The red points represent trajectory points within the same time interval.
Aerospace 12 00552 g004
Figure 5. The Voronoi diagram based on QTM. The yellow dot represents the generator point, and the different colors indicate distinct Voronoi regions.
Figure 5. The Voronoi diagram based on QTM. The yellow dot represents the generator point, and the different colors indicate distinct Voronoi regions.
Aerospace 12 00552 g005
Figure 6. The hierarchical deep reinforcement learning framework.
Figure 6. The hierarchical deep reinforcement learning framework.
Aerospace 12 00552 g006
Figure 7. The research area.
Figure 7. The research area.
Aerospace 12 00552 g007
Figure 8. The grid-based workload.
Figure 8. The grid-based workload.
Aerospace 12 00552 g008
Figure 9. The comparison of computational efficiency.
Figure 9. The comparison of computational efficiency.
Aerospace 12 00552 g009
Figure 10. The multi-scale Airspace Sectorization Results. The blue areas denote top-level control regions, while the green areas indicate subdivided sectors within the Shenyang control area.
Figure 10. The multi-scale Airspace Sectorization Results. The blue areas denote top-level control regions, while the green areas indicate subdivided sectors within the Shenyang control area.
Aerospace 12 00552 g010
Figure 11. Reinforcement learning training results.
Figure 11. Reinforcement learning training results.
Aerospace 12 00552 g011
Figure 12. The training results with single resolution and multi-resolution grids: (a) The training results performance, where the blue and green lines represent training results using single-resolution and multi-resolution grids, respectively; (b) The training time, with the left bar showing the single-resolution grid and the right bar showing the multi-resolution grid.
Figure 12. The training results with single resolution and multi-resolution grids: (a) The training results performance, where the blue and green lines represent training results using single-resolution and multi-resolution grids, respectively; (b) The training time, with the left bar showing the single-resolution grid and the right bar showing the multi-resolution grid.
Aerospace 12 00552 g012
Figure 13. The training results with prior knowledge.
Figure 13. The training results with prior knowledge.
Aerospace 12 00552 g013
Figure 14. The training results with different time intervals. The colored bars represent the workload of different control sectors within the Shenyang airspace.
Figure 14. The training results with different time intervals. The colored bars represent the workload of different control sectors within the Shenyang airspace.
Aerospace 12 00552 g014
Figure 15. The comparison of sectors between different hours. Blue regions indicate the sectorization of the Northeast airspace, while green regions represent the subdivisions within the Shenyang control area.
Figure 15. The comparison of sectors between different hours. Blue regions indicate the sectorization of the Northeast airspace, while green regions represent the subdivisions within the Shenyang control area.
Aerospace 12 00552 g015
Figure 16. The multi-objective training results: (a) Weight (0.3, 0.7); (b) Weight (0.5, 0.5); (c) Weight (0.7, 0.3).
Figure 16. The multi-objective training results: (a) Weight (0.3, 0.7); (b) Weight (0.5, 0.5); (c) Weight (0.7, 0.3).
Aerospace 12 00552 g016
Figure 17. The grids of different shapes [66]: (a) Triangular grid; (b) Diamond grid; (c) Hexagonal grid; (d) Correspondence.
Figure 17. The grids of different shapes [66]: (a) Triangular grid; (b) Diamond grid; (c) Hexagonal grid; (d) Correspondence.
Aerospace 12 00552 g017
Table 1. Results of the Effectiveness Comparison Experiment.
Table 1. Results of the Effectiveness Comparison Experiment.
RLGridsPrior KnowledgeTime Per CycleReward
HDQNmulti-resolutionNone6.724 s−2.67 × 105
Local-region DQNmulti-resolutionNone-−3.63 × 105
Global-region DQNmulti-resolutionNone-−4.92 × 105
HDQNsingle resolutionNone14.08 s−2.71 × 105
HDQNmulti-resolutionYes-−1.59 × 105
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

Liu, Q.; Zhao, X.; Wang, X.; Qin, M.; Sun, W. A Multi-Scale Airspace Sectorization Framework Based on QTM and HDQN. Aerospace 2025, 12, 552. https://doi.org/10.3390/aerospace12060552

AMA Style

Liu Q, Zhao X, Wang X, Qin M, Sun W. A Multi-Scale Airspace Sectorization Framework Based on QTM and HDQN. Aerospace. 2025; 12(6):552. https://doi.org/10.3390/aerospace12060552

Chicago/Turabian Style

Liu, Qingping, Xuesheng Zhao, Xinglong Wang, Mengmeng Qin, and Wenbin Sun. 2025. "A Multi-Scale Airspace Sectorization Framework Based on QTM and HDQN" Aerospace 12, no. 6: 552. https://doi.org/10.3390/aerospace12060552

APA Style

Liu, Q., Zhao, X., Wang, X., Qin, M., & Sun, W. (2025). A Multi-Scale Airspace Sectorization Framework Based on QTM and HDQN. Aerospace, 12(6), 552. https://doi.org/10.3390/aerospace12060552

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