PulseAugur
EN
LIVE 09:27:44

New SeeExplainer method offers faithful GNN explanations by capturing synergistic edge effects

Researchers have introduced SeeExplainer, a novel parameter-free method designed to provide faithful explanations for graph neural networks (GNNs). Unlike previous approaches that often overlook the combined impact of multiple edges, SeeExplainer captures these synergistic effects by first refining the graph into disjoint granular-balls. These balls are then used to construct a structural graph, allowing for a more accurate assessment of edge importance through node and edge perturbations. Experiments on various graph classification datasets demonstrate that SeeExplainer surpasses existing state-of-the-art explanation methods. AI

IMPACT This new method could improve the interpretability of GNNs, aiding in debugging and building trust in AI systems that use graph data.

RANK_REASON The cluster contains a research paper detailing a new method for explaining graph neural networks. [lever_c_demoted from research: ic=1 ai=1.0]

Read on arXiv cs.AI →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

New SeeExplainer method offers faithful GNN explanations by capturing synergistic edge effects

COVERAGE [1]

  1. arXiv cs.AI TIER_1 English(EN) · Jiancu Chen, Shuyin Xia, Guan Wang, Degang Chen, Fan Chen ·

    Towards Faithful Graph Explanations with Synergistic Edge Effects via Granular Balls

    arXiv:2607.21381v1 Announce Type: new Abstract: Instance-level explanations aim to reveal the rationale behind a model's decisions for a specific graph. Previous methods explain graph neural networks (GNNs) by selecting important edges to induce subgraphs, where edge importance i…