paper-with-me

Papers

Individual and Structural Graph Information Bottlenecks for Out-of-Distribution Generalization

2023-06-28 · Ling Yang, Jiayi Zheng, Heyuan Wang, Zhongyi Liu, Zhilin Huang, Shenda Hong, Wentao Zhang, Bin Cui

Out-of-distribution (OOD) graph generalization are critical for many real-world applications. Existing methods neglect to discard spurious or noisy features of inputs, which are irrelevant to the label. Besides, they mainly conduct instance-level class-invariant graph learning and fail to utilize the structural class relationships between graph instances. In this work, we endeavor to address these issues in a unified framework, dubbed Individual and Structural Graph Information Bottlenecks (IS-GIB). To remove class spurious feature caused by distribution shifts, we propose Individual Graph Information Bottleneck (I-GIB) which discards irrelevant information by minimizing the mutual information between the input graph and its embeddings. To leverage the structural intra- and inter-domain correlations, we propose Structural Graph Information Bottleneck (S-GIB). Specifically for a batch of graphs with multiple domains, S-GIB first computes the pair-wise input-input, embedding-embedding, and label-label correlations. Then it minimizes the mutual information between input graph and embedding pairs while maximizing the mutual information between embedding and label pairs. The critical insight of S-GIB is to simultaneously discard spurious features and learn invariant features from a high-order perspective by maintaining class relationships under multiple distributional shifts. Notably, we unify the proposed I-GIB and S-GIB to form our complementary framework IS-GIB. Extensive experiments conducted on both node- and graph-level tasks consistently demonstrate the superior generalization ability of IS-GIB. The code is available at https://github.com/YangLing0818/GraphOOD.

📄 PDF Abstract BibTeX arXiv:2306.15902

Code (1)

yangling0818/graphood 공식 구현 pytorch

Tasks

Graph LearningOut-of-Distribution Generalization

Methods 이 논문이 사용한 방법론

fail 설명 없음

Similar Papers 제목 키워드 기반

Local Virtual Nodes for Alleviating Over-Squashing in Graph Neural Networks

2025-08-28 · Tuğrul Hasan Karabulut, İnci M. Baytaş arxiv

Over-squashing is a challenge in training graph neural networks for tasks involving long-range dependencies. In such tasks, a GNN's receptive field should be large enough to enable communication between distant nodes. Ho…

Node Classification

Limits of message passing for node classification: How class-bottlenecks restrict signal-to-noise ratio

2025-08-25 · Jonathan Rubin, Sahil Loomba, Nick S. Jones arxiv

Message passing neural networks (MPNNs) are powerful models for node classification but suffer from performance limitations under heterophily (low same-class connectivity) and structural bottlenecks in the graph. We prov…

Node Classification

Structural Causal Bottleneck Models

2026-03-09 · Simon Bing, Jonas Wahl, Jakob Runge arxiv

We introduce structural causal bottleneck models (SCBMs), a novel class of structural causal models. At the core of SCBMs lies the assumption that causal effects between high-dimensional variables only depend on low-dime…

Representation LearningTransfer Learning

White matter tract crossing and bottleneck regions in the fetal brain

2024-07-20 · Camilo Calixto, Matheus D. Soldatelli, Bo Li, Lana Pierotich 외

There is a growing interest in using diffusion MRI to study the white matter tracts and structural connectivity of the fetal brain. Recent progress in data acquisition and processing suggests that this imaging modality h…

Diffusion MRI

Rewiring Techniques to Mitigate Oversquashing and Oversmoothing in GNNs: A Survey

2024-11-26 · Hugo Attali, Davide Buscaldi, Nathalie Pernelle

Graph Neural Networks (GNNs) are powerful tools for learning from graph-structured data, but their effectiveness is often constrained by two critical challenges: oversquashing, where the excessive compression of informat…