Prediction of pedestrian trajectory in a crowded environment using deep learning

Deep learning is the current state-of-the-art technique for most machine learning and data analytics tasks. It has been applied to all aspects of human life. Traditional methods are not suitable for solving pedestrian trajectory prediction due to the diversity of its scenes and the uncertainty of th...

Full description

Saved in:
Bibliographic Details
Main Author: Xiong, Xincheng
Other Authors: Teoh Eam Khwang
Format: Final Year Project
Language:English
Published: 2019
Subjects:
Online Access:http://hdl.handle.net/10356/77334
Tags: Add Tag
No Tags, Be the first to tag this record!
Institution: Nanyang Technological University
Language: English
Description
Summary:Deep learning is the current state-of-the-art technique for most machine learning and data analytics tasks. It has been applied to all aspects of human life. Traditional methods are not suitable for solving pedestrian trajectory prediction due to the diversity of its scenes and the uncertainty of the original trajectory. However, problems that cannot be solved by traditional methods are not unsolvable for deep learning. The pedestrian trajectory prediction problem is essentially a prediction problem. Due to the great success of the RNN architecture in sequence prediction, the RNN architecture is our best choice for solving problems. In our project, in order to solve the problem that the RNN architecture does not have great accuracy when the input is long sequence, we use the LSTM model [28] for experiments. The LSTM model typically produces higher accuracy when processing long sequence inputs [7]. Based on LSTM, we built the Encoder-Decoder model which can output predictive coordinate sequences through a serial human coordinate sequence input. By continually trying, we have found model parameters ranges that make the model own better accuracy. Predicting pedestrian trajectory from its past trajectory in a dynamic environment is a very creative idea. The results show that our model already had considerable accuracy in predicting pedestrian trajectories. Although the accuracy is not high in some scenarios, this is a great achievement in such problems.