A PHP Error was encountered

Severity: 8192

Message: Non-static method URL_tube::usage() should not be called statically, assuming $this from incompatible context

Filename: url_tube/pi.url_tube.php

Line Number: 13

Finding Precursors to Anomalous Drop in Airspeed During a Flight’s Take-off

KDD Papers

Finding Precursors to Anomalous Drop in Airspeed During a Flight's Take-off

Vijay Manikandan Janakiraman (USRA/ NASA AMES Research Center);Bryan Matthews (SGT/ NASA AMES Research Center);Nikunj Oza (NASA AMES Research Center)


Abstract

Aerodynamic stall based loss of control in flight is a major cause of fatal flight accidents. In a typical take-off, a flight’s airspeed continues to increase as it gains altitude. However, in some cases, the airspeed may drop immediately after take-off and when left uncorrected, the flight gets close to a stall condition which is extremely risky. The take-off is a high workload period for the flight crew involving frequent monitoring, control and communication with the ground control tower. Although there exists secondary safety systems and specialized recovery maneuvers, current technology is reactive; often based on simple threshold detection and does not provide the crew with sufficient lead time. Further, with increasing complexity of automation, the crew may not be aware of the true states of the automation to take corrective actions in time. At NASA, we aim to develop decision support tools by mining historic flight data to proactively identify and manage high risk situations encountered in flight. In this paper, we present our work on finding precursors to the anomalous drop-in-airspeed (ADA) event using the ADOPT (Automatic Discovery of Precursors in Time series) algorithm. ADOPT works by converting the precursor discovery problem into a search for sub-optimal decision making in the time series data, which is modeled using reinforcement learning. We give insights about the flight data, feature selection, ADOPT modeling and results on precursor discovery. Some improvements to ADOPT algorithm are implemented that reduces its computational complexity and enables forecasting of the adverse event. Using ADOPT analysis, we have identified some interesting precursor patterns that were validated to be operationally significant by subject matter experts. The performance of ADOPT is evaluated by using the precursor scores as features to perform classification of the time series data.


Comments