paper-with-me

홈 › Papers

Higher Order Structures For Graph Explanations

2024-06-05 · Akshit Sinha, Sreeram Vennam, Charu Sharma, Ponnurangam Kumaraguru

Graph Neural Networks (GNNs) have emerged as powerful tools for learning representations of graph-structured data, demonstrating remarkable performance across various tasks. Recognising their importance, there has been extensive research focused on explaining GNN predictions, aiming to enhance their interpretability and trustworthiness. However, GNNs and their explainers face a notable challenge: graphs are primarily designed to model pair-wise relationships between nodes, which can make it tough to capture higher-order, multi-node interactions. This characteristic can pose difficulties for existing explainers in fully representing multi-node relationships. To address this gap, we present Framework For Higher-Order Representations In Graph Explanations (FORGE), a framework that enables graph explainers to capture such interactions by incorporating higher-order structures, resulting in more accurate and faithful explanations. Extensive evaluation shows that on average real-world datasets from the GraphXAI benchmark and synthetic datasets across various graph explainers, FORGE improves average explanation accuracy by 1.9x and 2.25x, respectively. We perform ablation studies to confirm the importance of higher-order relations in improving explanations, while our scalability analysis demonstrates FORGE's efficacy on large graphs.

📄 PDF Abstract BibTeX arXiv:2406.03253

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Learning

Similar Papers 제목 키워드 기반

Interpretable High-order Knowledge Graph Neural Network for Predicting Synthetic Lethality in Human Cancers

2025-03-08 · Xuexin Chen, Ruichu Cai, Zhengting Huang, Zijian Li 외

Synthetic lethality (SL) is a promising gene interaction for cancer therapy. Recent SL prediction methods integrate knowledge graphs (KGs) into graph neural networks (GNNs) and employ attention mechanisms to extract loca…

Graph Neural NetworkKnowledge Graphs

Higher-Order Label Homogeneity and Spreading in Graphs

2020-02-18 · Dhivya Eswaran, Srijan Kumar, Christos Faloutsos

Do higher-order network structures aid graph semi-supervised learning? Given a graph and a few labeled vertices, labeling the remaining vertices is a high-impact problem with applications in several tasks, such as recomm…

Fraud DetectionRecommendation Systems

Counterfactual Explanations for Hypergraph Neural Networks

2026-02-04 · Fabiano Veglianti, Lorenzo Antonelli, Gabriele Tolomei arxiv

Hypergraph neural networks (HGNNs) effectively model higher-order interactions in many real-world systems but remain difficult to interpret, limiting their deployment in high-stakes settings. We introduce CF-HyperGNNExpl…

Understanding Higher-order Structures in Evolving Graphs: A Simplicial Complex based Kernel Estimation Approach

2021-02-06 · Manohar Kaul, Masaaki Imaizumi

Dynamic graphs are rife with higher-order interactions, such as co-authorship relationships and protein-protein interactions in biological networks, that naturally arise between more than two nodes at once. In spite of t…

Link Prediction

CliquePH: Higher-Order Information for Graph Neural Networks through Persistent Homology on Clique Graphs

2024-09-12 · Davide Buffelli, Farzin Soleymani, Bastian Rieck

Graph neural networks have become the default choice by practitioners for graph learning tasks such as graph classification and node classification. Nevertheless, popular graph neural network models still struggle to cap…

Graph ClassificationGraph LearningGraph Neural NetworkNode Classification+1