Multi-Agent Inverted Transformer for Flight Trajectory Prediction
Seokbin Yoon, Keumjin Lee
TL;DR
The paper tackles multi-agent flight trajectory prediction by explicitly modeling intra-agent dynamics and inter-agent interactions. It introduces MAIFormer, a two-stage attention architecture with masked multivariate attention for each aircraft's trajectory and agent attention for social context, built atop an inverted-embedding tokenization scheme. On real ADS-B data from ICN arrivals, MAIFormer achieves state-of-the-art predictive accuracy and yields interpretable agent-level attention patterns, evidenced by lower attention entropy compared with prior multi-agent models. The approach holds practical promise for air traffic control decision support and invites future work on human-in-the-loop validation and integration of exogenous information such as weather and procedures.
Abstract
Flight trajectory prediction for multiple aircraft is essential and provides critical insights into how aircraft navigate within current air traffic flows. However, predicting multi-agent flight trajectories is inherently challenging. One of the major difficulties is modeling both the individual aircraft behaviors over time and the complex interactions between flights. Generating explainable prediction outcomes is also a challenge. Therefore, we propose a Multi-Agent Inverted Transformer, MAIFormer, as a novel neural architecture that predicts multi-agent flight trajectories. The proposed framework features two key attention modules: (i) masked multivariate attention, which captures spatio-temporal patterns of individual aircraft, and (ii) agent attention, which models the social patterns among multiple agents in complex air traffic scenes. We evaluated MAIFormer using a real-world automatic dependent surveillance-broadcast flight trajectory dataset from the terminal airspace of Incheon International Airport in South Korea. The experimental results show that MAIFormer achieves the best performance across multiple metrics and outperforms other methods. In addition, MAIFormer produces prediction outcomes that are interpretable from a human perspective, which improves both the transparency of the model and its practical utility in air traffic control.
