SYOct 31, 2017
Flight Trajectory Planning for Fixed-Wing Aircraft in Loss of Thrust EmergenciesSaswata Paul, Frederick Hole, Alexandra Zytek et al.
Loss of thrust emergencies-e.g., induced by bird/drone strikes or fuel exhaustion-create the need for dynamic data-driven flight trajectory planning to advise pilots or control UAVs. While total loss of thrust trajectories to nearby airports can be pre-computed for all initial points in a 3D flight plan, dynamic aspects such as partial power and airplane surface damage must be considered for accuracy. In this paper, we propose a new Dynamic Data-Driven Avionics Software (DDDAS) approach which during flight updates a damaged aircraft performance model, used in turn to generate plausible flight trajectories to a safe landing site. Our damaged aircraft model is parameterized on a baseline glide ratio for a clean aircraft configuration assuming best gliding airspeed on straight flight. The model predicts purely geometric criteria for flight trajectory generation, namely, glide ratio and turn radius for different bank angles and drag configurations. Given actual aircraft performance data, we dynamically infer the baseline glide ratio to update the damaged aircraft model. Our new flight trajectory generation algorithm thus can significantly improve upon prior Dubins based trajectory generation work by considering these data-driven geometric criteria. We further introduce a trajectory utility function to rank trajectories for safety. As a use case, we consider the Hudson River ditching of US Airways 1549 in January 2009 using a flight simulator to evaluate our trajectories and to get sensor data. In this case, a baseline glide ratio of 17.25:1 enabled us to generate trajectories up to 28 seconds after the birds strike, whereas, a 19:1 baseline glide ratio enabled us to generate trajectories up to 36 seconds after the birds strike. DDDAS can significantly improve the accuracy of generated flight trajectories thereby enabling better decision support systems for pilots in emergency conditions.
17.6DCApr 18
Predictive Sectorization and Bayesian Optimized Consensus for Admission Control in Autonomous Airspace OperationsAditya Dhodapkar, Avery Smidt, Aaron Verkleeren et al.
Conventional air traffic control divides airspace into specific regions, creating a scaling bottleneck as traffic grows. Choosing how to partition airspace is not straightforward because grid size affects workload, handoff frequency, and the capacity of whatever coordination mechanism operates within each sector. We present a three stage pipeline that automates sectorization and sector coordination while preserving human oversight. First, a two stage XGBoost classifier predicts the optimal 3D grid configuration from 23 location-agnostic traffic features, achieving 91.38% accuracy on a 65,000 sample dataset derived from Federal Aviation Administration System Wide Information Management replays. Second, a leaderless Paxos consensus protocol lets aircraft coordinate sector entries among themselves, maintaining above 96% entry success with low near mid-air collision rates across all tested configurations. Third, Bayesian Optimization with a Gaussian Process surrogate tunes eight protocol parameters per airport in 50 trials, revealing that each traffic environment requires a qualitatively different configuration. The resulting pipeline offers a practical path toward scalable, autonomous airspace management as traffic demand outpaces controller capacity.
SENov 16, 2020
ACCORDANT: A Domain Specific Model and DevOpsApproach for Big Data Analytics ArchitecturesCamilo Castellanos, Carlos A. Varela, Dario Correal
Big data analytics (BDA) applications use machine learning algorithms to extract valuable insights from large, fast, and heterogeneous data sources. New software engineering challenges for BDA applications include ensuring performance levels of data-driven algorithms even in the presence of large data volume, velocity, and variety (3Vs). BDA software complexity frequently leads to delayed deployments, longer development cycles and challenging performance assessment. This paper proposes a Domain-Specific Model (DSM), and DevOps practices to design, deploy, and monitor performance metrics in BDA applications. Our proposal includes a design process, and a framework to define architectural inputs, software components, and deployment strategies through integrated high-level abstractions to enable QS monitoring. We evaluate our approach with four use cases from different domains to demonstrate a high level of generalization. Our results show a shorter deployment and monitoring times, and a higher gain factor per iteration compared to similar approaches.