paper-with-me

Papers

Beyond Homophily: Structure-aware Path Aggregation Graph Neural Network

2022-07-20 · Proceedings of the Thirty-First International Joint Conference on Artificial Intelligence 2022 7 · Yifei Sun, Haoran Deng, Yang Yang, Chunping Wang, Jiarong Xu, Renhong Huang, Linfeng Cao, Yang Wang, Lei Chen

Graph neural networks (GNNs) have been intensively studied in various real-world tasks. However, the homophily assumption of GNNs' aggregation function limits their representation learning ability in heterophily graphs. In this paper, we shed light on the path level patterns in graphs that can explicitly reflect rich semantic and structural information. We therefore propose a novel Structure-aware Path Aggregation Graph Neural Network (PathNet) aiming to generalize GNNs for both homophily and heterophily graphs. Specifically, we first introduce a maximal entropy path sampler, which helps us sample a number of paths containing structural context. Then, we introduce a structure-aware recurrent cell consisting of order-preserving and distance-aware components to learn the semantic information of neighborhoods. Finally, we model the preference of different paths to target node after path encoding. Experimental results demonstrate that our model obtains significant improvements in node classification on both heterophily and homophily graphs.

📄 PDF Abstract BibTeX

Code (1)

zjunet/PathNet pytorch

Tasks

Graph MiningGraph Neural NetworkNode ClassificationRepresentation Learning

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

RAW-GNN: RAndom Walk Aggregation based Graph Neural Network

2022-06-28 · Di Jin, Rui Wang, Meng Ge, Dongxiao He 외

Graph-Convolution-based methods have been successfully applied to representation learning on homophily graphs where nodes with the same label or similar attributes tend to connect with one another. Due to the homophily a…

Graph Neural NetworkRepresentation Learning

ASEHybrid: When Geometry Matters Beyond Homophily in Graph Neural Networks

2026-01-26 · Shalima Binta Manir, Tim Oates arxiv

Standard message-passing graph neural networks (GNNs) often struggle on graphs with low homophily, yet homophily alone does not explain this behavior, as graphs with similar homophily levels can exhibit markedly differen…

Structural Bias Beyond Homophily: A Study of Fairness in Link Prediction

2026-02-12 · Lilian Marey, Mathilde Perez, Tiphaine Viard, Charlotte Laclau arxiv

Graph link prediction (LP) plays a critical role in socially impactful applications such as job recommendation and friendship formation, making fairness a critical concern in this task. While many fairness-aware methods …

Graph GenerationLink PredictionGraph Learning

Powerful Graph Convolutioal Networks with Adaptive Propagation Mechanism for Homophily and Heterophily

2021-12-27 · Tao Wang, Rui Wang, Di Jin, Dongxiao He 외

Graph Convolutional Networks (GCNs) have been widely applied in various fields due to their significant power on processing graph-structured data. Typical GCN and its variants work under a homophily assumption (i.e., nod…

Attribute

PathMLP: Smooth Path Towards High-order Homophily

2023-06-23 · Jiajun Zhou, Chenxuan Xie, Shengbo Gong, Jiaxu Qian 외

Real-world graphs exhibit increasing heterophily, where nodes no longer tend to be connected to nodes with the same label, challenging the homophily assumption of classical graph neural networks (GNNs) and impeding their…

Computational EfficiencyRepresentation Learning