EP4435759A1 - System and method for performing re-routing in real time - Google Patents
System and method for performing re-routing in real time Download PDFInfo
- Publication number
- EP4435759A1 EP4435759A1 EP24165654.5A EP24165654A EP4435759A1 EP 4435759 A1 EP4435759 A1 EP 4435759A1 EP 24165654 A EP24165654 A EP 24165654A EP 4435759 A1 EP4435759 A1 EP 4435759A1
- Authority
- EP
- European Patent Office
- Prior art keywords
- processor
- parameters
- aircraft
- flight
- cell
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Pending
Links
- 238000000034 method Methods 0.000 title claims description 21
- 238000010801 machine learning Methods 0.000 claims abstract description 42
- 238000004422 calculation algorithm Methods 0.000 claims abstract description 26
- 238000012545 processing Methods 0.000 claims description 13
- 238000013473 artificial intelligence Methods 0.000 claims description 3
- 230000001133 acceleration Effects 0.000 claims description 2
- 230000001537 neural effect Effects 0.000 claims description 2
- 238000010586 diagram Methods 0.000 description 5
- 238000013135 deep learning Methods 0.000 description 4
- 230000010354 integration Effects 0.000 description 4
- 230000006870 function Effects 0.000 description 3
- 238000012549 training Methods 0.000 description 3
- 238000013459 approach Methods 0.000 description 2
- 230000008901 benefit Effects 0.000 description 2
- 238000007635 classification algorithm Methods 0.000 description 2
- 239000000446 fuel Substances 0.000 description 2
- 230000006399 behavior Effects 0.000 description 1
- 238000003339 best practice Methods 0.000 description 1
- 238000013145 classification model Methods 0.000 description 1
- 230000001149 cognitive effect Effects 0.000 description 1
- 238000010276 construction Methods 0.000 description 1
- 238000013461 design Methods 0.000 description 1
- 238000011156 evaluation Methods 0.000 description 1
- 230000010006 flight Effects 0.000 description 1
- 238000007726 management method Methods 0.000 description 1
- 230000003287 optical effect Effects 0.000 description 1
- 238000012360 testing method Methods 0.000 description 1
- 238000012800 visualization Methods 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G08—SIGNALLING
- G08G—TRAFFIC CONTROL SYSTEMS
- G08G5/00—Traffic control systems for aircraft
- G08G5/20—Arrangements for acquiring, generating, sharing or displaying traffic information
- G08G5/26—Transmission of traffic-related information between aircraft and ground stations
-
- G—PHYSICS
- G08—SIGNALLING
- G08G—TRAFFIC CONTROL SYSTEMS
- G08G5/00—Traffic control systems for aircraft
- G08G5/30—Flight plan management
- G08G5/34—Flight plan management for flight plan modification
-
- G—PHYSICS
- G08—SIGNALLING
- G08G—TRAFFIC CONTROL SYSTEMS
- G08G5/00—Traffic control systems for aircraft
- G08G5/50—Navigation or guidance aids
- G08G5/53—Navigation or guidance aids for cruising
-
- G—PHYSICS
- G08—SIGNALLING
- G08G—TRAFFIC CONTROL SYSTEMS
- G08G5/00—Traffic control systems for aircraft
- G08G5/50—Navigation or guidance aids
- G08G5/55—Navigation or guidance aids for a single aircraft
-
- G—PHYSICS
- G08—SIGNALLING
- G08G—TRAFFIC CONTROL SYSTEMS
- G08G5/00—Traffic control systems for aircraft
- G08G5/70—Arrangements for monitoring traffic-related situations or conditions
- G08G5/76—Arrangements for monitoring traffic-related situations or conditions for monitoring atmospheric conditions
-
- G—PHYSICS
- G08—SIGNALLING
- G08G—TRAFFIC CONTROL SYSTEMS
- G08G5/00—Traffic control systems for aircraft
- G08G5/20—Arrangements for acquiring, generating, sharing or displaying traffic information
- G08G5/21—Arrangements for acquiring, generating, sharing or displaying traffic information located onboard the aircraft
-
- G—PHYSICS
- G08—SIGNALLING
- G08G—TRAFFIC CONTROL SYSTEMS
- G08G5/00—Traffic control systems for aircraft
- G08G5/20—Arrangements for acquiring, generating, sharing or displaying traffic information
- G08G5/22—Arrangements for acquiring, generating, sharing or displaying traffic information located on the ground
-
- G—PHYSICS
- G08—SIGNALLING
- G08G—TRAFFIC CONTROL SYSTEMS
- G08G5/00—Traffic control systems for aircraft
- G08G5/50—Navigation or guidance aids
- G08G5/59—Navigation or guidance aids in accordance with predefined flight zones, e.g. to avoid prohibited zones
Definitions
- Indian Application Serial Number 202311021058 titled SYSTEM AND METHOD FOR PERFORMING RE-ROUTING IN REAL TIME, filed March 24, 2023 .
- Indian Application Serial Number 202311021058 is herein incorporated by reference in its entirety.
- An avoidance re-router is an advanced cognitive decision aiding application for pilots to quickly react to stationary or moving threats encountered along a flight path.
- the ARR may consider such parameters as fuel, time, safety, etc.
- the ARR may increase safety and reduce pilot load.
- ARRs are based on rule-based path planning, such as shortest path finding (SPF) algorithms, which helps to find a flight path in the presence of hazards on the flight path. SPF algorithms are well-known in the art.
- SPF shortest path finding
- the ARR may consider forty or more parameters, which when all are considered may increase latency in rerouting.
- SPF algorithms may have difficulty in handling accelerating weather while calculating rerouting.
- SPF algorithms may have difficulty in incorporating pilot best practices and/or pilot intuition, such as a pilot viewing weather forecasts or predictions as risky and adjusting paths away from the weather occurrences.
- inventions of the inventive concepts disclosed herein are directed to a system.
- the system may include at least one processor configured to perform re-routing of an aircraft in real time.
- the at least one processor further configured to: (a) obtain parameters including at least one of flight parameters associated with the aircraft, weather parameters, special use airspace parameters, or air traffic parameters; (b) based at least on the parameters, update flight-state data associated with the aircraft; (c) obtain a trained machine learning (ML) model; (d) based at least on the updated flight-state data and the trained ML model, infer a direction from a current cell for a reroute; (e) based at least on the inferred direction and the updated flight-state data, set the current cell and identify neighboring cells neighboring both (1) the current cell and (2) the inferred direction; (f) calculate an optimal next cell by using a shortest path finding (SPF) algorithm to select the optimal next cell from the neighboring cells; (g) iteratively repeat at least steps (d) through (f) such that
- inventions of the inventive concepts disclosed herein are directed to a method.
- the method may include: (a) obtaining, by at least one processor, parameters including at least one of flight parameters associated with an aircraft, weather parameters, special use airspace parameters, or air traffic parameters; (b) based at least on the parameters, updating, by the at least one processor, flight-state data associated with the aircraft; (c) obtaining, by the at least one processor, a trained machine learning (ML) model; (d) based at least on the updated flight-state data and the trained ML model, inferring, by the at least one processor, a direction from a current cell; (e) based at least on the inferred direction and the updated flight-state data, setting, by the at least one processor, the current cell and identifying, by the at least one processor, neighboring cells neighboring both (1) the current cell and (2) the inferred direction; (f) calculating, by the at least one processor, an optimal next cell by using a shortest path finding (SPF) algorithm to select the optimal
- inventive concepts are not limited in their application to the details of construction and the arrangement of the components or steps or methodologies set forth in the following description or illustrated in the drawings.
- inventive concepts disclosed herein may be practiced without these specific details.
- well-known features may not be described in detail to avoid unnecessarily complicating the instant disclosure.
- inventive concepts disclosed herein are capable of other embodiments or of being practiced or carried out in various ways. Also, it is to be understood that the phraseology and terminology employed herein is for the purpose of description and should not be regarded as limiting.
- a letter following a reference numeral is intended to reference an embodiment of the feature or element that may be similar, but not necessarily identical, to a previously described element or feature bearing the same reference numeral (e.g., 1, 1a, 1b).
- reference numeral e.g. 1, 1a, 1b
- Such shorthand notations are used for purposes of convenience only, and should not be construed to limit the inventive concepts disclosed herein in any way unless expressly stated to the contrary.
- any reference to "one embodiment,” or “some embodiments” means that a particular element, feature, structure, or characteristic described in connection with the embodiment is included in at least one embodiment of the inventive concepts disclosed herein.
- the appearances of the phrase “in some embodiments” in various places in the specification are not necessarily all referring to the same embodiment, and embodiments of the inventive concepts disclosed may include one or more of the features expressly described or inherently present herein, or any combination of sub-combination of two or more such features, along with any other features which may not necessarily be expressly described or inherently present in the instant disclosure.
- embodiments of the inventive concepts disclosed herein may be directed to a system and a method configured to perform re-routing of an aircraft in real time.
- Some embodiments may integrate machine learning (ML) and/or artificial intelligence (Al) with SPF algorithms to determine a re-route path (e.g., an optimal re-route path) in the presence of hazards to a planned flight path.
- ML machine learning
- Al artificial intelligence
- the system 100 may include an aircraft 200 (e.g., a piloted, remote piloted, and/or uncrewed aerial vehicle (UAV)), such as shown in FIGS. 2A-2B.
- the system 100 may include at least one computing device 102, at least one computing device 108, at least one display computing device 114, at least one ground computing device (e.g., at least one air traffic control 122) configured to provide a service offered to generate flight plans for evaluation by aircraft, and/or the aircraft 200, some or all of which may be communicatively coupled at any given time.
- UAV uncrewed aerial vehicle
- any or all of the computing device 102, the computing device 108, and/or the display computing device 114 may be installed onboard the aircraft 200. In other embodiments, some or all of the computing device 102, the computing device 108, and/or the display computing device 114 may be installed off-board of the aircraft, such as in the air-traffic control 122. In other embodiments, some or all of the computing device 102, the computing device 108, and/or the display computing device 114 may be redundantly installed onboard and off-board of the aircraft.
- the at least one computing device 102 may be implemented as any suitable computing device, such as a personal computer and/or servers.
- the at least one computing device 102 may include any or all of the elements, as shown in FIG. 1 .
- the computing device 102 may include at least one processor 104, at least one memory 106, and/or at least one storage, some or all of which may be communicatively coupled at any given time.
- the at least one processor 104 may include at least one central processing unit (CPU), at least one graphics processing unit (GPU), at least one field-programmable gate array (FPGA), at least one application specific integrated circuit (ASIC), at least one digital signal processor, at least one deep learning processor unit (DPU), at least one virtual machine (VM) running on at least one processor, and/or the like configured to perform (e.g., collectively perform) any of the operations disclosed throughout.
- the at least one processor 104 may include a CPU and a GPU configured to perform (e.g., collectively perform) any of the operations disclosed throughout.
- the processor 104 may be configured to run various software applications or computer code stored (e.g., maintained) in a non-transitory computer-readable medium (e.g., memory 106 and/or storage) and configured to execute various instructions or operations.
- the processor 104 of the computing device 102 may be configured to: obtain relevant historical data of filed flight paths, air traffic, and actual flight paths taken by pilots; and/or train a ML model to identify an optimal direction from a given cell at a point along a re-route.
- the trained ML model is trained based at least on real-world samples of filed paths as compared to actual paths taken by sampled aircraft.
- the at least one computing device 108 may be implemented as any suitable computing device, such as path re-router (e.g., an ARR 108A, as shown in FIG. 2A) and/or a flight management system (as shown in FIG. 2B).
- the at least one computing device 108 may include any or all of the elements, as shown in FIG. 1 .
- the computing device 108 may include at least one processor 110, at least one memory 112, and/or at least one storage, some or all of which may be communicatively coupled at any given time.
- the at least one processor 110 may include at least one central processing unit (CPU), at least one graphics processing unit (GPU), at least one field-programmable gate array (FPGA), at least one application specific integrated circuit (ASIC), at least one digital signal processor, at least one deep learning processor unit (DPU), at least one virtual machine (VM) running on at least one processor, and/or the like configured to perform (e.g., collectively perform) any of the operations disclosed throughout.
- the at least one processor 110 may include a CPU and a GPU configured to perform (e.g., collectively perform) any of the operations disclosed throughout.
- the processor 110 may be configured to run various software applications or computer code stored (e.g., maintained) in a non-transitory computer-readable medium (e.g., memory 112 and/or storage) and configured to execute various instructions or operations.
- a non-transitory computer-readable medium e.g., memory 112 and/or storage
- the processor 110 of the aircraft computing device 108 may be configured to: perform re-routing of an aircraft in real time.
- the processor 110 of the aircraft computing device 108 may be further configured to: (a) obtain parameters including at least one of flight parameters associated with the aircraft, weather parameters, special use airspace parameters, or air traffic parameters; (b) based at least on the parameters, update flight-state data associated with the aircraft; (c) obtain a trained machine learning (ML) model, such as from the computing device 102; (d) based at least on the updated flight-state data and the trained ML model, infer a direction from a current cell; (e) based at least on the inferred direction and the updated flight-state data, set the current cell and identify neighboring cells neighboring both (1) the current cell and (2) the inferred direction; (f) calculate an optimal next cell by using a shortest path finding (SPF) algorithm to select the optimal next cell from the neighboring cells; (g) iteratively repeat at least steps (d) through (f) such that the current cell is set as the optimal next cell until a goal state is reached; (h) construct a re-route using
- SPF
- the at least one processor 110 is further configured to based at least on the inferred direction and the updated flight-state data, set the current cell, identify the neighboring cells neighboring both (1) the current cell and (2) the inferred direction, and disable non-neighboring cells.
- the at least one processor 110 may be further configured to use artificial intelligence (Al) acceleration and/or neural processing to perform at least one of the steps of (a) through (i).
- the at least one display computing device 114 may be implemented as any suitable display computing device, such as a head-up display computing device, a head-down display computing device, or a multi-function window (MFW) display computing device.
- the at least one display computing device 114 may include any or all of the elements, as shown in FIG. 1 .
- the display computing device 114 may include at least one display 116, at least one processor 118, at least one memory 120, and/or at least one storage, some or all of which may be communicatively coupled at any given time.
- the at least one processor 118 may include at least one central processing unit (CPU), at least one graphics processing unit (GPU), at least one field-programmable gate array (FPGA), at least one application specific integrated circuit (ASIC), at least one digital signal processor, at least one deep learning processor unit (DPU), at least one virtual machine (VM) running on at least one processor, and/or the like configured to perform (e.g., collectively perform) any of the operations disclosed throughout.
- the at least one processor 118 may include a CPU and a GPU configured to perform (e.g., collectively perform) any of the operations disclosed throughout.
- the processor 118 may be configured to run various software applications or computer code stored (e.g., maintained) in a non-transitory computer-readable medium (e.g., memory 120 and/or storage) and configured to execute various instructions or operations.
- a non-transitory computer-readable medium e.g., memory 120 and/or storage
- the processor 118 of the display computing device 114 may be configured to: receive the re-route, such as from the computing device 108; and/or output graphical data associated with the re-route to the display 116.
- the at least one air traffic control 122 may include any or all of the elements, as shown in FIG. 1 .
- the air traffic control 122 may include at least one processor 124, at least one memory 126, and/or at least one storage, some or all of which may be communicatively coupled at any given time.
- the at least one processor 124 may include at least one central processing unit (CPU), at least one graphics processing unit (GPU), at least one field-programmable gate array (FPGA), at least one application specific integrated circuit (ASIC), at least one digital signal processor, at least one deep learning processor unit (DPU), at least one virtual machine (VM) running on at least one processor, and/or the like configured to perform (e.g., collectively perform) any of the operations disclosed throughout.
- the at least one processor 124 may include a CPU and a GPU configured to perform (e.g., collectively perform) any of the operations disclosed throughout.
- the processor 124 may be configured to run various software applications or computer code stored (e.g., maintained) in a non-transitory computer-readable medium (e.g., memory 126 and/or storage) and configured to execute various instructions or operations.
- a non-transitory computer-readable medium e.g., memory 126 and/or storage
- the processor 124 of the display computing device 114 may be configured to: receive the re-route, such as from the computing device 108; and/or output graphical data associated with the re-route to the display 116 for presentation to an air traffic controller or remote pilot.
- Some embodiments may include integrating an SPF algorithm(s) with an ML based classification algorithm.
- some embodiments may include collecting relevant data, such as by (a) identifying and/or collecting relevant flight paths by documenting a reason for deviations a planned flight path, and/or (b) based on a requirement, processing data collected to train the ML model.
- some embodiments may include integrating the SPF algorithm(s) with the ML based classification algorithm, such as by (a) reducing a number of directions the SPF algorithm needs to analyze by using ML based classification, (b) training the ML based classification model to identify one optimal direction at each of given cells (e.g., locations or waypoints), wherein the data for training may include parameters, such as weather, fuel, air traffic, special use airspace, and/or etc.
- the ML model may predict one direction (e.g., an optimal direction) at a given cell (such as shown in FIG. 5 ) to reduce a load of executing the SPF algorithm to calculate a re-route in real time.
- Some embodiments that include integration of an SPF algorithm with ML based classification. Some embodiments may consider forty or more parameters, such as by analyzing and applying dimensionality reduction techniques to identify important parameters. Some embodiments may identify deviations from filed paths and actual paths using visualizations, which may help in finding an optimal reroute. Some embodiments may integrate ML based classification techniques with an SPF algorithm, which may reduce a number of directions for the SPF algorithm to analyze, which in turn may reduce latency and increase efficiency of the re-routing.
- Each reroute 402A, 402B may include a path connecting cells 404 toward a goal state 408, whereby the path avoids hazards 406.
- each cell 404 may be part of a three-dimensional array of cells 404, each cell 404 representing a location in three-dimensional space.
- each cell 404 may represent a waypoint.
- a goal state 408 may represents a destination, a location where the re-route rejoins a flight plan, or a particular waypoint.
- a diagram of a currently implemented re-route 402A is shown as compared to the exemplary embodiment of a re-route 402B of FIG. 5 .
- the exemplary embodiment of a re-route 402B of FIG. 5 may provide an 80% reduction in processing load of running the SPF algorithm by utilizing the integration of ML with the SPF algorithm.
- a cost (e.g., which in part may be a function of distance) metric may be reduced considerably by utilizing the integration of ML with the SPF algorithm.
- the exemplary embodiment of a re-route 402B of FIG. 5 may be very accurate, such as 90% or more accurate based on test data.
- FIG. 6 shows equations, which may be used in an exemplary embodiment.
- Equation (1) describes how the SPF algorithm may consider a predicted direction from the ML interference in real time.
- the typical SPF algorithm considers both path cost and heuristic cost to calculate a route; Equation (2) represents the heuristic function.
- a current cell is set, an ML predicted direction is enabled, and remaining cells may be disabled.
- This integration method can have custom triggers depending on an application need. For example, weather hazard approach was tested as a trigger; other exemplary triggers may include, but not be limited to, at each way point, for a particular time period, a user trigger, etc.
- using ML integrated with an SPF algorithm may increase efficiency by reducing a processing load of the SPF algorithm, may decrease latency, may allow for ML training on real world pilot behaviors that can be applied to route generation (e.g., which can increase pilot acceptance of such routing), and may allow for ease of adding new parameters.
- FIG. 7 shows a filed path, path taken by a pilot, weather, and air traffic (e.g., nearby flights).
- a pilot e.g., a pilot
- weather e.g., nearby flights
- air traffic e.g., nearby flights
- many real world samples may be collected, These samples may include the filed path and the actual path taken by the pilot. Additionally, the ML model can consider other parameters, such as weather, air traffic, and/or etc.
- a step 802 may include (a)obtaining, by at least one processor, parameters including at least one of flight parameters associated with the aircraft, weather parameters, special use airspace parameters, or air traffic parameters.
- a step 804 may include (b) based at least on the parameters, updating, by the at least one processor, flight-state data associated with the aircraft.
- a step 806 may include (c) obtaining, by the at least one processor, a trained machine learning (ML) model.
- ML machine learning
- a step 808 may include (d) based at least on the updated flight-state data and the trained ML model, inferring, by the at least one processor, a direction from a current cell.
- a step 810 may include (e) based at least on the inferred direction and the updated flight-state data, setting, by the at least one processor, the current cell and identifying, by the at least one processor, neighboring cells neighboring both (1) the current cell and (2) the inferred direction.
- a step 812 may include (f) calculating, by the at least one processor, an optimal next cell by using a shortest path finding (SPF) algorithm to select the optimal next cell from the neighboring cells.
- SPF shortest path finding
- a step 814 may include (g) iteratively repeating, by the at least one processor, at least steps (d) through (f) such that the current cell is set as the optimal next cell until a goal state is reached.
- a step 816 may include (h) constructing, by the at least one processor, a re-route using optimal cells iteratively calculated in step (f).
- a step 818 may include (i) outputting, by the at least one processor, the re-route.
- method 800 may include any of the operations disclosed throughout.
- embodiments of the inventive concepts disclosed herein may be directed to a system and a method configured to perform re-routing of an aircraft in real time.
- At least one non-transitory computer-readable medium may refer to as at least one non-transitory computer-readable medium (e.g., at least one computer-readable medium implemented as hardware; e.g., at least one non-transitory processor-readable medium, at least one memory (e.g., at least one nonvolatile memory, at least one volatile memory, or a combination thereof; e.g., at least one random-access memory, at least one flash memory, at least one read-only memory (ROM) (e.g., at least one electrically erasable programmable read-only memory (EEPROM)), at least one on-processor memory (e.g., at least one on-processor cache, at least one on-processor buffer, at least one on-processor flash memory, at least one on-processor EEPROM, or a combination thereof), or a combination thereof), at least one storage device (e.g., at least one hard-disk drive, at
- At least one means one or a plurality of; for example, “at least one” may comprise one, two, three, ..., one hundred, or more.
- one or more means one or a plurality of; for example, “one or more” may comprise one, two, three, ..., one hundred, or more.
- zero or more means zero, one, or a plurality of; for example, “zero or more” may comprise zero, one, two, three, ..., one hundred, or more.
- the methods, operations, and/or functionality disclosed may be implemented as sets of instructions or software readable by a device. Further, it is understood that the specific order or hierarchy of steps in the methods, operations, and/or functionality disclosed are examples of exemplary approaches. Based upon design preferences, it is understood that the specific order or hierarchy of steps in the methods, operations, and/or functionality can be rearranged while remaining within the scope of the inventive concepts disclosed herein.
- the accompanying claims may present elements of the various steps in a sample order, and are not necessarily meant to be limited to the specific order or hierarchy presented.
- embodiments of the methods according to the inventive concepts disclosed herein may include one or more of the steps described herein. Further, such steps may be carried out in any desired order and two or more of the steps may be carried out simultaneously with one another. Two or more of the steps disclosed herein may be combined in a single step, and in some embodiments, one or more of the steps may be carried out as two or more sub-steps. Further, other steps or sub-steps may be carried in addition to, or as substitutes to one or more of the steps disclosed herein.
- inventive concepts disclosed herein are well adapted to carry out the objects and to attain the advantages mentioned herein as well as those inherent in the inventive concepts disclosed herein. While presently preferred embodiments of the inventive concepts disclosed herein have been described for purposes of this disclosure, it will be understood that numerous changes may be made which will readily suggest themselves to those skilled in the art and which are accomplished within the broad scope and coverage of the inventive concepts disclosed and claimed herein.
Landscapes
- Engineering & Computer Science (AREA)
- Aviation & Aerospace Engineering (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Traffic Control Systems (AREA)
Abstract
A system (100) may include a processor configured to: (a) obtain parameters; (b) based on the parameters, update flight-state data associated with an aircraft (200); (c) obtain a trained machine learning (ML) model; (d) based at least on the updated flight-state data and the trained ML model, infer a direction from a current cell for a reroute; (e) based on the inferred direction and the updated flight-state data, set the current cell and identify neighboring cells; (f) calculate an optimal next cell by using a shortest path finding (SPF) algorithm to select the optimal next cell from the neighboring cells; (g) iteratively repeat steps (d) through (f) such that the current cell is set as the optimal next cell until a goal state is reached; (h) construct a re-route using optimal cells iteratively calculated in step (f); and (i) output the re-route.
Description
- The present application is related to and claims priority from:
Indian Application Serial Number 202311021058, titled SYSTEM AND METHOD FOR PERFORMING RE-ROUTING IN REAL TIME, filed March 24, 2023 Indian Application Serial Number 202311021058 - Currently, some aircraft are equipped with path re-routers (e.g., avoidance re-routers). An avoidance re-router (ARR) is an advanced cognitive decision aiding application for pilots to quickly react to stationary or moving threats encountered along a flight path. The ARR may consider such parameters as fuel, time, safety, etc. The ARR may increase safety and reduce pilot load. Currently, ARRs are based on rule-based path planning, such as shortest path finding (SPF) algorithms, which helps to find a flight path in the presence of hazards on the flight path. SPF algorithms are well-known in the art. Currently, the performance of an ARR may be limited when the number of parameters considered is increased. Currently, the ARR may consider forty or more parameters, which when all are considered may increase latency in rerouting. Additionally, SPF algorithms may have difficulty in handling accelerating weather while calculating rerouting. For example, SPF algorithms may have difficulty in incorporating pilot best practices and/or pilot intuition, such as a pilot viewing weather forecasts or predictions as risky and adjusting paths away from the weather occurrences.
- In one aspect, embodiments of the inventive concepts disclosed herein are directed to a system. The system may include at least one processor configured to perform re-routing of an aircraft in real time. The at least one processor further configured to: (a) obtain parameters including at least one of flight parameters associated with the aircraft, weather parameters, special use airspace parameters, or air traffic parameters; (b) based at least on the parameters, update flight-state data associated with the aircraft; (c) obtain a trained machine learning (ML) model; (d) based at least on the updated flight-state data and the trained ML model, infer a direction from a current cell for a reroute; (e) based at least on the inferred direction and the updated flight-state data, set the current cell and identify neighboring cells neighboring both (1) the current cell and (2) the inferred direction; (f) calculate an optimal next cell by using a shortest path finding (SPF) algorithm to select the optimal next cell from the neighboring cells; (g) iteratively repeat at least steps (d) through (f) such that the current cell is set as the optimal next cell until a goal state is reached; (h) construct a re-route using optimal cells iteratively calculated in step (f); and (i) output the re-route. Further, optional, features are recited in each of
claims 2 to 14. - In a further aspect, embodiments of the inventive concepts disclosed herein are directed to a method. The method may include: (a) obtaining, by at least one processor, parameters including at least one of flight parameters associated with an aircraft, weather parameters, special use airspace parameters, or air traffic parameters; (b) based at least on the parameters, updating, by the at least one processor, flight-state data associated with the aircraft; (c) obtaining, by the at least one processor, a trained machine learning (ML) model; (d) based at least on the updated flight-state data and the trained ML model, inferring, by the at least one processor, a direction from a current cell; (e) based at least on the inferred direction and the updated flight-state data, setting, by the at least one processor, the current cell and identifying, by the at least one processor, neighboring cells neighboring both (1) the current cell and (2) the inferred direction; (f) calculating, by the at least one processor, an optimal next cell by using a shortest path finding (SPF) algorithm to select the optimal next cell from the neighboring cells; (g) iteratively repeating, by the at least one processor, at least steps (d) through (f) such that the current cell is set as the optimal next cell until a goal state is reached; (h) constructing, by the at least one processor, a re-route using optimal cells iteratively calculated in step (f); and (i) outputting, by the at least one processor, the re-route, wherein the at least one processor is configured to perform re-routing of the aircraft in real time.
- Implementations of the inventive concepts disclosed herein may be better understood when consideration is given to the following detailed description thereof. Such description makes reference to the included drawings, which are not necessarily to scale, and in which some features may be exaggerated and some features may be omitted or may be represented schematically in the interest of clarity. Like reference numerals in the drawings may represent and refer to the same or similar element, feature, or function. In the drawings:
-
FIG. 1 is a view of an exemplary embodiment of a system according to the inventive concepts disclosed herein. -
FIG. 2 is a view of an exemplary embodiment of a computing device of the system ofFIG. 1 according to the inventive concepts disclosed herein. -
FIG. 3 is a view of an exemplary embodiment of a computing device of the system ofFIG. 1 according to the inventive concepts disclosed herein. -
FIG. 4 is a diagram of a currently implemented re-route according to the inventive concepts disclosed herein. -
FIG. 5 is a diagram of an exemplary embodiment of a re-route according to the inventive concepts disclosed herein. -
FIG. 6 show equations, which may be used in an exemplary embodiment, according to the inventive concepts disclosed herein. -
FIG. 7 is a view of an exemplary embodiment of a real world sample according to the inventive concepts disclosed herein. -
FIG. 8 is a diagram of an exemplary embodiment of a method according to the inventive concepts disclosed herein. - Before explaining at least one embodiment of the inventive concepts disclosed herein in detail, it is to be understood that the inventive concepts are not limited in their application to the details of construction and the arrangement of the components or steps or methodologies set forth in the following description or illustrated in the drawings. In the following detailed description of embodiments of the instant inventive concepts, numerous specific details are set forth in order to provide a more thorough understanding of the inventive concepts. However, it will be apparent to one of ordinary skill in the art having the benefit of the instant disclosure that the inventive concepts disclosed herein may be practiced without these specific details. In other instances, well-known features may not be described in detail to avoid unnecessarily complicating the instant disclosure. The inventive concepts disclosed herein are capable of other embodiments or of being practiced or carried out in various ways. Also, it is to be understood that the phraseology and terminology employed herein is for the purpose of description and should not be regarded as limiting.
- As used herein a letter following a reference numeral is intended to reference an embodiment of the feature or element that may be similar, but not necessarily identical, to a previously described element or feature bearing the same reference numeral (e.g., 1, 1a, 1b). Such shorthand notations are used for purposes of convenience only, and should not be construed to limit the inventive concepts disclosed herein in any way unless expressly stated to the contrary.
- Further, unless expressly stated to the contrary, "or" refers to an inclusive or and not to an exclusive or. For example, a condition A or B is satisfied by anyone of the following: A is true (or present) and B is false (or not present), A is false (or not present) and B is true (or present), and both A and B are true (or present).
- In addition, use of the "a" or "an" are employed to describe elements and components of embodiments of the instant inventive concepts. This is done merely for convenience and to give a general sense of the inventive concepts, and "a" and "an" are intended to include one or at least one and the singular also includes the plural unless it is obvious that it is meant otherwise.
- Finally, as used herein any reference to "one embodiment," or "some embodiments" means that a particular element, feature, structure, or characteristic described in connection with the embodiment is included in at least one embodiment of the inventive concepts disclosed herein. The appearances of the phrase "in some embodiments" in various places in the specification are not necessarily all referring to the same embodiment, and embodiments of the inventive concepts disclosed may include one or more of the features expressly described or inherently present herein, or any combination of sub-combination of two or more such features, along with any other features which may not necessarily be expressly described or inherently present in the instant disclosure.
- Broadly, embodiments of the inventive concepts disclosed herein may be directed to a system and a method configured to perform re-routing of an aircraft in real time. Some embodiments may integrate machine learning (ML) and/or artificial intelligence (Al) with SPF algorithms to determine a re-route path (e.g., an optimal re-route path) in the presence of hazards to a planned flight path.
- Referring now to
FIGS. 1 -2B, an exemplary embodiment of asystem 100 according to the inventive concepts disclosed herein is depicted. In some embodiments, thesystem 100 may include an aircraft 200 (e.g., a piloted, remote piloted, and/or uncrewed aerial vehicle (UAV)), such as shown in FIGS. 2A-2B. Thesystem 100 may include at least onecomputing device 102, at least onecomputing device 108, at least onedisplay computing device 114, at least one ground computing device (e.g., at least one air traffic control 122) configured to provide a service offered to generate flight plans for evaluation by aircraft, and/or theaircraft 200, some or all of which may be communicatively coupled at any given time. - In some embodiments, any or all of the
computing device 102, thecomputing device 108, and/or thedisplay computing device 114 may be installed onboard theaircraft 200. In other embodiments, some or all of thecomputing device 102, thecomputing device 108, and/or thedisplay computing device 114 may be installed off-board of the aircraft, such as in the air-traffic control 122. In other embodiments, some or all of thecomputing device 102, thecomputing device 108, and/or thedisplay computing device 114 may be redundantly installed onboard and off-board of the aircraft. - The at least one
computing device 102 may be implemented as any suitable computing device, such as a personal computer and/or servers. The at least onecomputing device 102 may include any or all of the elements, as shown inFIG. 1 . For example, thecomputing device 102 may include at least oneprocessor 104, at least onememory 106, and/or at least one storage, some or all of which may be communicatively coupled at any given time. For example, the at least oneprocessor 104 may include at least one central processing unit (CPU), at least one graphics processing unit (GPU), at least one field-programmable gate array (FPGA), at least one application specific integrated circuit (ASIC), at least one digital signal processor, at least one deep learning processor unit (DPU), at least one virtual machine (VM) running on at least one processor, and/or the like configured to perform (e.g., collectively perform) any of the operations disclosed throughout. For example, the at least oneprocessor 104 may include a CPU and a GPU configured to perform (e.g., collectively perform) any of the operations disclosed throughout. Theprocessor 104 may be configured to run various software applications or computer code stored (e.g., maintained) in a non-transitory computer-readable medium (e.g.,memory 106 and/or storage) and configured to execute various instructions or operations. For example, theprocessor 104 of thecomputing device 102 may be configured to: obtain relevant historical data of filed flight paths, air traffic, and actual flight paths taken by pilots; and/or train a ML model to identify an optimal direction from a given cell at a point along a re-route. In some embodiments, the trained ML model is trained based at least on real-world samples of filed paths as compared to actual paths taken by sampled aircraft. - The at least one
computing device 108 may be implemented as any suitable computing device, such as path re-router (e.g., anARR 108A, as shown in FIG. 2A) and/or a flight management system (as shown in FIG. 2B). The at least onecomputing device 108 may include any or all of the elements, as shown inFIG. 1 . For example, thecomputing device 108 may include at least oneprocessor 110, at least onememory 112, and/or at least one storage, some or all of which may be communicatively coupled at any given time. For example, the at least oneprocessor 110 may include at least one central processing unit (CPU), at least one graphics processing unit (GPU), at least one field-programmable gate array (FPGA), at least one application specific integrated circuit (ASIC), at least one digital signal processor, at least one deep learning processor unit (DPU), at least one virtual machine (VM) running on at least one processor, and/or the like configured to perform (e.g., collectively perform) any of the operations disclosed throughout. For example, the at least oneprocessor 110 may include a CPU and a GPU configured to perform (e.g., collectively perform) any of the operations disclosed throughout. Theprocessor 110 may be configured to run various software applications or computer code stored (e.g., maintained) in a non-transitory computer-readable medium (e.g.,memory 112 and/or storage) and configured to execute various instructions or operations. For example, theprocessor 110 of theaircraft computing device 108 may be configured to: perform re-routing of an aircraft in real time. In some embodiments, the processor 110 of the aircraft computing device 108 may be further configured to: (a) obtain parameters including at least one of flight parameters associated with the aircraft, weather parameters, special use airspace parameters, or air traffic parameters; (b) based at least on the parameters, update flight-state data associated with the aircraft; (c) obtain a trained machine learning (ML) model, such as from the computing device 102; (d) based at least on the updated flight-state data and the trained ML model, infer a direction from a current cell; (e) based at least on the inferred direction and the updated flight-state data, set the current cell and identify neighboring cells neighboring both (1) the current cell and (2) the inferred direction; (f) calculate an optimal next cell by using a shortest path finding (SPF) algorithm to select the optimal next cell from the neighboring cells; (g) iteratively repeat at least steps (d) through (f) such that the current cell is set as the optimal next cell until a goal state is reached; (h) construct a re-route using optimal cells iteratively calculated in step (f); and/or (i) output the re-route (e.g., to a display 116 for presentation to a pilot and/or to air traffic control 122). In some embodiments, the at least oneprocessor 110 is further configured to based at least on the inferred direction and the updated flight-state data, set the current cell, identify the neighboring cells neighboring both (1) the current cell and (2) the inferred direction, and disable non-neighboring cells. In some embodiments, the at least oneprocessor 110 may be further configured to use artificial intelligence (Al) acceleration and/or neural processing to perform at least one of the steps of (a) through (i). - The at least one
display computing device 114 may be implemented as any suitable display computing device, such as a head-up display computing device, a head-down display computing device, or a multi-function window (MFW) display computing device. The at least onedisplay computing device 114 may include any or all of the elements, as shown inFIG. 1 . For example, thedisplay computing device 114 may include at least onedisplay 116, at least oneprocessor 118, at least onememory 120, and/or at least one storage, some or all of which may be communicatively coupled at any given time. For example, the at least oneprocessor 118 may include at least one central processing unit (CPU), at least one graphics processing unit (GPU), at least one field-programmable gate array (FPGA), at least one application specific integrated circuit (ASIC), at least one digital signal processor, at least one deep learning processor unit (DPU), at least one virtual machine (VM) running on at least one processor, and/or the like configured to perform (e.g., collectively perform) any of the operations disclosed throughout. For example, the at least oneprocessor 118 may include a CPU and a GPU configured to perform (e.g., collectively perform) any of the operations disclosed throughout. Theprocessor 118 may be configured to run various software applications or computer code stored (e.g., maintained) in a non-transitory computer-readable medium (e.g.,memory 120 and/or storage) and configured to execute various instructions or operations. For example, theprocessor 118 of thedisplay computing device 114 may be configured to: receive the re-route, such as from thecomputing device 108; and/or output graphical data associated with the re-route to thedisplay 116. - The at least one
air traffic control 122. The at least oneair traffic control 122 may include any or all of the elements, as shown inFIG. 1 . For example, theair traffic control 122 may include at least oneprocessor 124, at least onememory 126, and/or at least one storage, some or all of which may be communicatively coupled at any given time. For example, the at least oneprocessor 124 may include at least one central processing unit (CPU), at least one graphics processing unit (GPU), at least one field-programmable gate array (FPGA), at least one application specific integrated circuit (ASIC), at least one digital signal processor, at least one deep learning processor unit (DPU), at least one virtual machine (VM) running on at least one processor, and/or the like configured to perform (e.g., collectively perform) any of the operations disclosed throughout. For example, the at least oneprocessor 124 may include a CPU and a GPU configured to perform (e.g., collectively perform) any of the operations disclosed throughout. Theprocessor 124 may be configured to run various software applications or computer code stored (e.g., maintained) in a non-transitory computer-readable medium (e.g.,memory 126 and/or storage) and configured to execute various instructions or operations. For example, theprocessor 124 of thedisplay computing device 114 may be configured to: receive the re-route, such as from thecomputing device 108; and/or output graphical data associated with the re-route to thedisplay 116 for presentation to an air traffic controller or remote pilot. - Some embodiments may include integrating an SPF algorithm(s) with an ML based classification algorithm.
- For example, some embodiments may include collecting relevant data, such as by (a) identifying and/or collecting relevant flight paths by documenting a reason for deviations a planned flight path, and/or (b) based on a requirement, processing data collected to train the ML model.
- For example, some embodiments may include integrating the SPF algorithm(s) with the ML based classification algorithm, such as by (a) reducing a number of directions the SPF algorithm needs to analyze by using ML based classification, (b) training the ML based classification model to identify one optimal direction at each of given cells (e.g., locations or waypoints), wherein the data for training may include parameters, such as weather, fuel, air traffic, special use airspace, and/or etc. For example, the ML model may predict one direction (e.g., an optimal direction) at a given cell (such as shown in
FIG. 5 ) to reduce a load of executing the SPF algorithm to calculate a re-route in real time. - Some embodiments that include integration of an SPF algorithm with ML based classification. Some embodiments may consider forty or more parameters, such as by analyzing and applying dimensionality reduction techniques to identify important parameters. Some embodiments may identify deviations from filed paths and actual paths using visualizations, which may help in finding an optimal reroute. Some embodiments may integrate ML based classification techniques with an SPF algorithm, which may reduce a number of directions for the SPF algorithm to analyze, which in turn may reduce latency and increase efficiency of the re-routing.
- Referring generally to
FIGS. 4-5 , diagrams of a currently implemented re-route 402A and an exemplary embodiment of a re-route 402B according to the inventive concepts disclosed herein are depicted. Each reroute 402A, 402B may include apath connecting cells 404 toward agoal state 408, whereby the path avoidshazards 406. - In some embodiments, each
cell 404 may be part of a three-dimensional array ofcells 404, eachcell 404 representing a location in three-dimensional space. In some embodiments, eachcell 404 may represent a waypoint. In some embodiments, agoal state 408 may represents a destination, a location where the re-route rejoins a flight plan, or a particular waypoint. - As shown in
FIG. 4 , a diagram of a currently implemented re-route 402A is shown as compared to the exemplary embodiment of a re-route 402B ofFIG. 5 . For example, the exemplary embodiment of a re-route 402B ofFIG. 5 may provide an 80% reduction in processing load of running the SPF algorithm by utilizing the integration of ML with the SPF algorithm. For example, a cost (e.g., which in part may be a function of distance) metric may be reduced considerably by utilizing the integration of ML with the SPF algorithm. Additionally, the exemplary embodiment of a re-route 402B ofFIG. 5 may be very accurate, such as 90% or more accurate based on test data. -
FIG. 6 shows equations, which may be used in an exemplary embodiment. - Referring now to Equation (1) of
FIG. 6 , Equation (1) describes how the SPF algorithm may consider a predicted direction from the ML interference in real time. (The typical SPF algorithm considers both path cost and heuristic cost to calculate a route; Equation (2) represents the heuristic function.) In some embodiments, based on the calculated f(n), a current cell is set, an ML predicted direction is enabled, and remaining cells may be disabled. This integration method can have custom triggers depending on an application need. For example, weather hazard approach was tested as a trigger; other exemplary triggers may include, but not be limited to, at each way point, for a particular time period, a user trigger, etc. - In some embodiments, using ML integrated with an SPF algorithm may increase efficiency by reducing a processing load of the SPF algorithm, may decrease latency, may allow for ML training on real world pilot behaviors that can be applied to route generation (e.g., which can increase pilot acceptance of such routing), and may allow for ease of adding new parameters.
- Referring now to
FIG. 7 , an exemplary embodiment of a real world sample is shown.FIG. 7 shows a filed path, path taken by a pilot, weather, and air traffic (e.g., nearby flights). To fine tune the ML model, many real world samples may be collected, These samples may include the filed path and the actual path taken by the pilot. Additionally, the ML model can consider other parameters, such as weather, air traffic, and/or etc. - Referring now to
FIG. 8 , an exemplary embodiment of amethod 800 according to the inventive concepts disclosed herein may include one or more of the following steps. Additionally, for example, some embodiments may include performing one or more instances of themethod 800 iteratively, concurrently, and/or sequentially. Additionally, for example, at least some of the steps of themethod 800 may be performed in parallel, iteratively, and/or concurrently. Additionally, in some embodiments, at least some of the steps of themethod 800 may be performed non-sequentially. - A
step 802 may include (a)obtaining, by at least one processor, parameters including at least one of flight parameters associated with the aircraft, weather parameters, special use airspace parameters, or air traffic parameters. - A
step 804 may include (b) based at least on the parameters, updating, by the at least one processor, flight-state data associated with the aircraft. - A
step 806 may include (c) obtaining, by the at least one processor, a trained machine learning (ML) model. - A
step 808 may include (d) based at least on the updated flight-state data and the trained ML model, inferring, by the at least one processor, a direction from a current cell. - A
step 810 may include (e) based at least on the inferred direction and the updated flight-state data, setting, by the at least one processor, the current cell and identifying, by the at least one processor, neighboring cells neighboring both (1) the current cell and (2) the inferred direction. - A
step 812 may include (f) calculating, by the at least one processor, an optimal next cell by using a shortest path finding (SPF) algorithm to select the optimal next cell from the neighboring cells. - A
step 814 may include (g) iteratively repeating, by the at least one processor, at least steps (d) through (f) such that the current cell is set as the optimal next cell until a goal state is reached. - A
step 816 may include (h) constructing, by the at least one processor, a re-route using optimal cells iteratively calculated in step (f). - A
step 818 may include (i) outputting, by the at least one processor, the re-route. - Further, the
method 800 may include any of the operations disclosed throughout. - Referring generally again to
FIGS. 1-8 , as will be appreciated from the above, embodiments of the inventive concepts disclosed herein may be directed to a system and a method configured to perform re-routing of an aircraft in real time. - As used throughout and as would be appreciated by those skilled in the art, "at least one non-transitory computer-readable medium" may refer to as at least one non-transitory computer-readable medium (e.g., at least one computer-readable medium implemented as hardware; e.g., at least one non-transitory processor-readable medium, at least one memory (e.g., at least one nonvolatile memory, at least one volatile memory, or a combination thereof; e.g., at least one random-access memory, at least one flash memory, at least one read-only memory (ROM) (e.g., at least one electrically erasable programmable read-only memory (EEPROM)), at least one on-processor memory (e.g., at least one on-processor cache, at least one on-processor buffer, at least one on-processor flash memory, at least one on-processor EEPROM, or a combination thereof), or a combination thereof), at least one storage device (e.g., at least one hard-disk drive, at least one tape drive, at least one solid-state drive, at least one flash drive, at least one readable and/or writable disk of at least one optical drive configured to read from and/or write to the at least one readable and/or writable disk, or a combination thereof), or a combination thereof).
- As used throughout, "at least one" means one or a plurality of; for example, "at least one" may comprise one, two, three, ..., one hundred, or more. Similarly, as used throughout, "one or more" means one or a plurality of; for example, "one or more" may comprise one, two, three, ..., one hundred, or more. Further, as used throughout, "zero or more" means zero, one, or a plurality of; for example, "zero or more" may comprise zero, one, two, three, ..., one hundred, or more.
- In the present disclosure, the methods, operations, and/or functionality disclosed may be implemented as sets of instructions or software readable by a device. Further, it is understood that the specific order or hierarchy of steps in the methods, operations, and/or functionality disclosed are examples of exemplary approaches. Based upon design preferences, it is understood that the specific order or hierarchy of steps in the methods, operations, and/or functionality can be rearranged while remaining within the scope of the inventive concepts disclosed herein. The accompanying claims may present elements of the various steps in a sample order, and are not necessarily meant to be limited to the specific order or hierarchy presented.
- It is to be understood that embodiments of the methods according to the inventive concepts disclosed herein may include one or more of the steps described herein. Further, such steps may be carried out in any desired order and two or more of the steps may be carried out simultaneously with one another. Two or more of the steps disclosed herein may be combined in a single step, and in some embodiments, one or more of the steps may be carried out as two or more sub-steps. Further, other steps or sub-steps may be carried in addition to, or as substitutes to one or more of the steps disclosed herein.
- From the above description, it is clear that the inventive concepts disclosed herein are well adapted to carry out the objects and to attain the advantages mentioned herein as well as those inherent in the inventive concepts disclosed herein. While presently preferred embodiments of the inventive concepts disclosed herein have been described for purposes of this disclosure, it will be understood that numerous changes may be made which will readily suggest themselves to those skilled in the art and which are accomplished within the broad scope and coverage of the inventive concepts disclosed and claimed herein.
Claims (15)
- A system, comprising:
at least one processor configured to perform re-routing of an aircraft in real time, the at least one processor further configured to:(a) obtain parameters including at least one of flight parameters associated with the aircraft, weather parameters, special use airspace parameters, or air traffic parameters;(b) based at least on the parameters, update flight-state data associated with the aircraft;(c) obtain a trained machine learning (ML) model;(d) based at least on the updated flight-state data and the trained ML model, infer a direction from a current cell for a reroute;(e) based at least on the inferred direction and the updated flight-state data, set the current cell and identify neighboring cells neighboring both (1) the current cell and (2) the inferred direction;(f) calculate an optimal next cell by using a shortest path finding (SPF) algorithm to select the optimal next cell from the neighboring cells;(g) iteratively repeat at least steps (d) through (f) such that the current cell is set as the optimal next cell until a goal state is reached;(h) construct a re-route using optimal cells iteratively calculated in step (f); and(i) output the re-route. - The system of claim 1, wherein the at least one processor is further configured to output the re-route to an aircraft display for presentation to a pilot.
- The system of claim 1 or 2, wherein the at least one processor is further configured to output the re-route to air traffic control.
- The system of claim 1, 2 or 3, wherein at least some of the at least one processor is installed on the aircraft.
- The system of any preceding claim, wherein at least some of the at least one processor is installed offboard of the aircraft.
- The system of any preceding claim, further comprising an avoidance re-router, wherein at least some of the at least one processor is installed in the avoidance re-router.
- The system of any preceding claim, further comprising a flight management system (FMS), wherein at least some of the at least one processor is installed in the FMS.
- The system of any preceding claim, wherein the at least one processor is further configured to obtain the parameters including the flight parameters associated with the aircraft, the weather parameters, the special use airspace parameters, and the air traffic parameters.
- The system of any preceding claim, wherein each cell is part of a three-dimensional array of cells, each cell representing a location in three-dimensional space.
- The system of any preceding claim, wherein each cell represents a waypoint.
- The system of any preceding claim, wherein the goal state represents a destination.
- The system of any preceding claim;wherein the goal state represents a location where the re-route rejoins a flight plan; and/orwherein the goal state represents a particular waypoint.
- The system of any preceding claim, wherein the trained ML model is trained based at least on real-world samples of filed paths as compared to actual paths taken by sampled aircraft.
- The system of any preceding claim;wherein the at least one processor is further configured to based at least on the inferred direction and the updated flight-state data, set the current cell, identify the neighboring cells neighboring both (1) the current cell and (2) the inferred direction, and disable non-neighboring cells; and/orwherein the at least one processor is further configured to use artificial intelligence (Al) acceleration to perform at least one of the steps of (a) through (i); and/or wherein the at least one processor is further configured to use neural processing to perform at least one of the steps of (a) through (i).
- A method, comprising:(a) obtaining, by at least one processor, parameters including at least one of flight parameters associated with an aircraft, weather parameters, special use airspace parameters, or air traffic parameters;(b) based at least on the parameters, updating, by the at least one processor, flight-state data associated with the aircraft;(c) obtaining, by the at least one processor, a trained machine learning (ML) model;(d) based at least on the updated flight-state data and the trained ML model, inferring, by the at least one processor, a direction from a current cell;(e) based at least on the inferred direction and the updated flight-state data, setting, by the at least one processor, the current cell and identifying, by the at least one processor, neighboring cells neighboring both (1) the current cell and (2) the inferred direction;(f) calculating, by the at least one processor, an optimal next cell by using a shortest path finding (SPF) algorithm to select the optimal next cell from the neighboring cells;(g) iteratively repeating, by the at least one processor, at least steps (d) through (f) such that the current cell is set as the optimal next cell until a goal state is reached;(h) constructing, by the at least one processor, a re-route using optimal cells iteratively calculated in step (f); and(i) outputting, by the at least one processor, the re-route, wherein the at least one processor is configured to perform re-routing of the aircraft in real time.
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
IN202311021058 | 2023-03-24 | ||
US18/226,101 US12424111B2 (en) | 2023-03-24 | 2023-07-25 | System and method for performing re-routing in real time |
Publications (1)
Publication Number | Publication Date |
---|---|
EP4435759A1 true EP4435759A1 (en) | 2024-09-25 |
Family
ID=91248160
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
EP24165654.5A Pending EP4435759A1 (en) | 2023-03-24 | 2024-03-22 | System and method for performing re-routing in real time |
Country Status (1)
Country | Link |
---|---|
EP (1) | EP4435759A1 (en) |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US9171473B1 (en) * | 2011-12-06 | 2015-10-27 | The United States of America as represented by the Administrator of the National Aeronautics & Space Administration (NASA) | Method and system for dynamic automated corrections to weather avoidance routes for aircraft in en route airspace |
US9558670B1 (en) * | 2011-12-06 | 2017-01-31 | The United States Of America As Represented By The Administrator Of The National Aeronautics And Space Administration | Method and system for air traffic rerouting for airspace constraint resolution |
US9847031B2 (en) * | 2011-09-09 | 2017-12-19 | Honeywell International Inc. | Ground based system and methods for providing multiple flightplan re-plan scenarios to a pilot during flight |
US20220246046A1 (en) * | 2019-09-02 | 2022-08-04 | Skygrid, Llc | Flight path deconfliction among unmanned aerial vehicles |
-
2024
- 2024-03-22 EP EP24165654.5A patent/EP4435759A1/en active Pending
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US9847031B2 (en) * | 2011-09-09 | 2017-12-19 | Honeywell International Inc. | Ground based system and methods for providing multiple flightplan re-plan scenarios to a pilot during flight |
US9171473B1 (en) * | 2011-12-06 | 2015-10-27 | The United States of America as represented by the Administrator of the National Aeronautics & Space Administration (NASA) | Method and system for dynamic automated corrections to weather avoidance routes for aircraft in en route airspace |
US9558670B1 (en) * | 2011-12-06 | 2017-01-31 | The United States Of America As Represented By The Administrator Of The National Aeronautics And Space Administration | Method and system for air traffic rerouting for airspace constraint resolution |
US20220246046A1 (en) * | 2019-09-02 | 2022-08-04 | Skygrid, Llc | Flight path deconfliction among unmanned aerial vehicles |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US11521502B2 (en) | Parallel deconfliction processing of unmanned aerial vehicles | |
US8825366B2 (en) | Method and device for determining an optimal flight trajectory followed by an aircraft | |
US11845351B2 (en) | System and method for a mission-based battery status display for electric vehicles | |
KR101772556B1 (en) | Aircraft trajectory predicting method and system by real-time track data monitoring | |
US10636313B2 (en) | Method and device for generating an optimum vertical path intended to be followed by an aircraft | |
KR20220092985A (en) | Route planning method, apparatus, apparatus and computer recording medium | |
JP2019034714A (en) | Autonomous operation for autonomous vehicle objective in multi-vehicle environment | |
EP3203446A1 (en) | Evaluation of pilot performance using collected avionics system data | |
US11688290B2 (en) | Computer-implemented method and system for estimating impact of new operational conditions in a baseline air traffic scenario | |
WO2019246596A1 (en) | Route determination in dynamic and uncertain environments | |
US9799226B2 (en) | Route point setting device and route point setting program | |
EP3343305B1 (en) | Systems and methods for establishing a flight pattern adjacent to a target for a vehicle to follow | |
EP3936376A1 (en) | System and method for a mission-based battery status display for electric vehicles | |
EP3101642A1 (en) | Method for determining reachable airports based on the available energy of an aircraft | |
US20200166372A1 (en) | User interface | |
US10839698B1 (en) | Methods and systems for depicting an energy state of a vehicle | |
EP4435759A1 (en) | System and method for performing re-routing in real time | |
US12424111B2 (en) | System and method for performing re-routing in real time | |
Jilkov et al. | An efficient algorithm for aircraft conflict detection and resolution using list viterbi algorithm | |
JP2020184316A (en) | Navigation performance of city airways vehicles | |
Acharya et al. | VFR trajectory forecasting using deep generative model for autonomous airspace operations | |
US11501647B2 (en) | Estimated wake turbulence trail for aircraft system | |
US20220051565A1 (en) | Collision avoidance based on centralized coordination of vehicle operations | |
US20250054399A1 (en) | System and method to display view of airport moving map depicting runway overrun awareness and alerting system (roaas)-based indicators | |
EP4068243A1 (en) | System and method to display airport moving map and taxi routing guidance content for commonly used taxi route |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PUAI | Public reference made under article 153(3) epc to a published international application that has entered the european phase |
Free format text: ORIGINAL CODE: 0009012 |
|
STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: THE APPLICATION HAS BEEN PUBLISHED |
|
AK | Designated contracting states |
Kind code of ref document: A1 Designated state(s): AL AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HR HU IE IS IT LI LT LU LV MC ME MK MT NL NO PL PT RO RS SE SI SK SM TR |
|
STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: REQUEST FOR EXAMINATION WAS MADE |
|
17P | Request for examination filed |
Effective date: 20250324 |