LLM4Delay: Flight Delay Prediction via Cross-Modality Adaptation of Large Language Models and Aircraft Trajectory Representation

· Source: cs.CL updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Aviation & Aerospace · Depth: Expert, extended

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

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

Topics

Best for: Research Scientist, AI Scientist, Machine Learning Engineer, AI Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CL updates on arXiv.org.