LLM4Delay: Flight Delay Prediction via Cross-Modality Adaptation of Large Language Models and Aircraft Trajectory Representation
Summary
LLM4Delay is a lightweight, multimodal flight delay prediction framework designed for air traffic controllers, focusing on post-terminal delays at destination airports. It integrates aircraft trajectory data, represented by a pre-trained ATSCC encoder, with textual aeronautical information, including flight details, METAR/TAF weather reports, and NOTAMs. The framework adapts trajectory embeddings into the language modality via a cross-modality adaptation network, feeding them into a frozen large language model backbone, such as LLaMA-3.2-1B-Instruct (under 1.5 billion parameters). Evaluated on 2022 data from Incheon International Airport, the model consistently achieves sub-minute prediction error, demonstrating an average error between 0.9214 and 2.7395 minutes. This approach supports real-time, second-by-second updates, enhancing operational efficiency.
Key takeaway
For Air Traffic Controllers monitoring terminal area operations, this framework offers a significant upgrade to real-time delay prediction. You can leverage its multimodal integration of trajectory and textual data to obtain second-by-second delay updates, improving situational awareness. This approach, with its sub-minute error, provides more precise estimates than traditional methods, enabling proactive management of air traffic and reducing reliance on average delay assumptions.
Key insights
Cross-modality adaptation of trajectory data with LLMs significantly enhances real-time flight delay prediction by integrating diverse aeronautical contexts.
Principles
- LLM linguistic understanding is crucial for aviation context interpretation.
- Integrating comprehensive multimodal data significantly boosts prediction accuracy.
- Freezing pre-trained models enables efficient, lightweight training.
Method
The framework uses a pre-trained ATSCC encoder for trajectory representation, a lightweight MLP for cross-modality adaptation to LLM embedding space, and a frozen LLM backbone with a regression head.
In practice
- Integrate ADS-B trajectory data with textual flight information for enhanced ATC tools.
- Deploy lightweight LLMs (e.g., LLaMA-3.2-1B-Instruct) for real-time, sub-minute delay forecasts.
- Utilize raw METAR/TAF/NOTAM text directly, avoiding separate decoders.
Topics
- Flight Delay Prediction
- Large Language Models
- Multimodal AI
- Air Traffic Management
- Trajectory Representation
- Cross-Modality Adaptation
- Incheon International Airport
Best for: Research Scientist, AI Scientist, Machine Learning Engineer, AI Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CL updates on arXiv.org.