paper-with-me

Papers

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

2024-05-13 · Yao Sun, Tengyu Jing, Jiapeng Wang, Wei Wang

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 accuracy.To improve prediction accuracy,this paper proposes a spatio-temporal graph attention network (ST-GAT) using encoding and decoding structures to predict the flight trajectory. The encoder adopts a parallel structure of Transformer and GAT branches embedded with the multi-head self-attention mechanism in each front end. The Transformer branch network is used to extract the temporal characteristics of historical trajectories and capture the impact of the fighter's historical state on future trajectories, while the GAT branch network is used to extract spatial features in historical trajectories and capture potential spatial correlations between fighters.Then we concatenate the outputs of the two branches into a new feature vector and input it into a decoder composed of a fully connected network to predict the future position coordinates of the blue army fighter.The computer simulation results show that the proposed network significantly improves the prediction accuracy of flight trajectories compared to the enhanced CNN-LSTM network (ECNN-LSTM), with improvements of 47% and 34% in both ADE and FDE indicators,providing strong support for subsequent autonomous combat missions.

📄 PDF Abstract BibTeX arXiv:2405.08034

Code (0)

등록된 구현이 없습니다.

Tasks

Graph AttentionTrajectory Prediction

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Multi-Head Attention 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Position-Wise Feed-Forward Layer 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Residual Connection 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…

Similar Papers 제목 키워드 기반

Flight Trajectory Prediction Using an Enhanced CNN-LSTM Network

2024-04-30 · Qinzhi Hao, Jiali Zhang, Tengyu Jing, Wei Wang

Aiming at the problem of low accuracy of flight trajectory prediction caused by the high speed of fighters, the diversity of tactical maneuvers, and the transient nature of situational change in close range air combat, t…

DiversityPredictionTrajectory Prediction

Large Language Models for Single-Step and Multi-Step Flight Trajectory Prediction

2025-01-29 · Kaiwei Luo, Jiliu Zhou

Flight trajectory prediction is a critical time series task in aviation. While deep learning methods have shown significant promise, the application of large language models (LLMs) to this domain remains underexplored. T…

Language ModelingLanguage ModellingTrajectory Prediction

Phased Flight Trajectory Prediction with Deep Learning

2022-03-17 · Kai Zhang, Bowen Chen

The unprecedented increase of commercial airlines and private jets over the next ten years presents a challenge for air traffic control. Precise flight trajectory prediction is of great significance in air transportation…

Decision MakingDeep LearningManagementPrediction+1

Multi-Agent Inverted Transformer for Flight Trajectory Prediction

2025-09-25 · Seokbin Yoon, Keumjin Lee arxiv

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 inherentl…

Trajectory Prediction

FlightPatchNet: Multi-Scale Patch Network with Differential Coding for Flight Trajectory Prediction

2024-05-25 · Lan Wu, Xuebin Wang, Ruijuan Chu, Guangyi Liu 외

Accurate multi-step flight trajectory prediction plays an important role in Air Traffic Control, which can ensure the safety of air transportation. Two main issues limit the flight trajectory prediction performance of ex…

PredictionTrajectory Prediction