paper-with-me

Papers

Task-Agnostic Graph Explanations

2022-02-16 · Yaochen Xie, Sumeet Katariya, Xianfeng Tang, Edward Huang, Nikhil Rao, Karthik Subbian, Shuiwang Ji

Graph Neural Networks (GNNs) have emerged as powerful tools to encode graph-structured data. Due to their broad applications, there is an increasing need to develop tools to explain how GNNs make decisions given graph-structured data. Existing learning-based GNN explanation approaches are task-specific in training and hence suffer from crucial drawbacks. Specifically, they are incapable of producing explanations for a multitask prediction model with a single explainer. They are also unable to provide explanations in cases where the GNN is trained in a self-supervised manner, and the resulting representations are used in future downstream tasks. To address these limitations, we propose a Task-Agnostic GNN Explainer (TAGE) that is independent of downstream models and trained under self-supervision with no knowledge of downstream tasks. TAGE enables the explanation of GNN embedding models with unseen downstream tasks and allows efficient explanation of multitask models. Our extensive experiments show that TAGE can significantly speed up the explanation efficiency by using the same model to explain predictions for multiple downstream tasks while achieving explanation quality as good as or even better than current state-of-the-art GNN explanation approaches. Our code is pubicly available as part of the DIG library at https://github.com/divelab/DIG/tree/main/dig/xgraph/TAGE/.

📄 PDF Abstract BibTeX arXiv:2202.08335

Code (1)

divelab/DIG 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Task-Agnostic Graph Neural Explanations

2021-09-29 · Yaochen Xie, Sumeet Katariya, Xianfeng Tang, Edward W Huang 외

Graph Neural Networks (GNNs) have emerged as powerful tools to encode graph structured data. Due to their broad applications, there is an increasing need to develop tools to explain how GNNs make decisions given graph st…

TACENR: Task-Agnostic Contrastive Explanations for Node Representations

2026-04-21 · Vasiliki Papanikou, Evaggelia Pitoura arxiv

Graph representation learning has achieved notable success in encoding graph-structured data into latent vector spaces, enabling a wide range of downstream tasks. However, these node representations remain opaque and dif…

Graph Representation LearningContrastive Learning

GLIME: A new graphical methodology for interpretable model-agnostic explanations

2021-07-21 · Zoumpolia Dikopoulou, Serafeim Moustakidis, Patrik Karlsson

Explainable artificial intelligence (XAI) is an emerging new domain in which a set of processes and tools allow humans to better comprehend the decisions generated by black box models. However, most of the available XAI …

Explainable artificial intelligenceExplainable Artificial Intelligence (XAI)

KGExplainer: Towards Exploring Connected Subgraph Explanations for Knowledge Graph Completion

2024-04-05 · Tengfei Ma, Xiang Song, Wen Tao, Mufei Li 외

Knowledge graph completion (KGC) aims to alleviate the inherent incompleteness of knowledge graphs (KGs), which is a critical task for various applications, such as recommendations on the web. Although knowledge graph em…

Graph EmbeddingKnowledge Graph CompletionKnowledge Graph EmbeddingKnowledge Graphs

Generative Causal Explanations for Graph Neural Networks

2021-04-14 · WanYu Lin, Hao Lan, Baochun Li

This paper presents Gem, a model-agnostic approach for providing interpretable explanations for any GNNs on various graph learning tasks. Specifically, we formulate the problem of providing explanations for the decisions…

Graph Learning