Navigating Uncertainty: The Role of Short-Term Trajectory Prediction in
Autonomous Vehicle Safety
- URL: http://arxiv.org/abs/2307.05288v2
- Date: Wed, 12 Jul 2023 09:25:03 GMT
- Title: Navigating Uncertainty: The Role of Short-Term Trajectory Prediction in
Autonomous Vehicle Safety
- Authors: Sushil Sharma, Ganesh Sistu, Lucie Yahiaoui, Arindam Das, Mark Halton,
Ciar\'an Eising
- Abstract summary: We have developed a dataset for short-term trajectory prediction tasks using the CARLA simulator.
This dataset is extensive and incorporates what is considered complex scenarios - pedestrians crossing the road, vehicles overtaking.
An end-to-end short-term trajectory prediction model using convolutional neural networks (CNN) and long short-term memory (LSTM) networks has also been developed.
- Score: 3.3659635625913564
- License: http://creativecommons.org/licenses/by/4.0/
- Abstract: Autonomous vehicles require accurate and reliable short-term trajectory
predictions for safe and efficient driving. While most commercial automated
vehicles currently use state machine-based algorithms for trajectory
forecasting, recent efforts have focused on end-to-end data-driven systems.
Often, the design of these models is limited by the availability of datasets,
which are typically restricted to generic scenarios. To address this
limitation, we have developed a synthetic dataset for short-term trajectory
prediction tasks using the CARLA simulator. This dataset is extensive and
incorporates what is considered complex scenarios - pedestrians crossing the
road, vehicles overtaking - and comprises 6000 perspective view images with
corresponding IMU and odometry information for each frame. Furthermore, an
end-to-end short-term trajectory prediction model using convolutional neural
networks (CNN) and long short-term memory (LSTM) networks has also been
developed. This model can handle corner cases, such as slowing down near zebra
crossings and stopping when pedestrians cross the road, without the need for
explicit encoding of the surrounding environment. In an effort to accelerate
this research and assist others, we are releasing our dataset and model to the
research community. Our datasets are publicly available on
https://github.com/sharmasushil/Navigating-Uncertainty-Trajectory-Prediction .
Related papers
- JRDB-Traj: A Dataset and Benchmark for Trajectory Forecasting in Crowds [79.00975648564483]
Trajectory forecasting models, employed in fields such as robotics, autonomous vehicles, and navigation, face challenges in real-world scenarios.
This dataset provides comprehensive data, including the locations of all agents, scene images, and point clouds, all from the robot's perspective.
The objective is to predict the future positions of agents relative to the robot using raw sensory input data.
arXiv Detail & Related papers (2023-11-05T18:59:31Z) - Unsupervised Domain Adaptation for Self-Driving from Past Traversal
Features [69.47588461101925]
We propose a method to adapt 3D object detectors to new driving environments.
Our approach enhances LiDAR-based detection models using spatial quantized historical features.
Experiments on real-world datasets demonstrate significant improvements.
arXiv Detail & Related papers (2023-09-21T15:00:31Z) - Implicit Occupancy Flow Fields for Perception and Prediction in
Self-Driving [68.95178518732965]
A self-driving vehicle (SDV) must be able to perceive its surroundings and predict the future behavior of other traffic participants.
Existing works either perform object detection followed by trajectory of the detected objects, or predict dense occupancy and flow grids for the whole scene.
This motivates our unified approach to perception and future prediction that implicitly represents occupancy and flow over time with a single neural network.
arXiv Detail & Related papers (2023-08-02T23:39:24Z) - SAPI: Surroundings-Aware Vehicle Trajectory Prediction at Intersections [4.982485708779067]
SAPI is a deep learning model to predict vehicle trajectories at intersections.
The proposed model consists of two convolutional network (CNN) and recurrent neural network (RNN)-based encoders and one decoder.
We evaluate SAPI on a proprietary dataset collected in real-world intersections through autonomous vehicles.
arXiv Detail & Related papers (2023-06-02T07:10:45Z) - An End-to-End Vehicle Trajcetory Prediction Framework [3.7311680121118345]
An accurate prediction of a future trajectory does not just rely on the previous trajectory, but also a simulation of the complex interactions between other vehicles nearby.
Most state-of-the-art networks built to tackle the problem assume readily available past trajectory points.
We propose a novel end-to-end architecture that takes raw video inputs and outputs future trajectory predictions.
arXiv Detail & Related papers (2023-04-19T15:42:03Z) - DeepTrack: Lightweight Deep Learning for Vehicle Path Prediction in
Highways [0.47248250311484113]
This article presents DeepTrack, a novel deep learning algorithm customized for real-time vehicle trajectory prediction in highways.
DeepTrack achieves comparable accuracy to state-of-the-art trajectory prediction models but with smaller model sizes and lower computational complexity.
arXiv Detail & Related papers (2021-08-01T17:33:04Z) - SLPC: a VRNN-based approach for stochastic lidar prediction and
completion in autonomous driving [63.87272273293804]
We propose a new LiDAR prediction framework that is based on generative models namely Variational Recurrent Neural Networks (VRNNs)
Our algorithm is able to address the limitations of previous video prediction frameworks when dealing with sparse data by spatially inpainting the depth maps in the upcoming frames.
We present a sparse version of VRNNs and an effective self-supervised training method that does not require any labels.
arXiv Detail & Related papers (2021-02-19T11:56:44Z) - LTN: Long-Term Network for Long-Term Motion Prediction [0.0]
We present a two-stage framework for long-term trajectory prediction, which is named as Long-Term Network (LTN)
We first generate a set of proposed trajectories with our proposed distribution using a Conditional Variational Autoencoder (CVAE) and then classify them with binary labels, and output the trajectories with the highest score.
The results show that our method outperforms multiple state-of-the-art approaches in long-term trajectory prediction in terms of accuracy.
arXiv Detail & Related papers (2020-10-15T17:59:09Z) - Graph modelling approaches for motorway traffic flow prediction [6.370406399003785]
This paper presents two new spatial-temporal approaches for building accurate short-term prediction along a popular motorway in Sydney.
The methods are built on proximity-based approaches, denoted backtracking and proximity, which uses the most recent and closest traffic flow information for each of the target counting stations along the motorway.
The results indicate that for short-term predictions (less than 10 minutes into the future), the proposed graph-based approaches outperform state-of-the-art deep learning models.
arXiv Detail & Related papers (2020-06-26T06:54:14Z) - PnPNet: End-to-End Perception and Prediction with Tracking in the Loop [82.97006521937101]
We tackle the problem of joint perception and motion forecasting in the context of self-driving vehicles.
We propose Net, an end-to-end model that takes as input sensor data, and outputs at each time step object tracks and their future level.
arXiv Detail & Related papers (2020-05-29T17:57:25Z) - ParkPredict: Motion and Intent Prediction of Vehicles in Parking Lots [65.33650222396078]
We develop a parking lot environment and collect a dataset of human parking maneuvers.
We compare a multi-modal Long Short-Term Memory (LSTM) prediction model and a Convolution Neural Network LSTM (CNN-LSTM) to a physics-based Extended Kalman Filter (EKF) baseline.
Our results show that 1) intent can be estimated well (roughly 85% top-1 accuracy and nearly 100% top-3 accuracy with the LSTM and CNN-LSTM model); 2) knowledge of the human driver's intended parking spot has a major impact on predicting parking trajectory; and 3) the semantic representation of the environment
arXiv Detail & Related papers (2020-04-21T20:46:32Z)
This list is automatically generated from the titles and abstracts of the papers in this site.
This site does not guarantee the quality of this site (including all information) and is not responsible for any consequences.