CVAug 20, 2021

MG-GAN: A Multi-Generator Model Preventing Out-of-Distribution Samples in Pedestrian Trajectory Prediction

arXiv:2108.09274v1148 citations
Originality Incremental advance
AI Analysis

This addresses trajectory prediction for autonomous systems, but it is incremental as it builds on existing GAN approaches with a specialized architecture.

The paper tackles the problem of predicting pedestrian trajectories, which is uncertain and multimodal, by proposing a multi-generator model to reduce out-of-distribution samples, achieving significant reduction compared to single generator methods.

Pedestrian trajectory prediction is challenging due to its uncertain and multimodal nature. While generative adversarial networks can learn a distribution over future trajectories, they tend to predict out-of-distribution samples when the distribution of future trajectories is a mixture of multiple, possibly disconnected modes. To address this issue, we propose a multi-generator model for pedestrian trajectory prediction. Each generator specializes in learning a distribution over trajectories routing towards one of the primary modes in the scene, while a second network learns a categorical distribution over these generators, conditioned on the dynamics and scene input. This architecture allows us to effectively sample from specialized generators and to significantly reduce the out-of-distribution samples compared to single generator methods.

Code Implementations1 repo
Foundations

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

Your Notes