TailBooster: A Dual-Layer Generative Framework for Extreme Value Augmentation with Operational Validity Enforcement
Summary
TailBooster is a dual-layer generative framework that synthesizes operationally valid extreme air-transport events using statistical tail extraction and autoencoder-based cleaning, significantly improving extreme-event prediction accuracy.
View Cached Full Text
Cached at: 08/14/26, 11:27 AM
Paper page - TailBooster: A Dual-Layer Generative Framework for Extreme Value Augmentation with Operational Validity Enforcement
Source: https://huggingface.co/papers/2608.11951
Abstract
TailBooster uses a dual-layer generative framework with statistical tail extraction and deep autoencoder cleaning to synthesize operationally valid extreme air-transport events, substantially improving extreme-event prediction 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 augmentationoffers 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 theinterquartile range, supplying tail-concentrated training signal to dedicated generative models, here aTabular Variational Autoencoder. A deep learning layer then appliesautoencoder-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 improvedoperational validity, while targeted augmentation enhanced utility forextreme-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 whereextreme-event predictionis critical and domain-specific rules are unavailable.
View arXiv pageView PDFProject pageAdd to collection
Get this paper in your agent:
hf papers read 2608\.11951
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2608.11951 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2608.11951 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2608.11951 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
OpenLongTail: Generative Scaling of Long-Tail Driving Data
OpenLongTail is an open-source generative data engine that transforms heterogeneous long-tail driving data into view-aligned multi-view assets for training robust autonomous driving policies, improving closed-loop driving robustness.
Double-Scoring: Reliable Extraction of Strong Lottery Tickets
This paper introduces double-scoring, an augmented score-space parameterization for extracting strong lottery tickets from neural networks. It improves upon edge-popup and pruning-at-initialization baselines and reduces sensitivity to sparsity hyperparameters.
Enhancing Generative Information Extraction with Two-step Validation: A Product Attribute Use Case
This paper proposes a two-step validation method for generative information extraction, integrating a PLM block into the pipeline to enhance LLM performance, particularly for weakly expressed entities in product attribute extraction for digital product passports.
ExTra: Exploratory Trajectory Optimization for Language Model Reinforcement Learning
ExTra introduces exploratory trajectory optimization for language model reinforcement learning, combining novelty rewards and entropy-guided prefix regeneration to improve both single-sample accuracy and inference-time coverage on mathematical reasoning benchmarks.
x-Prediction Is All You Need:Training-Free Accelerated Generation via Endpoint Decodability
This paper introduces Truncated Jump Sampling (TJS), a training-free method that accelerates diffusion and flow matching model generation by exploiting endpoint decodability, reducing neural function evaluations by 20–70% with near-matched quality across multiple models.