Robust Causal Graph Representation Learning Against Confounding Effects

Abstract

The prevailing graph neural network models have achieved significant progress in graph representation learning. However, in this paper, we uncover an ever-overlooked phenomenon: the pre-trained graph representation learning model tested with full graphs underperforms the model tested with well-pruned graphs. This observation reveals that there exist confounders in graphs, which may interfere with the model learning semantic information, and current graph representation learning methods have not eliminated their influence. To tackle this issue, we propose Robust Causal Graph Representation Learning (RCGRL) to learn robust graph representations against confounding effects. RCGRL introduces an active approach to generate instrumental variables under unconditional moment restrictions, which empowers the graph representation learning model to eliminate confounders, thereby capturing discriminative information that is causally related to downstream predictions. We offer theorems and proofs to guarantee the theoretical effectiveness of the proposed approach. Empirically, we conduct extensive experiments on a synthetic dataset and multiple benchmark datasets. Experimental results demonstrate the effectiveness and generalization ability of RCGRL. Our codes are available at https://github.com/hang53/RCGRL.

Cite

Text

Gao et al. "Robust Causal Graph Representation Learning Against Confounding Effects." AAAI Conference on Artificial Intelligence, 2023. doi:10.1609/AAAI.V37I6.25925

Markdown

[Gao et al. "Robust Causal Graph Representation Learning Against Confounding Effects." AAAI Conference on Artificial Intelligence, 2023.](https://mlanthology.org/aaai/2023/gao2023aaai-robust/) doi:10.1609/AAAI.V37I6.25925

BibTeX

@inproceedings{gao2023aaai-robust,
  title     = {{Robust Causal Graph Representation Learning Against Confounding Effects}},
  author    = {Gao, Hang and Li, Jiangmeng and Qiang, Wenwen and Si, Lingyu and Xu, Bing and Zheng, Changwen and Sun, Fuchun},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2023},
  pages     = {7624-7632},
  doi       = {10.1609/AAAI.V37I6.25925},
  url       = {https://mlanthology.org/aaai/2023/gao2023aaai-robust/}
}