paper-with-me

홈 › Papers

New Benchmarks for Learning on Non-Homophilous Graphs

2021-04-03 · Derek Lim, Xiuyu Li, Felix Hohne, Ser-Nam Lim

Much data with graph structures satisfy the principle of homophily, meaning that connected nodes tend to be similar with respect to a specific attribute. As such, ubiquitous datasets for graph machine learning tasks have generally been highly homophilous, rewarding methods that leverage homophily as an inductive bias. Recent work has pointed out this particular focus, as new non-homophilous datasets have been introduced and graph representation learning models better suited for low-homophily settings have been developed. However, these datasets are small and poorly suited to truly testing the effectiveness of new methods in non-homophilous settings. We present a series of improved graph datasets with node label relationships that do not satisfy the homophily principle. Along with this, we introduce a new measure of the presence or absence of homophily that is better suited than existing measures in different regimes. We benchmark a range of simple methods and graph neural networks across our proposed datasets, drawing new insights for further research. Data and codes can be found at https://github.com/CUAI/Non-Homophily-Benchmarks.

📄 PDF Abstract BibTeX arXiv:2104.01404

Code (1)

CUAI/Non-Homophily-Benchmarks 공식 구현 pytorch

Tasks

AttributeFraud DetectionGraph Representation LearningInductive BiasNode ClassificationNode Classification on Non-Homophilic (Heterophilic) GraphsRepresentation Learning

Similar Papers 제목 키워드 기반

Large Scale Learning on Non-Homophilous Graphs: New Benchmarks and Strong Simple Methods

2021-10-27 · NeurIPS 2021 12 · Derek Lim, Felix Hohne, Xiuyu Li, Sijia Linda Huang 외

Many widely used datasets for graph machine learning tasks have generally been homophilous, where nodes with similar labels connect to each other. Recently, new Graph Neural Networks (GNNs) have been developed that move …

Graph LearningNode ClassificationNode Classification on Non-Homophilic (Heterophilic) Graphs

Discovering Invariant Neighborhood Patterns for Heterophilic Graphs

2024-03-15 · Ruihao Zhang, Zhengyu Chen, Teng Xiao, Yueyang Wang 외

This paper studies the problem of distribution shifts on non-homophilous graphs Mosting existing graph neural network methods rely on the homophilous assumption that nodes from the same class are more likely to be linked…

Graph LearningGraph Neural Network

GLINKX: A Scalable Unified Framework For Homophilous and Heterophilous Graphs

2022-11-01 · Marios Papachristou, Rishab Goel, Frank Portman, Matthew Miller 외

In graph learning, there have been two predominant inductive biases regarding graph-inspired architectures: On the one hand, higher-order interactions and message passing work well on homophilous graphs and are leveraged…

Graph LearningKnowledge Graph Embeddings

GRAPES: Learning to Sample Graphs for Scalable Graph Neural Networks

2023-10-05 · Taraneh Younesian, Daniel Daza, Emile van Krieken, Thiviyan Thanapalasingam 외

Graph neural networks (GNNs) learn to represent nodes by aggregating information from their neighbors. As GNNs increase in depth, their receptive field grows exponentially, leading to high memory costs. Several existing …

Graph SamplingNode Classification

Decoupled Self-supervised Learning for Non-Homophilous Graphs

2022-06-07 · Teng Xiao, Zhengyu Chen, Zhimeng Guo, Zeyang Zhuang 외

This paper studies the problem of conducting self-supervised learning for node representation learning on graphs. Most existing self-supervised learning methods assume the graph is homophilous, where linked nodes often b…

Representation LearningSelf-Supervised LearningVariational Inference