Conditional Unscented Autoencoders for Trajectory Prediction
Faris Janjoš, Marcel Hallgarten, Anthony Knittel, Maxim Dolgov, Andreas Zell, J. Marius Zöllner
TL;DR
This work identifies key CVAE limitations for probabilistic trajectory prediction, notably lack of likelihood evaluation, poor modeling of multi-modal futures, and high sampling variance. It introduces unscented latent-space sampling (CUAE), a Gaussian mixture latent space (GMM-CUAE), and a conditional ex-post (CXP) inference strategy, offering deterministic, expressive alternatives to random sampling. Across INTERACTION and CelebA tasks, the proposed methods outperform strong baselines, with the GMM latent space and unscented sampling delivering notable gains in trajectory quality and diversity, and CXP-based inference enabling more faithful conditioning on context. Collectively, the approach provides safer, more reliable, and scalable probabilistic prediction with implications for real-world autonomous systems and generative modeling broadly.
Abstract
The CVAE is one of the most widely-used models in trajectory prediction for AD. It captures the interplay between a driving context and its ground-truth future into a probabilistic latent space and uses it to produce predictions. In this paper, we challenge key components of the CVAE. We leverage recent advances in the space of the VAE, the foundation of the CVAE, which show that a simple change in the sampling procedure can greatly benefit performance. We find that unscented sampling, which draws samples from any learned distribution in a deterministic manner, can naturally be better suited to trajectory prediction than potentially dangerous random sampling. We go further and offer additional improvements including a more structured Gaussian mixture latent space, as well as a novel, potentially more expressive way to do inference with CVAEs. We show wide applicability of our models by evaluating them on the INTERACTION prediction dataset, outperforming the state of the art, as well as at the task of image modeling on the CelebA dataset, outperforming the baseline vanilla CVAE. Code is available at https://github.com/boschresearch/cuae-prediction.
