paper-with-me

Papers

Towards Fine-Grained Explainability for Heterogeneous Graph Neural Network

2023-12-23 · Tong Li, Jiale Deng, Yanyan Shen, Luyu Qiu, Yongxiang Huang, Caleb Chen Cao

Heterogeneous graph neural networks (HGNs) are prominent approaches to node classification tasks on heterogeneous graphs. Despite the superior performance, insights about the predictions made from HGNs are obscure to humans. Existing explainability techniques are mainly proposed for GNNs on homogeneous graphs. They focus on highlighting salient graph objects to the predictions whereas the problem of how these objects affect the predictions remains unsolved. Given heterogeneous graphs with complex structures and rich semantics, it is imperative that salient objects can be accompanied with their influence paths to the predictions, unveiling the reasoning process of HGNs. In this paper, we develop xPath, a new framework that provides fine-grained explanations for black-box HGNs specifying a cause node with its influence path to the target node. In xPath, we differentiate the influence of a node on the prediction w.r.t. every individual influence path, and measure the influence by perturbing graph structure via a novel graph rewiring algorithm. Furthermore, we introduce a greedy search algorithm to find the most influential fine-grained explanations efficiently. Empirical results on various HGNs and heterogeneous graphs show that xPath yields faithful explanations efficiently, outperforming the adaptations of advanced GNN explanation approaches.

📄 PDF Abstract BibTeX arXiv:2312.15237

Code (1)

litong99/xpath 공식 구현 pytorch

Tasks

Graph Neural NetworkNode Classification

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Deciphering Personalization: Towards Fine-Grained Explainability in Natural Language for Personalized Image Generation Models

2025-11-02 · Haoming Wang, Wei Gao arxiv

Image generation models are usually personalized in practical uses in order to better meet the individual users' heterogeneous needs, but most personalized models lack explainability about how they are being personalized…

Personalized Image Generation

Towards Multi-Grained Explainability for Graph Neural Networks

2021-12-01 · NeurIPS 2021 12 · Xiang Wang, Yingxin Wu, An Zhang, Xiangnan He 외

When a graph neural network (GNN) made a prediction, one raises question about explainability: “Which fraction of the input graph is most influential to the model’s decision?” Producing an answer requires understanding th…

Graph Neural Network

MANDO: Multi-Level Heterogeneous Graph Embeddings for Fine-Grained Detection of Smart Contract Vulnerabilities

2022-08-28 · Hoang H. Nguyen, Nhat-Minh Nguyen, Chunyao Xie, Zahra Ahmadi 외

Learning heterogeneous graphs consisting of different types of nodes and edges enhances the results of homogeneous graph techniques. An interesting example of such graphs is control-flow graphs representing possible soft…

Graph AttentionVulnerability Detection

Label up: Learning Pulmonary Embolism Segmentation from Image Level Annotation through Model Explainability

2024-12-10 · Florin Condrea, Saikiran Rapaka, Marius Leordeanu

Pulmonary Embolisms (PE) are a leading cause of cardiovascular death. Computed tomographic pulmonary angiography (CTPA) stands as the gold standard for diagnosing pulmonary embolisms (PE) and there has been a lot of inte…

Weakly-supervised Learning

Heterogeneous-Graph Reasoning and Fine-Grained Aggregation for Fact Checking

2022-05-01 · FEVER (ACL) 2022 5 · Hongbin Lin, Xianghua Fu

Fact checking is a challenging task that requires corresponding evidences to verify the property of a claim based on reasoning. Previous studies generally i) construct the graph by treating each evidence-claim pair as no…

Fact CheckingGraph Attention