论文标题
随机人类轨迹预测的非概率采样网络
Non-Probability Sampling Network for Stochastic Human Trajectory Prediction
论文作者
论文摘要
捕获多模式性质对于随机行人轨迹预测至关重要,以推断有限的未来轨迹。推断的轨迹基于观察路径和推理步骤中行人潜在决策的潜在媒介。但是,由于潜在向量的随机采样,随机方法为相同的数据和参数设置提供了不同的结果。在本文中,我们分别从预测样本和社会接受路径中重建和比较概率分布来分析问题。通过此分析,我们观察到所有随机模型的推论都偏向随机采样,并且无法从有限样本中产生一组逼真的路径。除非有无限数量的样品可用,这在实践中是不可行的,否则该问题无法解决。我们介绍了准蒙特卡洛(QMC)方法,可确保采样空间上的均匀覆盖范围,以替代传统的随机抽样。使用相同数量的样品,QMC改善了所有多模式预测结果。我们将可学习的采样网络纳入现有网络以进行轨迹预测,将迈出额外的一步。为此,我们提出了一个非常小的网络(〜5K参数),该网络(NPSN)使用行人的过去路径及其社交互动来生成有目的的样本序列。广泛的实验证实,NPSN可以显着提高预测准确性(高达60%)和公共行人轨迹预测基准的可靠性。代码可在https://github.com/inhwanbae/npsn上公开获取。
Capturing multimodal natures is essential for stochastic pedestrian trajectory prediction, to infer a finite set of future trajectories. The inferred trajectories are based on observation paths and the latent vectors of potential decisions of pedestrians in the inference step. However, stochastic approaches provide varying results for the same data and parameter settings, due to the random sampling of the latent vector. In this paper, we analyze the problem by reconstructing and comparing probabilistic distributions from prediction samples and socially-acceptable paths, respectively. Through this analysis, we observe that the inferences of all stochastic models are biased toward the random sampling, and fail to generate a set of realistic paths from finite samples. The problem cannot be resolved unless an infinite number of samples is available, which is infeasible in practice. We introduce that the Quasi-Monte Carlo (QMC) method, ensuring uniform coverage on the sampling space, as an alternative to the conventional random sampling. With the same finite number of samples, the QMC improves all the multimodal prediction results. We take an additional step ahead by incorporating a learnable sampling network into the existing networks for trajectory prediction. For this purpose, we propose the Non-Probability Sampling Network (NPSN), a very small network (~5K parameters) that generates purposive sample sequences using the past paths of pedestrians and their social interactions. Extensive experiments confirm that NPSN can significantly improve both the prediction accuracy (up to 60%) and reliability of the public pedestrian trajectory prediction benchmark. Code is publicly available at https://github.com/inhwanbae/NPSN .