Object Location Prediction in Real-time using LSTM Neural Network and Polynomial Regression
Petar Stojkovi\'c, Predrag Tadi\'c

TL;DR
This paper presents a real-time object location prediction system using LSTM neural networks and polynomial regression, achieving high accuracy and low latency in various driving conditions.
Contribution
The paper introduces a novel combination of LSTM neural networks and polynomial regression for real-time object location prediction, outperforming traditional Kalman filter methods.
Findings
Average error of 0.11 meters with LSTM system
76% error reduction compared to Kalman filter
Inference time of 2 milliseconds
Abstract
This paper details the design and implementation of a system for predicting and interpolating object location coordinates. Our solution is based on processing inertial measurements and global positioning system data through a Long Short-Term Memory (LSTM) neural network and polynomial regression. LSTM is a type of recurrent neural network (RNN) particularly suited for processing data sequences and avoiding the long-term dependency problem. We employed data from real-world vehicles and the global positioning system (GPS) sensors. A critical pre-processing step was developed to address varying sensor frequencies and inconsistent GPS time steps and dropouts. The LSTM-based system's performance was compared with the Kalman Filter. The system was tuned to work in real-time with low latency and high precision. We tested our system on roads under various driving conditions, including…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTraffic Prediction and Management Techniques · Target Tracking and Data Fusion in Sensor Networks · Autonomous Vehicle Technology and Safety
MethodsSigmoid Activation · Tanh Activation · Greedy Policy Search · Long Short-Term Memory
