paper-with-me

Papers

Towards Multi-Grained Explainability for Graph Neural Networks

2021-12-01 · NeurIPS 2021 12 · Xiang Wang, Yingxin Wu, An Zhang, Xiangnan He, Tat-Seng Chua

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 the model’s inner workings in general and emphasizing the insights on the decision for the instance at hand. Nonetheless, most of current approaches focus only on one aspect: (1) local explainability, which explains each instance independently, thus hardly exhibits the class-wise patterns; and (2) global explainability, which systematizes the globally important patterns, but might be trivial in the local context. This dichotomy limits the flexibility and effectiveness of explainers greatly. A performant paradigm towards multi-grained explainability is until-now lacking and thus a focus of our work. In this work, we exploit the pre-training and fine-tuning idea to develop our explainer and generate multi-grained explanations. Specifically, the pre-training phase accounts for the contrastivity among different classes, so as to highlight the class-wise characteristics from a global view; afterwards, the fine-tuning phase adapts the explanations in the local context. Experiments on both synthetic and real-world datasets show the superiority of our explainer, in terms of AUC on explaining graph classification over the leading baselines. Our codes and datasets are available at https://github.com/Wuyxin/ReFine.

📄 PDF Abstract BibTeX

Code (1)

wuyxin/refine 공식 구현 pytorch

Tasks

Graph Neural Network

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

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

Towards Fine-Grained Explainability for Heterogeneous Graph Neural Network

2023-12-23 · Tong Li, Jiale Deng, Yanyan Shen, Luyu Qiu 외

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 hum…

Graph Neural NetworkNode Classification

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

Pairwise Matching of Intermediate Representations for Fine-grained Explainability

2025-03-28 · Lauren Shrack, Timm Haucke, Antoine Salaün, Arjun Subramonian 외

The differences between images belonging to fine-grained categories are often subtle and highly localized, and existing explainability techniques for deep learning models are often too diffuse to provide useful and inter…

kNN Classification of Malware Data Dependency Graph Features

2024-06-04 · John Musgrave, Anca Ralescu

Explainability in classification results are dependent upon the features used for classification. Data dependency graph features representing data movement are directly correlated with operational semantics, and subject …

ClassificationMalware ClassificationMulti-class Classification