paper-with-me

홈 › Papers

Towards Explainable Motion Prediction using Heterogeneous Graph Representations

2022-12-07 · Sandra Carrasco Limeros, Sylwia Majchrowska, Joakim Johnander, Christoffer Petersson, David Fernández Llorca

Motion prediction systems aim to capture the future behavior of traffic scenarios enabling autonomous vehicles to perform safe and efficient planning. The evolution of these scenarios is highly uncertain and depends on the interactions of agents with static and dynamic objects in the scene. GNN-based approaches have recently gained attention as they are well suited to naturally model these interactions. However, one of the main challenges that remains unexplored is how to address the complexity and opacity of these models in order to deal with the transparency requirements for autonomous driving systems, which includes aspects such as interpretability and explainability. In this work, we aim to improve the explainability of motion prediction systems by using different approaches. First, we propose a new Explainable Heterogeneous Graph-based Policy (XHGP) model based on an heterograph representation of the traffic scene and lane-graph traversals, which learns interaction behaviors using object-level and type-level attention. This learned attention provides information about the most important agents and interactions in the scene. Second, we explore this same idea with the explanations provided by GNNExplainer. Third, we apply counterfactual reasoning to provide explanations of selected individual scenarios by exploring the sensitivity of the trained model to changes made to the input data, i.e., masking some elements of the scene, modifying trajectories, and adding or removing dynamic agents. The explainability analysis provided in this paper is a first step towards more transparent and reliable motion prediction systems, important from the perspective of the user, developers and regulatory agencies. The code to reproduce this work is publicly available at https://github.com/sancarlim/Explainable-MP/tree/v1.1.

📄 PDF Abstract BibTeX arXiv:2212.03806

Code (1)

sancarlim/explainable-mp 공식 구현 pytorch

Tasks

Autonomous DrivingAutonomous VehiclescounterfactualCounterfactual Reasoningmotion predictionPrediction

Similar Papers 제목 키워드 기반

Inductive Relation Prediction Using Analogy Subgraph Embeddings

2021-09-29 · ICLR 2022 4 · Jiarui Jin, Yangkun Wang, Kounianhua Du, Weinan Zhang 외

Prevailing methods for relation prediction in heterogeneous graphs aim at learning latent representations (i.e., embeddings) of observed nodes and relations, and thus are limited to the transductive setting where the rel…

Inductive BiasInductive Relation PredictionKnowledge Graph CompletionPrediction+2

Toward Generalizable Graph Learning for 3D Engineering AI: Explainable Workflows for CAE Mode Shape Classification and CFD Field Prediction

2026-04-09 · Tong Duy Son, Kohta Sugiura, Marc Brughmans, Andrey Hense 외 arxiv

Automotive engineering development increasingly relies on heterogeneous 3D data, including finite element (FE) models, body-in-white (BiW) representations, CAD geometry, and CFD meshes. At the same time, engineering team…

Graph Learning

Towards Consistent and Explainable Motion Prediction using Heterogeneous Graph Attention

2024-05-16 · Tobias Demmler, Andreas Tamke, Thao Dang, Karsten Haug 외

In autonomous driving, accurately interpreting the movements of other road users and leveraging this knowledge to forecast future trajectories is crucial. This is typically achieved through the integration of map data an…

Autonomous DrivingGraph Attentionmotion predictionvalid

Few-shot human motion prediction for heterogeneous sensors

2022-12-22 · Rafael Rego Drumond, Lukas Brinkmeyer, Lars Schmidt-Thieme

Human motion prediction is a complex task as it involves forecasting variables over time on a graph of connected sensors. This is especially true in the case of few-shot learning, where we strive to forecast motion seque…

Few-Shot LearningHuman motion predictionmotion predictionPrediction+3

xFraud: Explainable Fraud Transaction Detection

2020-11-24 · Susie Xi Rao, Shuai Zhang, Zhichao Han, Zitao Zhang 외

At online retail platforms, it is crucial to actively detect the risks of transactions to improve customer experience and minimize financial loss. In this work, we propose xFraud, an explainable fraud transaction predict…

Explainable ModelsFraud DetectionGraph EmbeddingGraph Neural Network