US12409947B2 - System and method for detecting aircraft energy anomaly using neural network model - Google Patents
System and method for detecting aircraft energy anomaly using neural network modelInfo
- Publication number
- US12409947B2 US12409947B2 US18/349,321 US202318349321A US12409947B2 US 12409947 B2 US12409947 B2 US 12409947B2 US 202318349321 A US202318349321 A US 202318349321A US 12409947 B2 US12409947 B2 US 12409947B2
- Authority
- US
- United States
- Prior art keywords
- energy
- data
- runway
- anomaly
- ads
- 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.)
- Active, expires
Links
Images
Classifications
-
- B—PERFORMING OPERATIONS; TRANSPORTING
- B64—AIRCRAFT; AVIATION; COSMONAUTICS
- B64D—EQUIPMENT FOR FITTING IN OR TO AIRCRAFT; FLIGHT SUITS; PARACHUTES; ARRANGEMENT OR MOUNTING OF POWER PLANTS OR PROPULSION TRANSMISSIONS IN AIRCRAFT
- B64D45/00—Aircraft indicators or protectors not otherwise provided for
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/02—Neural networks
- G06N3/04—Architecture, e.g. interconnection topology
- G06N3/044—Recurrent networks, e.g. Hopfield networks
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/02—Neural networks
- G06N3/04—Architecture, e.g. interconnection topology
- G06N3/045—Combinations of networks
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/02—Neural networks
- G06N3/04—Architecture, e.g. interconnection topology
- G06N3/045—Combinations of networks
- G06N3/0455—Auto-encoder networks; Encoder-decoder networks
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/02—Neural networks
- G06N3/08—Learning methods
-
- 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/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/50—Navigation or guidance aids
- G08G5/54—Navigation or guidance aids for approach or landing
-
- 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/72—Arrangements for monitoring traffic-related situations or conditions for monitoring traffic
- G08G5/727—Arrangements for monitoring traffic-related situations or conditions for monitoring traffic from a ground station
-
- B—PERFORMING OPERATIONS; TRANSPORTING
- B64—AIRCRAFT; AVIATION; COSMONAUTICS
- B64D—EQUIPMENT FOR FITTING IN OR TO AIRCRAFT; FLIGHT SUITS; PARACHUTES; ARRANGEMENT OR MOUNTING OF POWER PLANTS OR PROPULSION TRANSMISSIONS IN AIRCRAFT
- B64D45/00—Aircraft indicators or protectors not otherwise provided for
- B64D2045/0085—Devices for aircraft health monitoring, e.g. monitoring flutter or vibration
Definitions
- the present disclosure relates to a system and method for detecting an aircraft energy anomaly using an artificial neural network learning model.
- the present disclosure has been proposed to address the above-described drawbacks, and an object of the present disclosure is to provide a system and method which, by extending automatic dependent surveillance-broadcast (ADS-B), that is track data, generate an additional feature for energy state analysis, analyze an energy state by the use of a deep learning model, and provide the result of detecting an energy anomaly.
- ADS-B automatic dependent surveillance-broadcast
- a system for detecting an aircraft energy anomaly using an artificial neural network learning model includes an input interface device for receiving ADS-B (Automatic Dependent Surveillance-Broadcast) data, a memory storing a program which generates a specific energy feature for energy state analysis by extending the ADS-B data through a preprocessing, and a processor for executing the program, wherein the processor generates an energy distribution model by the use of the specific energy feature, and performs artificial neural network-based energy anomaly learning.
- ADS-B Automatic Dependent Surveillance-Broadcast
- the processor extracts the specific energy feature by the use of location information and motion information of the ADS-B data, and generates the energy distribution model.
- the processor manages energy distribution data for each arrival airport runway.
- the processor predicts an arrival runway by the use of runway heading information and latitude and longitude information of the runway threshold of the arrival airport.
- the processor predicts whether an aircraft energy anomaly exists in real time by the use of a trained learning model and test data.
- the processor calculates a specific energy value at a certain point in the ADS-B data of a flight which has arrived at a corresponding runway, for the remaining distance to the runway to generate a quantile value, and determines the energy state of a certain flight by comparing the quantile value with a quantile model of the runway of an arrival airport.
- the processor analyzes an energy state at a point of the ADS-B data, which is time series data, and utilizes the analysis result as an input of a long short-term memory (LSTM) to predict an energy state at a next time point.
- LSTM long short-term memory
- a method for detecting an aircraft energy anomaly using an artificial neural network learning model includes (a) generating a specific energy feature for energy state analysis by extending ADS-B data; and (b) generating an energy distribution model by the use of the specific energy feature, and performing artificial neural network-based energy anomaly learning.
- the step (a) includes extracting the specific energy feature by the use of location information and motion information of the ADS-B data.
- the step (a) includes managing energy distribution data for each arrival airport runway.
- the step (a) includes predicting an arrival runway by the use of runway heading information and latitude and longitude information of the runway threshold of the arrival airport.
- the step (b) includes learning energy data for each distance class of the runway, wherein time-series energy anomaly learning is performed by the use of the autoencoder learning result for each distance class to the runway as an input to an LSTM model.
- the method for detecting an aircraft energy anomaly using an artificial neural network learning model further includes (c) predicting whether or not there is an aircraft energy anomaly in real time by the use of test data and a learning model which has been trained and distributed in the step (b).
- the step (c) includes predicting an energy anomaly by the use of a hybrid model in which an autoencoder and an LSTM are combined.
- an expensive flight analysis system such as an existing Flight Data Recorder (FDR) had to be used to detect an aircraft energy anomaly, whereas according to the present disclosure, it is possible to determine the presence or absence of the anomaly by the use of only ADS-B track data, thereby achieving the effect of extracting energy anomaly detection results with low cost and high efficiency.
- FDR Flight Data Recorder
- the present disclosure by generating ground truth for high-energy and low-energy data based on the energy distribution model, improving the performance of outlier detection by utilizing it, and providing the importance of extended features for the outlier detection prediction result, it has the effect of assisting analysts in understanding the results and outputs of the learning model.
- FIG. 1 shows an aircraft energy anomaly detection system using an artificial neural network learning model according to an embodiment of the present disclosure.
- FIG. 2 shows visualization of energy distribution generation results according to an embodiment of the present disclosure.
- FIGS. 3 to 5 show ADS-B and feature extension data for detecting an aeronautical energy anomaly according to an embodiment of the present disclosure.
- FIGS. 6 and 7 show an energy anomaly learning model combining an autoencoder and LSTM according to an embodiment of the present disclosure.
- FIG. 8 shows an aircraft energy anomaly detection method using an artificial neural network learning model according to an embodiment of the present disclosure.
- FIG. 9 is a block diagram representing a computer system for implementing a method according to an embodiment of the present disclosure.
- ADS-B Automatic Dependent Surveillance-Broadcast
- radar which is an existing technology
- Examples of aviation safety applications through AI include weather condition prediction, landing safety management using an aircraft arresting system, intelligent air traffic management (ATM), and the like. To this end, it is necessary to develop technology for detecting hazards and predicting aviation risk by applying AI techniques to ADS-B data, which is track data.
- ATM intelligent air traffic management
- An unstable approach refers to an approach that does not meet the stable approach criteria defined in the airline's standard operating procedures. There are various factors that cause unstable approaches, wherein one factor is that the energy of the aircraft is too high or too low during the approach stage. These high-energy and low-energy states may be caused by excessive descent rates and airspeeds, improper flare and thrust, and may cause accidents/quasi-accidents during the approach-landing stage.
- a high energy approach monitoring system is used to predict such anomalies in the energy state.
- the energy predicted by the system is compared with a pre-specified energy threshold to generate a high energy/low energy alarm.
- the alarm message contains information about a glide slope, an aircraft speed, an altitude, and the like.
- this monitoring method has a drawback in that a separate high-cost system is required, and so, it is necessary to perform aviation risk prediction analysis by determining the presence or absence of an anomaly in the energy state only with ADS-B data without using any separate high-cost system.
- a system and method for detecting an aircraft energy anomaly and an aircraft safety risk factor using an artificial neural network learning model are proposed.
- the learning is performed by combining an autoencoder outlier detection model and LSTM, which is a time series learning model.
- the trained learning model predicts the presence or absence of an energy anomaly by the use of the test data, and identifies the association of the presence and absence of an energy anomaly through the feature importance result.
- FIG. 1 shows an aircraft energy anomaly detection system using an artificial neural network learning model according to an embodiment of the present disclosure.
- the aircraft energy anomaly detection system using an artificial neural network learning model includes a distribution model generating part 110 which extracts a specific energy feature using the ADS-B data and generates an energy distribution model, an energy anomaly learning part 120 which performs artificial neural network-based energy anomaly learning by the use of input data, and a prediction analysis part 130 which predicts whether an aircraft energy anomaly exists using a trained learning model.
- the distribution model generating part 110 receives ADS-B (i.e., aircraft track data) as an input, extends features required for energy anomaly detection, and generates an energy distribution model.
- ADS-B i.e., aircraft track data
- the distribution model generating part 110 extracts a specific energy feature by the use of location information (latitude and longitude) and motion information (velocity) of the ADS-B data, which is aircraft track data, and generates the energy distribution model.
- the distribution model generating part 110 manages energy distribution data for each arrival airport runway.
- the energy anomaly learning part 120 performs learning by the use of a feature-extended dataset and an artificial neural network.
- the prediction analysis part 130 predicts whether an aircraft energy anomaly exists in real time by the use of the trained learning model and test data.
- the distribution model generating part 110 calculates the specific energy as shown in [Equation 1] below by the use of the potential energy and kinetic energy of the ADS-B data, and computes distribution values for specific energy values for each runway of an airport.
- the accuracy of the energy analysis model is affected by the size of the ADS-B sample data of a flight arriving at each airport runway. Additionally, it is necessary to utilize data of a certain period of time (e.g., one year) or longer in view of variations depending on changes in weather conditions.
- a quantile is generated by calculating the specific energy value at a certain point of the ADS-B data of all flights which have arrived at the corresponding runway, every 0.5 nautical mile (NM) remaining distance to the runway up to 20 NM remaining distance to the runway.
- the prediction analysis part 130 compares it with the quantile model of the runway of the arrival airport.
- an interquantile range (IQR) is used as a method for determining high energy and low energy.
- the IQR represents the difference between the Q3(75%) and Q1(25%) quantiles, and the high energy is determined based on being above Q3+1.5*IQR, while the low energy is determined based on being below Q1 ⁇ 1.5*IQR.
- a predetermined period of time or longer e.g., 30 seconds or more
- FIG. 2 shows visualization of energy distribution generation results according to an embodiment of the present disclosure.
- FIG. 2 is an example of the energy distribution generation result, showing, in quantiles, the energy state distribution of flights which arrived at Incheon International Airport Runway 16L in 2019.
- the X-axis represents the distance to the arrival airport, and the Y-axis represents the distribution value from 5% to 95% of aircraft energy in each distance section.
- the lines representing High Energy and Low Energy in FIG. 2 are ones among energy values of flights arrived at Runway 16L, which are detected as high energy/low energy when using the IQR method. In the case of the High Energy flight of FIG. 2 , it can be seen that the energy value is continuously high from around 8 miles before arrival on the runway, and that in the case of the Low Energy flight, it deviates from the distribution value at around 2.5 miles.
- FIGS. 3 to 5 show ADS-B and feature extension data for detecting an aeronautical energy anomaly according to an embodiment of the present disclosure.
- FIG. 3 shows ADS-B data definitions
- FIG. 4 shows an example of ADS-B data (original data)
- FIG. 5 shows an example of added (extended) feature data.
- FIG. 3 shows the details of ADS-B data and extended features.
- ADS-B data is time series data received at certain intervals from departure to arrival of an aircraft, and the original data itself includes aircraft information (call sign, aircraft type, etc.), time information, track information (position, speed, azimuth, etc.), and departure and arrival information (airport, runway, distance to runway).
- the energy state analysis results in different energy distributions for each specific runway at the airport where the aircraft arrives. Therefore, whether or not there is an energy anomaly is determined at every remaining distance class for each runway. For this purpose, arrival runway information not found in the ADS-B data is required, and this information is predicted by the use of an algorithm.
- latitude and longitude information and runway headings of all runway thresholds of the arrival airport are required.
- the latitude and longitude of the threshold of Runway 15L at Incheon International Airport are 37.4839 and 126.4401, and the heading thereof is 144.66 degrees.
- the ADS-B data includes latitude and longitude and course information of the aircraft, and it is possible to calculate the heading angle difference and the distance between two points by the use of the latitudes and longitudes.
- Data selection for the runway prediction selects data of the latest time at a height of or above a certain threshold from among the ADS-B data. That is, the closest runway is searched for by selecting data closest to the arrival time point at the height of or above a certain level.
- the target runway with the closest distance to the runway is primarily predicted as the runway, and if there are multiple target runways, each of which has the corresponding distance to the runway within the threshold value, the runway with the smallest heading angle difference is predicted as the final runway.
- the specific energy information is generated to analyze the energy state, and for association analysis, weather information (wind direction, wind speed, headwind/tailwind/cross wind, etc.) around the airport, which is external data, is extended to match the information of the corresponding time in ADS-B.
- weather information wind direction, wind speed, headwind/tailwind/cross wind, etc.
- the presence or absence of high energy and low energy anomalies by the use of the IQR technique, and the corresponding information is used as a dataset (Ground Truth) for supervised learning.
- the presence or absence of high-energy and low-energy anomalies means the presence or absence of an energy anomaly in a specific distance class to the arrival airport at a time point of the ADS-B data.
- FIGS. 6 and 7 show an energy anomaly learning model combining an autoencoder and LSTM according to an embodiment of the present disclosure.
- the energy anomaly learning model analyzes the energy state at each point of ADS-B, which is time series data, and uses the analyzed result as an input of LSTM, which is a time series learning model, to predict the energy state at the next time point.
- the autoencoder is an unsupervised learning model, which detects outliers by learning in a given state only with data input values. As shown in FIG. 6 , the input of the autoencoder becomes an energy state value (high energy, low energy, normal) using the specific energy value in the data at a certain time point of ADS-B, and it is learned to output the same value due to the nature of the autoencoder model. If an energy value is given as test data to the learned model, it can be predicted whether the energy state is normal or abnormal (high energy, low energy) for the corresponding runway and the remaining distance class.
- a learning model such as an autoencoder can be used to determine whether there is an outlier in data in a specific state, but it has limitations in predicting time series data. Therefore, according to an embodiment of the present disclosure, to address this issue, long short-term memory (LSTM) is used, which is a deep learning-based artificial intelligence network learning model widely used for predicting time-series data.
- LSTM long short-term memory
- information of the past is utilized for learning at the present time by using a scheme like a chain that transfers information of a previous step to a neural network of the next step.
- the autoencoder result of the previous time point is transferred to the autoencoder as an input along with ADS-B data at the current time point. This process is performed repeatedly to continuously predict the energy state.
- FIG. 8 shows an aircraft energy anomaly detection method using an artificial neural network learning model according to an embodiment of the present disclosure.
- the aircraft energy anomaly detection method using an artificial neural network learning model includes (a) generating a specific energy feature for energy state analysis by extending ADS-B data; and (b) generating an energy distribution model by the use of the specific energy feature, and performing artificial neural network-based energy anomaly learning.
- the step (a) includes extracting the specific energy feature by the use of location information and motion information of the ADS-B data.
- the step (a) includes managing energy distribution data for each arrival airport runway.
- the step (a) includes predicting an arrival runway by the use of runway heading information and latitude and longitude information of the runway threshold of the arrival airport.
- the step (b) includes learning energy data for each distance class of the runway, wherein time-series energy anomaly learning is performed by the use of the autoencoder learning result for each distance class to the runway as an input to an LSTM model.
- the method for detecting an aircraft energy anomaly using an artificial neural network learning model further includes (c) predicting whether or not there is an aircraft energy anomaly in real time by the use of test data and a learning model which has been trained and distributed in the step (b).
- the step (c) includes predicting an energy anomaly by the use of a hybrid model in which an autoencoder and an LSTM are combined.
- step S 801 additional features for energy state analysis are generated by extending the ADS-B data which is simple time series-based track information.
- the ADS-B data is extended by linking weather information, which is related external information, including specific energy information required for energy state analysis, to identify the importance of features in prediction analysis.
- step S 802 the extended data is classified into test data and training data for validation of the learning model. Learning is performed on the training data.
- step S 803 energy distribution data for each runway of the arrival airport is generated using the extended training data. Energy state analysis is performed for each distance class to the runway in units of 0.5 nautical miles, and the remaining distance class to the runway is calculated by the use of the location information of the data. In step S 803 , the energy distribution for each distance class of the arrival airport runway for all training data is calculated, wherein the energy distribution value is changed as data is accumulated, and the energy distribution data is updated whenever additional data is inputted. The energy distribution value is utilized as ground truth data by the use of the IQR technique, so that high energy and low energy can be discerned from each other.
- step S 804 the extended training data learns energy data by the use of an autoencoder for each distance class to the runway.
- the autoencoder learning model result for each runway distance becomes an input of an LSTM model for time-series energy anomaly learning.
- step S 805 the trained learning model is distributed for the prediction by the use of test data.
- step S 806 it is determined whether to input additional learning data, and when new training data is additionally introduced, the above-described processes are repeated similarly to change the learning model, and the changed model is automatically distributed as a prediction model.
- step S 807 when test data is given as an input to the learning model, an energy anomaly is predicted by the use of a hybrid model in which an autoencoder and an LSTM are combined.
- step S 808 in the case of a test dataset, performance is analyzed by comparing the ground truth data results with the prediction results.
- step S 809 in the case of training and testing, the importance of each data feature with respect to the prediction result in the learning model is obtained. That is, by extracting the influence on the prediction result for each feature, important variables are identified and utilized for correlation analysis of data. These feature importance results can be visualized in the form of a graph.
- step S 810 the energy outlier detection result, that is, the energy state analysis result is visualized and provided in a form similar to that of FIG. 2 described above.
- FIG. 9 is a block diagram representing a computer system for implementing a method according to an embodiment of the present disclosure.
- the aircraft energy anomaly detection system using an artificial neural network learning model includes an input interface device 1050 for receiving ADS-B (Automatic Dependent Surveillance-Broadcast) data; a memory 1030 storing a program which generates a specific energy feature for energy state analysis by extending the ADS-B data through a preprocessing; and a processor 1010 for executing the program, wherein the processor 1010 generates an energy distribution model by the use of the specific energy feature, and performs artificial neural network-based energy anomaly learning.
- ADS-B Automatic Dependent Surveillance-Broadcast
- the processor 1010 extracts the specific energy feature by the use of location information and motion information of the ADS-B data, and generates the energy distribution model.
- the processor 1010 manages energy distribution data for each arrival airport runway.
- the processor 1010 predicts an arrival runway by the use of runway heading information and latitude and longitude information of the runway threshold of the arrival airport.
- the processor 1010 predicts whether an aircraft energy anomaly exists in real time by the use of the trained learning model and test data.
- the processor 1010 calculates a specific energy value at a certain point of the ADS-B data of a flight which has arrived at the corresponding runway for the remaining distance to the runway to generate a quantile value, and determines the energy state of a certain flight by comparing it with a quantile model of the runway of the arrival airport.
- the processor 1010 analyzes the energy state at the point of the ADS-B data, which is time series data, and uses the analysis result as an input of the LSTM to predict the energy state at the next time point.
- the computer system 1000 may include one or more of the processor 1010 , the memory 1030 , the input interface device 1050 , the output interface device 1060 , and the storage device 1040 , which communicate to each other through a bus 1070 .
- the computer system 1000 may also include a communication device 1020 coupled to a network.
- the processor 1010 may be a central processing unit (CPU) or a semiconductor device that executes instructions stored in the memory 1030 or the storage device 1040 .
- the memory 1030 and the storage device 1040 may include various types of volatile or non-volatile storage media.
- the memory may include a read only memory (ROM) and a random access memory (RAM).
- the memory may be located inside or outside the processor, and the memory may be connected to the processor through various known means.
- the memory may include various forms of volatile or non-volatile storage media.
- the memory may include a read-only memory (ROM) or a random access memory (RAM).
- an embodiment of the disclosure may be implemented as a computer implemented method or as a non-transitory computer readable medium with computer executable instructions stored thereon.
- the computer readable instructions when executed by a processor, may perform a method according to at least one aspect of the present disclosure.
- the communication device 1020 may transmit or receive a wired signal or a wireless signal.
- the method according to the embodiment of the present disclosure may be implemented in the form of program instructions that can be executed through various computer means, and thus may be recorded on a computer readable medium.
- the computer readable medium may include program instructions, data files, data structures, and the like alone or in combination with each other.
- the program instructions recorded on the computer readable medium may be what is specially designed and configured for the embodiments of the present disclosure, or may be what is known to and usable by those skilled in the art in the field of computer software.
- the computer-readable recording medium may include a hardware device configured to store and execute program instructions.
- the computer-readable recording media may be magnetic media such as hard disks, floppy disks and magnetic tapes, optical media such as CD-ROMs and DVDs, magneto-optical media such as floptical disks, ROMs, RAMS, flash memories, or the like.
- the program instructions may include high-level language codes that can be executed by a computer through an interpreter or the like as well as machine language codes generated by a compiler.
Landscapes
- Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Theoretical Computer Science (AREA)
- Aviation & Aerospace Engineering (AREA)
- Data Mining & Analysis (AREA)
- General Health & Medical Sciences (AREA)
- Biomedical Technology (AREA)
- Biophysics (AREA)
- Computational Linguistics (AREA)
- Life Sciences & Earth Sciences (AREA)
- Evolutionary Computation (AREA)
- Artificial Intelligence (AREA)
- Molecular Biology (AREA)
- Computing Systems (AREA)
- General Engineering & Computer Science (AREA)
- Mathematical Physics (AREA)
- Software Systems (AREA)
- Health & Medical Sciences (AREA)
- Traffic Control Systems (AREA)
Abstract
Description
-
- where h denotes the altitude, v denotes the velocity, and g denotes the gravitational acceleration.
Claims (14)
Applications Claiming Priority (4)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| KR20220119982 | 2022-09-22 | ||
| KR10-2022-0119982 | 2022-09-22 | ||
| KR1020230055295A KR102828772B1 (en) | 2022-09-22 | 2023-04-27 | System and method for detecting aviation energy anomaly using neural network model |
| KR10-2023-0055295 | 2023-04-27 |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| US20240101272A1 US20240101272A1 (en) | 2024-03-28 |
| US12409947B2 true US12409947B2 (en) | 2025-09-09 |
Family
ID=90360795
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| US18/349,321 Active 2044-02-05 US12409947B2 (en) | 2022-09-22 | 2023-07-10 | System and method for detecting aircraft energy anomaly using neural network model |
Country Status (1)
| Country | Link |
|---|---|
| US (1) | US12409947B2 (en) |
Citations (10)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP5209615B2 (en) | 2006-06-12 | 2013-06-12 | エルビュス オペラシオン (エス.アー.エス.) | Aircraft landing assistance method and apparatus |
| US20130198119A1 (en) * | 2012-01-09 | 2013-08-01 | DecisionQ Corporation | Application of machine learned bayesian networks to detection of anomalies in complex systems |
| US20140245454A1 (en) | 2013-02-28 | 2014-08-28 | Inha Industry Partnership Institute | Method and apparatus for protecting flight data |
| US9729305B2 (en) | 2014-03-04 | 2017-08-08 | Electronics And Telecommunications Research Institute | Airplane system and control method thereof |
| US20190042748A1 (en) * | 2017-08-03 | 2019-02-07 | B. G. Negev Technologies And Applications Ltd., At Ben-Gurion University | Using lstm encoder-decoder algorithm for detecting anomalous ads-b messages |
| US20190354644A1 (en) * | 2018-05-18 | 2019-11-21 | Honeywell International Inc. | Apparatuses and methods for detecting anomalous aircraft behavior using machine learning applications |
| US20210020056A1 (en) * | 2019-07-16 | 2021-01-21 | Honeywell International Inc. | System and method for an automatic notification of an aircraft trajectory anomaly |
| US10908277B1 (en) * | 2017-07-12 | 2021-02-02 | Rockwell Collins, Inc. | Maintaining position relative to an air anomaly |
| KR20210153784A (en) | 2020-06-10 | 2021-12-20 | 한국전자통신연구원 | Method for processing false alarms of anomaly behavior detection system using machine learning, and apparatus for the same |
| KR20220060426A (en) | 2020-11-04 | 2022-05-11 | 한국전자통신연구원 | Apparatus and method for predicting unsafe approach |
-
2023
- 2023-07-10 US US18/349,321 patent/US12409947B2/en active Active
Patent Citations (10)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP5209615B2 (en) | 2006-06-12 | 2013-06-12 | エルビュス オペラシオン (エス.アー.エス.) | Aircraft landing assistance method and apparatus |
| US20130198119A1 (en) * | 2012-01-09 | 2013-08-01 | DecisionQ Corporation | Application of machine learned bayesian networks to detection of anomalies in complex systems |
| US20140245454A1 (en) | 2013-02-28 | 2014-08-28 | Inha Industry Partnership Institute | Method and apparatus for protecting flight data |
| US9729305B2 (en) | 2014-03-04 | 2017-08-08 | Electronics And Telecommunications Research Institute | Airplane system and control method thereof |
| US10908277B1 (en) * | 2017-07-12 | 2021-02-02 | Rockwell Collins, Inc. | Maintaining position relative to an air anomaly |
| US20190042748A1 (en) * | 2017-08-03 | 2019-02-07 | B. G. Negev Technologies And Applications Ltd., At Ben-Gurion University | Using lstm encoder-decoder algorithm for detecting anomalous ads-b messages |
| US20190354644A1 (en) * | 2018-05-18 | 2019-11-21 | Honeywell International Inc. | Apparatuses and methods for detecting anomalous aircraft behavior using machine learning applications |
| US20210020056A1 (en) * | 2019-07-16 | 2021-01-21 | Honeywell International Inc. | System and method for an automatic notification of an aircraft trajectory anomaly |
| KR20210153784A (en) | 2020-06-10 | 2021-12-20 | 한국전자통신연구원 | Method for processing false alarms of anomaly behavior detection system using machine learning, and apparatus for the same |
| KR20220060426A (en) | 2020-11-04 | 2022-05-11 | 한국전자통신연구원 | Apparatus and method for predicting unsafe approach |
Non-Patent Citations (2)
| Title |
|---|
| Noh-Sam Park et al., "Anomaly Detection Analysis for Go-Around Events Using ADS-B Trajectory Data". 2021 KICS Summer Conference, Jun. 2021. |
| Noh-Sam Park et al., "Anomaly Detection Based on Energy State Analysis during Aircraft Approach Phase Using ADS-B Trajectory Data". 2022 KICS Summer Conference, Jun. 2022. |
Also Published As
| Publication number | Publication date |
|---|---|
| US20240101272A1 (en) | 2024-03-28 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US8200377B2 (en) | System for securing an aircraft flight plan | |
| CN100470256C (en) | Multi-sensor information fusion technology | |
| US6462697B1 (en) | System and method for classifying and tracking aircraft vehicles on the grounds of an airport | |
| KR102508763B1 (en) | An Air-route weather forecast and verify method, apparatus and system based on ADS-B data | |
| CN110988880A (en) | Geographic information extraction and target tracking method based on SMR target track | |
| Lin et al. | Approach for 4-d trajectory management based on HMM and trajectory similarity | |
| Shi et al. | LSTM-Cubic A*-based auxiliary decision support system in air traffic management | |
| Seah et al. | Algorithm for conformance monitoring in air traffic control | |
| Wang et al. | Airspace risk management using surveillance track data: Stabilized approaches | |
| US12409947B2 (en) | System and method for detecting aircraft energy anomaly using neural network model | |
| CN112330982A (en) | Medium-term conflict early warning method, device and storage medium applied to terminal area | |
| Lowe et al. | Learning and predicting pilot behavior in uncontrolled airspace | |
| KR102828772B1 (en) | System and method for detecting aviation energy anomaly using neural network model | |
| CN118968823B (en) | Low-altitude unmanned aerial vehicle operation risk and grade identification method | |
| US20250095479A1 (en) | Systems and methods for traffic pattern prediction through collaborative knowledge transferring from node to node | |
| US20190122566A1 (en) | Method for securing a provisional itinerary for an aircraft, corresponding system and computer program | |
| Almathami et al. | Controlled airspace infringements and warning system | |
| CN117931974B (en) | Method, system and storage medium for analyzing movement intention of target object | |
| Vogel et al. | A quantitative safety assessment tool based on aircraft actual navigation performance | |
| CN115862388B (en) | Flight low-altitude wind shear early warning method, device, equipment and storage medium | |
| CN120722935B (en) | Unmanned aerial vehicle operation tracking control system applied to regional cruising detection | |
| KR102603086B1 (en) | The method of detecting and updating road shape changes based on driving data of autonomous vehicles | |
| US20240370695A1 (en) | Rare example mining for autonomous vehicles | |
| Krauth et al. | Collision risk assessment in Terminal Manoeuvring Areas based on trajectory generation methods | |
| Pfahler et al. | Comparison of Subset Simulation Samplers for Estimating the Risk of Mid-Air Collisions |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| AS | Assignment |
Owner name: ELECTRONICS AND TELECOMMUNICATIONS RESEARCH INSTITUTE, KOREA, REPUBLIC OF Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:PARK, NOH-SAM;KIM, JI YEON;JANG, JONG HYUN;REEL/FRAME:064197/0309 Effective date: 20230619 |
|
| FEPP | Fee payment procedure |
Free format text: ENTITY STATUS SET TO UNDISCOUNTED (ORIGINAL EVENT CODE: BIG.); ENTITY STATUS OF PATENT OWNER: SMALL ENTITY |
|
| FEPP | Fee payment procedure |
Free format text: ENTITY STATUS SET TO SMALL (ORIGINAL EVENT CODE: SMAL); ENTITY STATUS OF PATENT OWNER: SMALL ENTITY |
|
| STPP | Information on status: patent application and granting procedure in general |
Free format text: DOCKETED NEW CASE - READY FOR EXAMINATION |
|
| STPP | Information on status: patent application and granting procedure in general |
Free format text: NOTICE OF ALLOWANCE MAILED -- APPLICATION RECEIVED IN OFFICE OF PUBLICATIONS |
|
| STPP | Information on status: patent application and granting procedure in general |
Free format text: PUBLICATIONS -- ISSUE FEE PAYMENT RECEIVED |
|
| STPP | Information on status: patent application and granting procedure in general |
Free format text: PUBLICATIONS -- ISSUE FEE PAYMENT VERIFIED |
|
| STCF | Information on status: patent grant |
Free format text: PATENTED CASE |