Search papers, labs, and topics across Lattice.
TailBooster introduces a dual-layer generative framework that enhances extreme event prediction in air transport by addressing the limitations of conventional generative models, which often fail to accurately represent distributional tails and operational constraints. By combining a statistical layer for extracting extreme values with a deep learning layer for operational validity enforcement, the framework generates synthetic data that significantly improves the predictive performance of regression algorithms. Evaluation on US flight records demonstrated a 47-49% reduction in Mean Absolute Error for extreme air time predictions and a 29-57% reduction for extreme arrival delays, showcasing its effectiveness in operationally relevant scenarios.
TailBooster not only generates synthetic data for rare extreme events but also ensures that the data adheres to operational constraints, leading to substantial improvements in predictive accuracy.
Extreme events in air transport, such as severe arrival delays and abnormal air times, cause cascading network disruptions with substantial operational, economic, and safety costs. Such events are rare in historical records, leaving insufficient training signal for machine learning models. Synthetic data augmentation offers a principled solution, but conventional generative models under-represent distributional tails and give no guarantee against operationally infeasible instances, such as a short air time paired with a long flight distance. No existing approach addresses both limitations for mixed-type tabular records. We propose TailBooster, a dual-layer generative framework combining generative modelling with two anomaly detection layers. A statistical layer extracts extremes via the interquartile range, supplying tail-concentrated training signal to dedicated generative models, here a Tabular Variational Autoencoder. A deep learning layer then applies autoencoder-based cleaning, discarding synthetic records that violate the operational envelope learned from historical data. The framework was evaluated on US flight records across five dimensions: diversity, statistical similarity, fidelity, operational validity, and utility, the latter two being the primary improvement targets. Data-driven cleaning markedly improved operational validity, while targeted augmentation enhanced utility for extreme-event prediction. Across six regression algorithms, training on the framework's records reduced Mean Absolute Error by 47-49% on extreme air time and 29-57% on extreme arrival delay prediction relative to conventional synthetic data, with comparable gains when real records were enriched with synthetic extremes. Being fully data-driven and model-agnostic, TailBooster extends to domains where extreme-event prediction is critical and domain-specific rules are unavailable.