paper-with-me

Papers

Mind the Label Shift of Augmentation-based Graph OOD Generalization

2023-03-27 · CVPR 2023 1 · Junchi Yu, Jian Liang, Ran He

Out-of-distribution (OOD) generalization is an important issue for Graph Neural Networks (GNNs). Recent works employ different graph editions to generate augmented environments and learn an invariant GNN for generalization. However, the label shift usually occurs in augmentation since graph structural edition inevitably alters the graph label. This brings inconsistent predictive relationships among augmented environments, which is harmful to generalization. To address this issue, we propose \textbf{LiSA}, which generates label-invariant augmentations to facilitate graph OOD generalization. Instead of resorting to graph editions, LiSA exploits \textbf{L}abel-\textbf{i}nvariant \textbf{S}ubgraphs of the training graphs to construct \textbf{A}ugmented environments. Specifically, LiSA first designs the variational subgraph generators to extract locally predictive patterns and construct multiple label-invariant subgraphs efficiently. Then, the subgraphs produced by different generators are collected to build different augmented environments. To promote diversity among augmented environments, LiSA further introduces a tractable energy-based regularization to enlarge pair-wise distances between the distributions of environments. In this manner, LiSA generates diverse augmented environments with a consistent predictive relationship and facilitates learning an invariant GNN. Extensive experiments on node-level and graph-level OOD benchmarks show that LiSA achieves impressive generalization performance with different GNN backbones. Code is available on \url{https://github.com/Samyu0304/LiSA}.

📄 PDF Abstract BibTeX arXiv:2303.14859

Code (1)

samyu0304/lisa 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Mind the Gap: Bridging Prior Shift in Realistic Few-Shot Crop-Type Classification

2025-11-20 · Joana Reuss, Ekaterina Gikalo, Marco Körner arxiv

Real-world agricultural distributions often suffer from severe class imbalance, typically following a long-tailed distribution. Labeled datasets for crop-type classification are inherently scarce and remain costly to obt…

Few-Shot Learning

Adversarial Label Invariant Graph Data Augmentations for Out-of-Distribution Generalization

2026-04-09 · Simon Zhang, Ryan P. DeMilt, Kun Jin, Cathy H. Xia arxiv

Out-of-distribution (OoD) generalization occurs when representation learning encounters a distribution shift. This occurs frequently in practice when training and testing data come from different environments. Covariate …

Representation LearningGraph Classification

Graph Augmentation for Cross Graph Domain Generalization

2025-02-25 · Guanzi Chen, Jiying Zhang, Yang Li

Cross-graph node classification, utilizing the abundant labeled nodes from one graph to help classify unlabeled nodes in another graph, can be viewed as a domain generalization problem of graph neural networks (GNNs) due…

Data AugmentationDomain GeneralizationNode Classification

Unleashing the Power of Graph Data Augmentation on Covariate Distribution Shift

2022-11-05 · NeurIPS 2023 11 · Yongduo Sui, Qitian Wu, Jiancan Wu, Qing Cui 외

The issue of distribution shifts is emerging as a critical concern in graph representation learning. From the perspective of invariant learning and stable learning, a recently well-established paradigm for out-of-distrib…

Data AugmentationGraph ClassificationGraph Representation LearningOut-of-Distribution Generalization+1

Towards Better Out-of-Distribution Generalization of Neural Algorithmic Reasoning Tasks

2022-11-01 · Sadegh Mahdavi, Kevin Swersky, Thomas Kipf, Milad Hashemi 외

In this paper, we study the OOD generalization of neural algorithmic reasoning tasks, where the goal is to learn an algorithm (e.g., sorting, breadth-first search, and depth-first search) from input-output pairs using de…

Data AugmentationGraph Neural NetworkOut-of-Distribution Generalization