自動運転車の技術の進歩にもかかわらず、自動運転車の安全性はまだ十分に研究されていない挑戦的な問題です。運動予測は、自動運転車のコア機能の1つです。以前は、自動運転車の周りの交通エージェントの軌跡を効率的に予測するために設計されたGRIPと呼ばれる新しい方式を提案しました。 GRIPはグラフを使用して近いオブジェクトの相互作用を表し、いくつかのグラフたたみ込みブロックを適用して特徴を抽出し、続いてエンコーダー-デコーダーの長期短期メモリー(LSTM)モデルを使用して予測を行います。私たちの実験結果は、GRIPが最先端のソリューションの予測精度を30%向上させることを示していますが、GRIPにはまだいくつかの制限があります。 GRIPは固定グラフを使用してさまざまな交通エージェント間の関係を記述しているため、都市の交通シナリオで使用されている場合、パフォーマンスが低下する可能性があります。したがって、このホワイトペーパーでは、GRIP ++と呼ばれる改良された方式について説明します。ここでは、さまざまなタイプのトラフィックエージェントの軌跡予測に固定グラフと動的グラフの両方を使用します。このような改善は、自動運転車が多くの交通事故を回避するのに役立ちます。最近リリースされた都市交通データセット、つまりApolloScapeを使用した評価では、GRIP ++が最新のスキームよりも優れた予測精度を実現することが示されました。 GRIP ++は、2019年10月のApolloScape軌道コンペティションのリーダーボードで1位にランクされました。さらに、GRIP ++は、最新のスキームであるCS-LSTMより21.7倍速く実行されます。
Despite the advancement in the technology of autonomous driving cars, the safety of a self-driving car is still a challenging problem that has not been well studied. Motion prediction is one of the core functions of an autonomous driving car. Previously, we propose a novel scheme called GRIP which is designed to predict trajectories for traffic agents around an autonomous car efficiently. GRIP uses a graph to represent the interactions of close objects, applies several graph convolutional blocks to extract features, and subsequently uses an encoder-decoder long short-term memory (LSTM) model to make predictions. Even though our experimental results show that GRIP improves the prediction accuracy of the state-of-the-art solution by 30%, GRIP still has some limitations. GRIP uses a fixed graph to describe the relationships between different traffic agents and hence may suffer some performance degradations when it is being used in urban traffic scenarios. Hence, in this paper, we describe an improved scheme called GRIP++ where we use both fixed and dynamic graphs for trajectory predictions of different types of traffic agents. Such an improvement can help autonomous driving cars avoid many traffic accidents. Our evaluations using a recently released urban traffic dataset, namely ApolloScape showed that GRIP++ achieves better prediction accuracy than state-of-the-art schemes. GRIP++ ranked #1 on the leaderboard of the ApolloScape trajectory competition in October 2019. In addition, GRIP++ runs 21.7 times faster than a state-of-the-art scheme, CS-LSTM.