paper-with-me

Papers

Pruning Spurious Subgraphs for Graph Out-of-Distribtuion Generalization

2025-06-06 · Tianjun Yao, Haoxuan Li, Yongqiang Chen, Tongliang Liu, Le Song, Eric Xing, Zhiqiang Shen

Graph Neural Networks (GNNs) often encounter significant performance degradation under distribution shifts between training and test data, hindering their applicability in real-world scenarios. Recent studies have proposed various methods to address the out-of-distribution generalization challenge, with many methods in the graph domain focusing on directly identifying an invariant subgraph that is predictive of the target label. However, we argue that identifying the edges from the invariant subgraph directly is challenging and error-prone, especially when some spurious edges exhibit strong correlations with the targets. In this paper, we propose PrunE, the first pruning-based graph OOD method that eliminates spurious edges to improve OOD generalizability. By pruning spurious edges, PrunE retains the invariant subgraph more comprehensively, which is critical for OOD generalization. Specifically, PrunE employs two regularization terms to prune spurious edges: 1) graph size constraint to exclude uninformative spurious edges, and 2) $\epsilon$-probability alignment to further suppress the occurrence of spurious edges. Through theoretical analysis and extensive experiments, we show that PrunE achieves superior OOD performance and outperforms previous state-of-the-art methods significantly. Codes are available at: \href{https://github.com/tianyao-aka/PrunE-GraphOOD}{https://github.com/tianyao-aka/PrunE-GraphOOD}.

📄 PDF Abstract BibTeX arXiv:2506.05957

Code (1)

tianyao-aka/prune-graphood 공식 구현 pytorch

Tasks

Out-of-Distribution Generalization

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Learning Invariant Graph Representations Through Redundant Information

2025-12-05 · Barproda Halder, Pasan Dissanayake, Sanghamitra Dutta arxiv

Learning invariant graph representations for out-of-distribution (OOD) generalization remains challenging because the learned representations often retain spurious components. To address this challenge, this work introdu…

Representation LearningGraph Learning

Subgraph Aggregation for Out-of-Distribution Generalization on Graphs

2024-10-29 · Bowen Liu, Haoyang Li, Shuning Wang, Shuo Nie 외

Out-of-distribution (OOD) generalization in Graph Neural Networks (GNNs) has gained significant attention due to its critical importance in graph-based predictions in real-world scenarios. Existing methods primarily focu…

Molecular Property PredictionOut-of-Distribution GeneralizationProperty Prediction

Graph Invariant Learning with Subgraph Co-mixup for Out-Of-Distribution Generalization

2023-12-18 · Tianrui Jia, Haoyang Li, Cheng Yang, Tao Tao 외

Graph neural networks (GNNs) have been demonstrated to perform well in graph representation learning, but always lacking in generalization capability when tackling out-of-distribution (OOD) data. Graph invariant learning…

Graph Representation LearningOut-of-Distribution GeneralizationRepresentation Learning

Inductive Subgraphs as Shortcuts: Causal Disentanglement for Heterophilic Graph Learning

2026-04-21 · Xiangmeng Wang, Qian Li, Haiyang Xia, Hao Miao 외 arxiv

Heterophily is a prevalent property of real-world graphs and is well known to impair the performance of homophilic Graph Neural Networks (GNNs). Prior work has attempted to adapt GNNs to heterophilic graphs through non-l…

Node ClassificationCausal InferenceGraph Learning

GuP: Fast Subgraph Matching by Guard-based Pruning

2023-06-11 · Junya Arai, Yasuhiro Fujiwara, Makoto Onizuka

Subgraph matching, which finds subgraphs isomorphic to a query, is the key to information retrieval from data represented as a graph. To avoid redundant exploration in the data, existing methods restrict the search space…

Information RetrievalRetrieval