Graph Convolutional Networks Meet with High Dimensionality Reduction
Mustafa Coskun

TL;DR
This paper introduces a novel approach combining high-dimensionality reduction with personalized page rank to improve graph convolutional networks, addressing hub node bias and enhancing node classification performance.
Contribution
It proposes integrating dimensionality reduction with personalized page rank to mitigate hub node bias in GCNs, improving classification accuracy with fewer training epochs.
Findings
Outperforms existing methods on benchmark networks
Reduces bias towards high degree hub nodes
Achieves better accuracy with limited training epochs
Abstract
Recently, Graph Convolutional Networks (GCNs) and their variants have been receiving many research interests for learning graph-related tasks. While the GCNs have been successfully applied to this problem, some caveats inherited from classical deep learning still remain as open research topics in the context of the node classification problem. One such inherited caveat is that GCNs only consider the nodes that are a few propagations away from the labeled nodes to classify them. However, taking only a few propagation steps away nodes into account defeats the purpose of using the graph topological information in the GCNs. To remedy this problem, the-state-of-the-art methods leverage the network diffusion approaches, namely personalized page rank and its variants, to fully account for the graph topology, {\em after} they use the Neural Networks in the GCNs. However, these approaches…
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.
Code & Models
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 Networks
