paper-with-me

홈 › Papers

Deconfounding to Explanation Evaluation in Graph Neural Networks

2022-01-21 · Ying-Xin Wu, Xiang Wang, An Zhang, Xia Hu, Fuli Feng, Xiangnan He, Tat-Seng Chua

Explainability of graph neural networks (GNNs) aims to answer "Why the GNN made a certain prediction?", which is crucial to interpret the model prediction. The feature attribution framework distributes a GNN's prediction to its input features (e.g., edges), identifying an influential subgraph as the explanation. When evaluating the explanation (i.e., subgraph importance), a standard way is to audit the model prediction based on the subgraph solely. However, we argue that a distribution shift exists between the full graph and the subgraph, causing the out-of-distribution problem. Furthermore, with an in-depth causal analysis, we find the OOD effect acts as the confounder, which brings spurious associations between the subgraph importance and model prediction, making the evaluation less reliable. In this work, we propose Deconfounded Subgraph Evaluation (DSE) which assesses the causal effect of an explanatory subgraph on the model prediction. While the distribution shift is generally intractable, we employ the front-door adjustment and introduce a surrogate variable of the subgraphs. Specifically, we devise a generative model to generate the plausible surrogates that conform to the data distribution, thus approaching the unbiased estimation of subgraph importance. Empirical results demonstrate the effectiveness of DSE in terms of explanation fidelity.

📄 PDF Abstract BibTeX arXiv:2201.08802

Code (0)

등록된 구현이 없습니다.

Tasks

Prediction

Similar Papers 제목 키워드 기반

Deconfounding Scores and Representation Learning for Causal Effect Estimation with Weak Overlap

2026-04-01 · Oscar Clivio, Alexander D'Amour, Alexander Franks, David Bruns-Smith 외 arxiv

Overlap, also known as positivity, is a key condition for causal treatment effect estimation. Many popular estimators suffer from high variance and become brittle when features differ strongly across treatment groups. Th…

Representation Learning

DeCaFlow: A Deconfounding Causal Generative Model

2025-03-19 · Alejandro Almodóvar, Adrián Javaloy, Juan Parras, Santiago Zazo 외

We introduce DeCaFlow, a deconfounding causal generative model. Training once per dataset using just observational data and the underlying causal graph, DeCaFlow enables accurate causal inference on continuous variables …

Causal Inferencecounterfactualmodel

Sequential Deconfounding for Causal Inference with Unobserved Confounders

2021-04-16 · Tobias Hatt, Stefan Feuerriegel

Using observational data to estimate the effect of a treatment is a powerful tool for decision-making when randomized experiments are infeasible or costly. However, observational data often yields biased estimates of tre…

Causal InferenceDecision Making

Spectrally Deconfounded Gradient Boosting

2026-07-10 · Andrea Nava, Peter Bühlmann, Fabio Sigrist arxiv

Flexible machine-learning methods can be sensitive to hidden confounding: they may learn associations induced by unobserved confounders rather than stable signals. Spectral deconfounding mitigates this problem by shrinki…

Deconfounding Scores: Feature Representations for Causal Effect Estimation with Weak Overlap

2021-04-12 · Alexander D'Amour, Alexander Franks

A key condition for obtaining reliable estimates of the causal effect of a treatment is overlap (a.k.a. positivity): the distributions of the features used to perform causal adjustment cannot be too different in the trea…

Dimensionality Reduction