歩行者の軌道予測は、多くの重要なアプリケーションにとって重要です。歩行者間の複雑な相互作用のため、この問題は大きな課題です。以前の方法は、歩行者間のペアワイズ相互作用のみをモデル化します。これは、歩行者間の相互作用を過度に単純化するだけでなく、計算的にも非効率的です。本稿では、これらの問題に対処するための新しいモデルStarNetを提案します。 StarNetには、一意のハブネットワークと複数のホストネットワークを含むスタートポロジがあります。ハブネットワークは、すべての歩行者の観測された軌跡を使用して、対人関係の包括的な説明を生成します。次に、それぞれが1人の歩行者に対応するホストネットワークが、説明を参照して将来の軌道を予測します。スタートポロジは、StarNetに従来のモデルに比べて2つの利点があります。まず、StarNetは、ハブネットワーク内のすべての歩行者の集合的な影響を考慮して、より正確な予測を行うことができます。第二に、ホストネットワークの数は歩行者の数に比例するため、StarNetは計算効率が高くなります。複数のパブリックデータセットの実験により、StarNetは精度と効率の両方の点で複数の最先端技術を大幅に上回ることが実証されています。
Pedestrian trajectory prediction is crucial for many important applications. This problem is a great challenge because of complicated interactions among pedestrians. Previous methods model only the pairwise interactions between pedestrians, which not only oversimplifies the interactions among pedestrians but also is computationally inefficient. In this paper, we propose a novel model StarNet to deal with these issues. StarNet has a star topology which includes a unique hub network and multiple host networks. The hub network takes observed trajectories of all pedestrians to produce a comprehensive description of the interpersonal interactions. Then the host networks, each of which corresponds to one pedestrian, consult the description and predict future trajectories. The star topology gives StarNet two advantages over conventional models. First, StarNet is able to consider the collective influence among all pedestrians in the hub network, making more accurate predictions. Second, StarNet is computationally efficient since the number of host network is linear to the number of pedestrians. Experiments on multiple public datasets demonstrate that StarNet outperforms multiple state-of-the-arts by a large margin in terms of both accuracy and efficiency.