Treatment Effect Estimation for Graph-Structured Targets
Shonosuke Harada, Ryosuke Yoneda, Hisashi Kashima
TL;DR
The paper tackles treatment effect estimation when targets are graphs, where observational bias concentrates on a small set of confounding nodes. It introduces GraphTEE, a two-step framework that first identifies confounding nodes via GNNs and SAG pooling, then estimates graph-level treatment effects with a TARNet-based predictor augmented by an IPM-based bias-regularizer that leverages the confounding/non-confounding node decomposition. Theoretical analysis shows that focusing bias mitigation on the smaller confounding subspace yields tighter generalization bounds and more efficient computation, and experiments on synthetic and semi-synthetic data demonstrate that GraphTEE outperforms baselines in both accuracy and robustness to bias. The approach offers a practical, graph-aware solution for causal inference at the graph level, with implications for graph-based decision-making in domains like influencer marketing and group recommendations.
Abstract
Treatment effect estimation, which helps understand the causality between treatment and outcome variable, is a central task in decision-making across various domains. While most studies focus on treatment effect estimation on individual targets, in specific contexts, there is a necessity to comprehend the treatment effect on a group of targets, especially those that have relationships represented as a graph structure between them. In such cases, the focus of treatment assignment is prone to depend on a particular node of the graph, such as the one with the highest degree, thus resulting in an observational bias from a small part of the entire graph. Whereas a bias tends to be caused by the small part, straightforward extensions of previous studies cannot provide efficient bias mitigation owing to the use of the entire graph information. In this study, we propose Graph-target Treatment Effect Estimation (GraphTEE), a framework designed to estimate treatment effects specifically on graph-structured targets. GraphTEE aims to mitigate observational bias by focusing on confounding variable sets and consider a new regularization framework. Additionally, we provide a theoretical analysis on how GraphTEE performs better in terms of bias mitigation. Experiments on synthetic and semi-synthetic datasets demonstrate the effectiveness of our proposed method.
