# RobustTP: End-to-End Trajectory Prediction for Heterogeneous Road-Agents   in Dense Traffic with Noisy Sensor Inputs

**Authors:** Rohan Chandra, Uttaran Bhattacharya, Christian Roncal, Aniket Bera,, Dinesh Manocha

arXiv: 1907.08752 · 2019-07-23

## TL;DR

RobustTP is an end-to-end trajectory prediction method for heterogeneous road-agents in dense traffic, effectively handling noisy sensor inputs from RGB cameras, and outperforming existing methods in accuracy.

## Contribution

The paper introduces RobustTP, a novel approach combining a non-linear motion model and deep learning to predict trajectories from noisy sensor data in complex traffic environments.

## Key findings

- Achieves up to 18% reduction in average displacement error.
- Achieves up to 35.5% reduction in final displacement error.
- Outperforms state-of-the-art trajectory prediction methods.

## Abstract

We present RobustTP, an end-to-end algorithm for predicting future trajectories of road-agents in dense traffic with noisy sensor input trajectories obtained from RGB cameras (either static or moving) through a tracking algorithm. In this case, we consider noise as the deviation from the ground truth trajectory. The amount of noise depends on the accuracy of the tracking algorithm. Our approach is designed for dense heterogeneous traffic, where the road agents corresponding to a mixture of buses, cars, scooters, bicycles, or pedestrians. RobustTP is an approach that first computes trajectories using a combination of a non-linear motion model and a deep learning-based instance segmentation algorithm. Next, these noisy trajectories are trained using an LSTM-CNN neural network architecture that models the interactions between road-agents in dense and heterogeneous traffic. Our trajectory prediction algorithm outperforms state-of-the-art methods for end-to-end trajectory prediction using sensor inputs. We achieve an improvement of upto 18% in average displacement error and an improvement ofup to 35.5% in final displacement error at the end of the prediction window (5 seconds) over the next best method. All experiments were set up on an Nvidia TiTan Xp GPU. Additionally, we release a software framework, TrackNPred. The framework consists of implementations of state-of-the-art tracking and trajectory prediction methods and tools to benchmark and evaluate them on real-world dense traffic datasets.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1907.08752/full.md

## Figures

8 figures with captions in the complete paper: https://tomesphere.com/paper/1907.08752/full.md

## References

36 references — full list in the complete paper: https://tomesphere.com/paper/1907.08752/full.md

---
Source: https://tomesphere.com/paper/1907.08752