Fighter flight trajectory prediction based on spatio-temporal graphcial attention network

Yao Sun,Tengyu Jing,Jiapeng Wang,Wei Wang
2024-05-13
Abstract:Quickly and accurately predicting the flight trajectory of a blue army fighter in close-range air combat helps a red army fighter gain a dominant situation, which is the winning factor in later air combat. However,due to the high speed and even hypersonic capabilities of advanced fighters, the diversity of tactical maneuvers,and the instantaneous nature of situational transitions,it is difficult to meet the requirements of practical combat applications in terms of prediction
Machine Learning
What problem does this paper attempt to address?
### Problems Addressed by the Paper The paper primarily aims to solve the problem of predicting the flight trajectory of Blue Force fighter jets in close-range air combat. Specifically, by accurately predicting the flight trajectory of Blue Force fighter jets, Red Force fighter jets can gain an advantageous position in air combat, thereby achieving victory in subsequent engagements. Due to the capabilities of modern fighter jets, which include high-speed or even supersonic abilities, diverse tactical maneuvers, and instantaneous situational changes, existing prediction methods fail to meet actual combat needs. To improve prediction accuracy, this paper proposes a Spatio-Temporal Graph Attention Network (ST-GAT) that uses an encoder-decoder structure to predict flight trajectories. ### Method Overview 1. **Encoder**: - **Transformer Module**: Extracts temporal features from historical trajectories and captures the influence of the fighter jet's historical states on future trajectories. - **GAT Module**: Extracts spatial features from historical trajectories and captures potential spatial correlations between fighter jets. 2. **Decoder**: - Inputs the new feature vectors output by the encoder into a fully connected network to predict the future coordinates of Blue Force fighter jets. ### Experimental Results Computer simulation results show that compared to the Enhanced CNN-LSTM Network (ECNN-LSTM), the proposed network significantly improves the accuracy of flight trajectory prediction, with improvements of 47% and 34% in ADE and FDE metrics, respectively, providing strong support for subsequent autonomous combat missions.