Introducing Probabilistic Bézier Curves for N-Step Sequence Prediction
Abstract
Representations of sequential data are commonly based on the assumption that observed sequences are realizations of an unknown underlying stochastic process, where the learning problem includes determination of the model parameters. In this context, a model must be able to capture the multi-modal nature of the data, without blurring between single modes. This paper proposes probabilistic B'ezier curves (𝒩-Curves) as a basis for effectively modeling continuous-time stochastic processes. The model is based on Mixture Density Networks (MDN) and B'ezier curves with Gaussian random variables as control points. Key advantages of the model include the ability of generating smooth multi-mode predictions in a single inference step which reduces the need for Monte Carlo simulation. This property is in line with recent attempts to address the problem of quantifying uncertainty as a regression problem. Essential properties of the proposed approach are illustrated by several toy examples and the task of multi-step sequence prediction. As an initial proof of concept, the model performance is compared to an LSTM-MDN model and recurrent Gaussian processes on two real world use-cases, trajectory prediction and motion capture sequence prediction.
Cite
Text
Hug et al. "Introducing Probabilistic Bézier Curves for N-Step Sequence Prediction." AAAI Conference on Artificial Intelligence, 2020. doi:10.1609/AAAI.V34I06.6576Markdown
[Hug et al. "Introducing Probabilistic Bézier Curves for N-Step Sequence Prediction." AAAI Conference on Artificial Intelligence, 2020.](https://mlanthology.org/aaai/2020/hug2020aaai-introducing/) doi:10.1609/AAAI.V34I06.6576BibTeX
@inproceedings{hug2020aaai-introducing,
title = {{Introducing Probabilistic Bézier Curves for N-Step Sequence Prediction}},
author = {Hug, Ronny and Hübner, Wolfgang and Arens, Michael},
booktitle = {AAAI Conference on Artificial Intelligence},
year = {2020},
pages = {10162-10169},
doi = {10.1609/AAAI.V34I06.6576},
url = {https://mlanthology.org/aaai/2020/hug2020aaai-introducing/}
}