paper-with-me

홈 › Papers

Debiasing Graph Neural Networks via Learning Disentangled Causal Substructure

2022-09-28 · Shaohua Fan, Xiao Wang, Yanhu Mo, Chuan Shi, Jian Tang

Most Graph Neural Networks (GNNs) predict the labels of unseen graphs by learning the correlation between the input graphs and labels. However, by presenting a graph classification investigation on the training graphs with severe bias, surprisingly, we discover that GNNs always tend to explore the spurious correlations to make decision, even if the causal correlation always exists. This implies that existing GNNs trained on such biased datasets will suffer from poor generalization capability. By analyzing this problem in a causal view, we find that disentangling and decorrelating the causal and bias latent variables from the biased graphs are both crucial for debiasing. Inspiring by this, we propose a general disentangled GNN framework to learn the causal substructure and bias substructure, respectively. Particularly, we design a parameterized edge mask generator to explicitly split the input graph into causal and bias subgraphs. Then two GNN modules supervised by causal/bias-aware loss functions respectively are trained to encode causal and bias subgraphs into their corresponding representations. With the disentangled representations, we synthesize the counterfactual unbiased training samples to further decorrelate causal and bias variables. Moreover, to better benchmark the severe bias problem, we construct three new graph datasets, which have controllable bias degrees and are easier to visualize and explain. Experimental results well demonstrate that our approach achieves superior generalization performance over existing baselines. Furthermore, owing to the learned edge mask, the proposed model has appealing interpretability and transferability. Code and data are available at: https://github.com/googlebaba/DisC.

📄 PDF Abstract BibTeX arXiv:2209.14107

Code (1)

googlebaba/disc 공식 구현 pytorch

Tasks

counterfactualGraph Classification

Similar Papers 제목 키워드 기반

A Causal Disentangled Multi-Granularity Graph Classification Method

2023-10-25 · Yuan Li, Li Liu, Penggang Chen, Youmin Zhang 외

Graph data widely exists in real life, with large amounts of data and complex structures. It is necessary to map graph data to low-dimensional embedding. Graph classification, a critical graph task, mainly relies on iden…

ClassificationDisentanglementGraph ClassificationGraph Representation Learning+1

Causally Disentangled Contrastive Learning for Multilingual Speaker Embeddings

2026-02-01 · Mariëtte Olijslager, Seyed Sahand Mohammadi Ziabari, Ali Mohammed Mansoor Alsahag arxiv

Self-supervised speaker embeddings are widely used in speaker verification systems, but prior work has shown that they often encode sensitive demographic attributes, raising fairness and privacy concerns. This paper inve…

Contrastive LearningSpeaker Verification

Context-aware Graph Causality Inference for Few-Shot Molecular Property Prediction

2026-01-16 · Van Thuy Hoang, O-Joun Lee arxiv

Molecular property prediction is becoming one of the major applications of graph learning in Web-based services, e.g., online protein structure prediction and drug discovery. A key challenge arises in few-shot scenarios,…

Molecular Property PredictionProtein Structure PredictionCausal InferenceGraph Learning

Causality-aware Graph Aggregation Weight Estimator for Popularity Debiasing in Top-K Recommendation

2025-10-06 · Yue Que, Yingyi Zhang, Xiangyu Zhao, Chen Ma arxiv

Graph-based recommender systems leverage neighborhood aggregation to generate node representations, which is highly sensitive to popularity bias, resulting in an echo effect during information propagation. Existing graph…

Causal Inference

GED-Consistent Disentanglement of Aligned and Unaligned Substructures for Graph Similarity Learning

2025-11-25 · Zhentao Zhan, Xiaoliang Xu, Jingjing Wang, Junmei Wang arxiv

Graph Similarity Computation (GSC) is a fundamental graph related task where Graph Edit Distance (GED) serves as a prevalent metric. GED is determined by an optimal alignment between a pair of graphs that partitions each…

Graph Neural NetworkGraph Similarity