LGSIJan 23, 2024

Graph Contrastive Invariant Learning from the Causal Perspective

arXiv:2401.12564v232 citationsh-index: 32AAAI
Originality Incremental advance
AI Analysis

This addresses a limitation in graph contrastive learning for researchers and practitioners, but it is incremental as it builds on existing causal perspectives.

The paper tackles the problem that traditional graph contrastive learning may not learn invariant representations due to non-causal information, and proposes a novel method using spectral graph augmentation and invariance/independence objectives, achieving effectiveness in node classification tasks.

Graph contrastive learning (GCL), learning the node representation by contrasting two augmented graphs in a self-supervised way, has attracted considerable attention. GCL is usually believed to learn the invariant representation. However, does this understanding always hold in practice? In this paper, we first study GCL from the perspective of causality. By analyzing GCL with the structural causal model (SCM), we discover that traditional GCL may not well learn the invariant representations due to the non-causal information contained in the graph. How can we fix it and encourage the current GCL to learn better invariant representations? The SCM offers two requirements and motives us to propose a novel GCL method. Particularly, we introduce the spectral graph augmentation to simulate the intervention upon non-causal factors. Then we design the invariance objective and independence objective to better capture the causal factors. Specifically, (i) the invariance objective encourages the encoder to capture the invariant information contained in causal variables, and (ii) the independence objective aims to reduce the influence of confounders on the causal variables. Experimental results demonstrate the effectiveness of our approach on node classification tasks.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes