paper-with-me

Papers

From Binary to Continuous: Stochastic Re-Weighting for Robust Graph Explanation

2025-08-03 · Zhuomin Chen, Jingchao Ni, Hojat Allah Salehi, Xu Zheng, Dongsheng Luo arxiv

Graph Neural Networks (GNNs) have achieved remarkable performance in a wide range of graph-related learning tasks. However, explaining their predictions remains a challenging problem, especially due to the mismatch between the graphs used during training and those encountered during explanation. Most existing methods optimize soft edge masks on weighted graphs to highlight important substructures, but these graphs differ from the unweighted graphs on which GNNs are trained. This distributional shift leads to unreliable gradients and degraded explanation quality, especially when generating small, sparse subgraphs. To address this issue, we propose a novel iterative explanation framework which improves explanation robustness by aligning the model's training data distribution with the weighted graph distribution appeared during explanation. Our method alternates between two phases: explanation subgraph identification and model adaptation. It begins with a relatively large explanation subgraph where soft mask optimization is reliable. Based on this subgraph, we assign importance-aware edge weights to explanatory and non-explanatory edges, and retrain the GNN on these weighted graphs. This process is repeated with progressively smaller subgraphs, forming an iterative refinement procedure. We evaluate our method on multiple benchmark datasets using different GNN backbones and explanation methods. Experimental results show that our method consistently improves explanation quality and can be flexibly integrated with different architectures.

📄 PDF Abstract BibTeX arXiv:2508.01925

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

An introduction to Causal Modelling

2025-06-19 · Gauranga Kumar Baishya

This tutorial provides a concise introduction to modern causal modeling by integrating potential outcomes and graphical methods. We motivate causal questions such as counterfactual reasoning under interventions and defin…

BlockingcounterfactualCounterfactual Reasoning

Critical initialisation in continuous approximations of binary neural networks

2019-02-01 · ICLR 2020 1 · George Stamatescu, Federica Gerace, Carlo Lucibello, Ian Fuss 외

The training of stochastic neural network models with binary ($\pm1$) weights and activations via continuous surrogate networks is investigated. We derive new surrogates using a novel derivation based on writing the stoc…

Calibrating for Class Weights by Modeling Machine Learning

2022-05-10 · Andrew Caplin, Daniel Martin, Philip Marx

A much studied issue is the extent to which the confidence scores provided by machine learning algorithms are calibrated to ground truth probabilities. Our starting point is that calibration is seemingly incompatible wit…

BIG-bench Machine LearningPneumonia Detection

A New Class of Explanations for Classifiers with Non-Binary Features

2023-04-28 · Chunxi Ji, Adnan Darwiche

Two types of explanations have been receiving increased attention in the literature when analyzing the decisions made by classifiers. The first type explains why a decision was made and is known as a sufficient reason fo…

counterfactualCounterfactual Explanation

EMAP: Explanation by Minimal Adversarial Perturbation

2019-12-02 · Matt Chapman-Rounds, Marc-Andre Schulz, Erik Pazos, Konstantinos Georgatzis

Modern instance-based model-agnostic explanation methods (LIME, SHAP, L2X) are of great use in data-heavy industries for model diagnostics, and for end-user explanations. These methods generally return either a weighting…

counterfactual