CVJan 26, 2021

Probability Trajectory: One New Movement Description for Trajectory Prediction

arXiv:2101.10595v2
Originality Incremental advance
AI Analysis

This addresses trajectory prediction for applications like autonomous driving and intelligent robots, but it appears incremental as it builds on existing neural network approaches with a new description.

The paper tackles trajectory prediction by introducing a new movement description called probability trajectory, which maps pedestrian coordinates into 2D Gaussian distributions to account for randomness, and proposes a method called social probability that combines this with convolutional recurrent neural networks, achieving effective results on public benchmarks.

Trajectory prediction is a fundamental and challenging task for numerous applications, such as autonomous driving and intelligent robots. Currently, most of existing work treat the pedestrian trajectory as a series of fixed two-dimensional coordinates. However, in real scenarios, the trajectory often exhibits randomness, and has its own probability distribution. Inspired by this observed fact, also considering other movement characteristics of pedestrians, we propose one simple and intuitive movement description, probability trajectory, which maps the coordinate points of pedestrian trajectory into two-dimensional Gaussian distribution in images. Based on this unique description, we develop one novel trajectory prediction method, called social probability. The method combines the new probability trajectory and powerful convolution recurrent neural networks together. Both the input and output of our method are probability trajectories, which provide the recurrent neural network with sufficient spatial and random information of moving pedestrians. And the social probability extracts spatio-temporal features directly on the new movement description to generate robust and accurate predicted results. The experiments on public benchmark datasets show the effectiveness of the proposed method.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes