LGMar 30, 2022

Neighbor Enhanced Graph Convolutional Networks for Node Classification and Recommendation

arXiv:2203.16097v164 citations
Originality Incremental advance
AI Analysis

This work addresses a bottleneck in GCNs for researchers and practitioners in graph-based machine learning, offering an incremental improvement by refining neighbor aggregation.

The paper tackles the problem of Graph Convolutional Networks (GCNs) aggregating information from all neighbors without considering neighbor quality, proposing the Neighbor Enhanced Graph Convolutional Network (NEGCN) framework to boost performance. The result shows that NEGCN significantly enhances performance for various GCN models on node classification and recommendation tasks across benchmark datasets.

The recently proposed Graph Convolutional Networks (GCNs) have achieved significantly superior performance on various graph-related tasks, such as node classification and recommendation. However, currently researches on GCN models usually recursively aggregate the information from all the neighbors or randomly sampled neighbor subsets, without explicitly identifying whether the aggregated neighbors provide useful information during the graph convolution. In this paper, we theoretically analyze the affection of the neighbor quality over GCN models' performance and propose the Neighbor Enhanced Graph Convolutional Network (NEGCN) framework to boost the performance of existing GCN models. Our contribution is three-fold. First, we at the first time propose the concept of neighbor quality for both node classification and recommendation tasks in a general theoretical framework. Specifically, for node classification, we propose three propositions to theoretically analyze how the neighbor quality affects the node classification performance of GCN models. Second, based on the three proposed propositions, we introduce the graph refinement process including specially designed neighbor evaluation methods to increase the neighbor quality so as to boost both the node classification and recommendation tasks. Third, we conduct extensive node classification and recommendation experiments on several benchmark datasets. The experimental results verify that our proposed NEGCN framework can significantly enhance the performance for various typical GCN models on both node classification and recommendation tasks.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes