VECTOR: Velocity-Enhanced GRU Neural Network for Real-Time 3D UAV Trajectory Prediction
Omer Nacar, Mohamed Abdelkader, Lahouari Ghouti, Kahled Gabr,, Abdulrahman S. Al-Batati, Anis Koubaa

TL;DR
This paper introduces VECTOR, a velocity-enhanced GRU neural network that improves real-time 3D UAV trajectory prediction accuracy by utilizing velocity estimates, outperforming traditional position-based models in synthetic and real-world data.
Contribution
The paper presents a novel GRU-based trajectory prediction method that forecasts velocities instead of positions, enhancing accuracy and generalizability across diverse UAV flight patterns.
Findings
Significantly lower mean square error (MSE) compared to state-of-the-art models.
Effective in both synthetic and real-world UAV datasets.
Open-source dataset and ROS 2 package provided.
Abstract
This paper tackles the challenge of real-time 3D trajectory prediction for UAVs, which is critical for applications such as aerial surveillance and defense. Existing prediction models that rely primarily on position data struggle with accuracy, especially when UAV movements fall outside the position domain used in training. Our research identifies a gap in utilizing velocity estimates, first-order dynamics, to better capture the dynamics and enhance prediction accuracy and generalizability in any position domain. To bridge this gap, we propose a new trajectory prediction method using Gated Recurrent Units (GRUs) within sequence-based neural networks. Unlike traditional methods that rely on RNNs or transformers, this approach forecasts future velocities and positions based on historical velocity data instead of positions. This is designed to enhance prediction accuracy and scalability,…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAutonomous Vehicle Technology and Safety · Robotic Path Planning Algorithms · Advanced Neural Network Applications
