paper-with-me

홈 › Papers

Non-Local Graph Neural Networks

2020-05-29 · Meng Liu, Zhengyang Wang, Shuiwang Ji

Modern graph neural networks (GNNs) learn node embeddings through multilayer local aggregation and achieve great success in applications on assortative graphs. However, tasks on disassortative graphs usually require non-local aggregation. In addition, we find that local aggregation is even harmful for some disassortative graphs. In this work, we propose a simple yet effective non-local aggregation framework with an efficient attention-guided sorting for GNNs. Based on it, we develop various non-local GNNs. We perform thorough experiments to analyze disassortative graph datasets and evaluate our non-local GNNs. Experimental results demonstrate that our non-local GNNs significantly outperform previous state-of-the-art methods on seven benchmark datasets of disassortative graphs, in terms of both model performance and efficiency.

📄 PDF Abstract BibTeX arXiv:2005.14612

Code (1)

divelab/Non-Local-GNN 공식 구현 pytorch

Tasks

Node ClassificationNode Classification on Non-Homophilic (Heterophilic) Graphs

Similar Papers 제목 키워드 기반

GLIMG: Global and Local Item Graphs for Top-N Recommender Systems

2020-07-28 · Zhuoyi Lin, Lei Feng, Rui Yin, Chi Xu 외

Graph-based recommendation models work well for top-N recommender systems due to their capability to capture the potential relationships between entities. However, most of the existing methods only construct a single glo…

Recommendation Systems

Local-to-global Perspectives on Graph Neural Networks

2023-06-11 · Chen Cai

This thesis presents a local-to-global perspective on graph neural networks (GNN), the leading architecture to process graph-structured data. After categorizing GNN into local Message Passing Neural Networks (MPNN) and g…

Node-wise Localization of Graph Neural Networks

2021-10-27 · Zemin Liu, Yuan Fang, Chenghao Liu, Steven C. H. Hoi

Graph neural networks (GNNs) emerge as a powerful family of representation learning models on graphs. To derive node representations, they utilize a global model that recursively aggregates information from the neighbori…

Representation Learning

MeGraph: Capturing Long-Range Interactions by Alternating Local and Hierarchical Aggregation on Multi-Scaled Graph Hierarchy

2023-09-21 · NeurIPS 2023 11

Graph neural networks, which typically exchange information between local neighbors, often struggle to capture long-range interactions (LRIs) within the graph. Building a graph hierarchy via graph pooling methods is a pr…

GraphSL: An Open-Source Library for Graph Source Localization Approaches and Benchmark Datasets

2024-05-06 · Junxiang Wang, Liang Zhao

We introduce GraphSL, a new library for studying the graph source localization problem. graph diffusion and graph source localization are inverse problems in nature: graph diffusion predicts information diffusions from i…