paper-with-me

홈 › Papers

PGX: A Multi-level GNN Explanation Framework Based on Separate Knowledge Distillation Processes

2022-08-05 · Tien-Cuong Bui, Wen-Syan Li, Sang-Kyun Cha

Graph Neural Networks (GNNs) are widely adopted in advanced AI systems due to their capability of representation learning on graph data. Even though GNN explanation is crucial to increase user trust in the systems, it is challenging due to the complexity of GNN execution. Lately, many works have been proposed to address some of the issues in GNN explanation. However, they lack generalization capability or suffer from computational burden when the size of graphs is enormous. To address these challenges, we propose a multi-level GNN explanation framework based on an observation that GNN is a multimodal learning process of multiple components in graph data. The complexity of the original problem is relaxed by breaking into multiple sub-parts represented as a hierarchical structure. The top-level explanation aims at specifying the contribution of each component to the model execution and predictions, while fine-grained levels focus on feature attribution and graph structure attribution analysis based on knowledge distillation. Student models are trained in standalone modes and are responsible for capturing different teacher behaviors, later used for particular component interpretation. Besides, we also aim for personalized explanations as the framework can generate different results based on user preferences. Finally, extensive experiments demonstrate the effectiveness and fidelity of our proposed approach.

📄 PDF Abstract BibTeX arXiv:2208.03075

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge DistillationRepresentation Learning

Similar Papers 제목 키워드 기반

MINA: Multilevel Knowledge-Guided Attention for Modeling Electrocardiography Signals

2019-05-27 · Shenda Hong, Cao Xiao, Tengfei Ma, Hongyan Li 외

Electrocardiography (ECG) signals are commonly used to diagnose various cardiac abnormalities. Recently, deep learning models showed initial success on modeling ECG data, however they are mostly black-box, thus lack inte…

Electrocardiography (ECG)Rhythm

Toward Multiple Specialty Learners for Explaining GNNs via Online Knowledge Distillation

2022-10-20 · Tien-Cuong Bui, Van-Duc Le, Wen-Syan Li, Sang Kyun Cha

Graph Neural Networks (GNNs) have become increasingly ubiquitous in numerous applications and systems, necessitating explanations of their predictions, especially when making critical decisions. However, explaining GNNs …

Knowledge Distillation

METGEN: A Module-Based Entailment Tree Generation Framework for Answer Explanation

2022-05-05 · Findings (NAACL) 2022 7 · Ruixin Hong, Hongming Zhang, Xintong Yu, ChangShui Zhang

Knowing the reasoning chains from knowledge to the predicted answers can help construct an explainable question answering (QA) system. Advances on QA explanation propose to explain the answers with entailment trees compo…

Question Answeringvalid

Personalised Explanations in Long-term Human-Robot Interactions

2025-07-03 · Ferran Gebellí, Anaís Garrell, Jan-Gerrit Habekost, Séverin Lemaignan 외 arxiv

In the field of Human-Robot Interaction (HRI), a fundamental challenge is to facilitate human understanding of robots. The emerging domain of eXplainable HRI (XHRI) investigates methods to generate explanations and evalu…

PACE: A Neuro-Symbolic Framework for Plausible and Actionable Counterfactual Explanations

2026-07-01 · Pavel Iakovets, Liyanapathiranage Sudeepika Wajirakumari Samarathunga, Martin Thomas Horsch, Fadi Al Machot arxiv

Counterfactual explanations explain machine learning predictions by identifying minimal input changes that would alter a model's decision. Although many existing methods successfully generate prediction-changing alternat…