GCN-SL: Graph Convolutional Networks with Structure Learning for Graphs under Heterophily
Mengying Jiang, Guizhong Liu, Yuanchao Su, Xinliang Wu

TL;DR
This paper introduces GCN-SL, a novel graph convolutional network with structure learning designed to improve node classification on heterophilous graphs by re-connecting adjacency matrices and aggregating features effectively.
Contribution
The paper proposes GCN-SL, incorporating structure learning and efficient spectral clustering to enhance GNN performance under low homophily conditions.
Findings
GCN-SL outperforms state-of-the-art GNNs on benchmark datasets.
Re-connected adjacency matrices improve aggregation in heterophilous graphs.
Efficient algorithms for feature and edge aggregation are developed.
Abstract
In representation learning on the graph-structured data, under heterophily (or low homophily), many popular GNNs may fail to capture long-range dependencies, which leads to their performance degradation. To solve the above-mentioned issue, we propose a graph convolutional networks with structure learning (GCN-SL), and furthermore, the proposed approach can be applied to node classification. The proposed GCN-SL contains two improvements: corresponding to node features and edges, respectively. In the aspect of node features, we propose an efficient-spectral-clustering (ESC) and an ESC with anchors (ESC-ANCH) algorithms to efficiently aggregate feature representations from all similar nodes. In the aspect of edges, we build a re-connected adjacency matrix by using a special data preprocessing technique and similarity learning, and the re-connected adjacency matrix can be optimized directly…
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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Complex Network Analysis Techniques · Recommender Systems and Techniques
MethodsGraph Convolutional Network · Graph Convolutional Networks
