Powerful Graph Convolutioal Networks with Adaptive Propagation Mechanism for Homophily and Heterophily
Tao Wang, Rui Wang, Di Jin, Dongxiao He, Yuxiao Huang

TL;DR
This paper introduces a novel graph convolutional network with an adaptive propagation mechanism that dynamically adjusts to homophily and heterophily in graph data, improving performance on diverse real-world networks.
Contribution
The paper proposes a new propagation mechanism that adaptively learns homophily degrees, enabling GCNs to effectively handle both homophily and heterophily in graphs.
Findings
Outperforms state-of-the-art methods on heterophily datasets
Achieves competitive results on homophily datasets
Effectively distinguishes node representations based on learned homophily degrees
Abstract
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., nodes with same class are prone to connect to each other), while ignoring the heterophily which exists in many real-world networks (i.e., nodes with different classes tend to form edges). Existing methods deal with heterophily by mainly aggregating higher-order neighborhoods or combing the immediate representations, which leads to noise and irrelevant information in the result. But these methods did not change the propagation mechanism which works under homophily assumption (that is a fundamental part of GCNs). This makes it difficult to distinguish the representation of nodes from different classes. To address this problem, in this paper we design a novel propagation…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
Taxonomy
TopicsAdvanced Graph Neural Networks · Complex Network Analysis Techniques · Caching and Content Delivery
MethodsGraph Convolutional Network · Convolution
