PulseAugur
EN
LIVE 09:59:10

NICE framework offers scale-stable explanations for Graph Neural Networks

Researchers have introduced NICE, a novel framework for generating explanations for Graph Neural Networks (GNNs). NICE addresses the issue of 'Scale Drift,' a phenomenon where standard perturbation methods like Element-wise Masking cause a deterministic contraction in message-passing scales, leading to unreliable predictions. NICE utilizes Noise Corruption (NC) as a scale-stable alternative, preserving expected message norms. The framework also incorporates a Stochastic Restoration Boundary (SRB) and Boundary-Integrated Gradient (BIG) to produce more faithful and compact edge attributions. AI

IMPACT Introduces a more reliable method for understanding GNN decision-making, potentially improving trust and debugging in AI applications that use graph structures.

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 →

NICE framework offers scale-stable explanations for Graph Neural Networks

COVERAGE [1]

  1. arXiv cs.AI TIER_1 English(EN) · Ziluowen Luo, Jun Yin, Ruochen Liu, Ming Cheng, Shirui Pan, Chengqi Zhang, Senzhang Wang ·

    NICE: Scale-Stable Perturbations for Graph Neural Network Explanations via Noise Corruption

    arXiv:2608.16038v1 Announce Type: cross Abstract: Post-hoc Graph Neural Network (GNN) explainers commonly follow a Perturb-Query paradigm, inferring the importance of graph elements based on queried predictions to perturbed inputs. However, such perturbations often introduce subs…