CenGCN: Centralized Convolutional Networks with Vertex Imbalance for Scale-Free Graphs
Feng Xia, Lei Wang, Tao Tang, Xin Chen, Xiangjie Kong, Giles Oatley,, Irwin King

TL;DR
CenGCN introduces a centrality-based framework for GCNs that adjusts information flow in scale-free graphs by emphasizing hub vertices, leading to improved performance across various graph tasks.
Contribution
The paper proposes CenGCN, a novel centrality-aware GCN framework that enhances information passing in scale-free networks by incorporating hub vertex importance.
Findings
Significantly outperforms state-of-the-art baselines in vertex classification.
Improves link prediction accuracy in scale-free graphs.
Enhances network visualization and clustering results.
Abstract
Graph Convolutional Networks (GCNs) have achieved impressive performance in a wide variety of areas, attracting considerable attention. The core step of GCNs is the information-passing framework that considers all information from neighbors to the central vertex to be equally important. Such equal importance, however, is inadequate for scale-free networks, where hub vertices propagate more dominant information due to vertex imbalance. In this paper, we propose a novel centrality-based framework named CenGCN to address the inequality of information. This framework first quantifies the similarity between hub vertices and their neighbors by label propagation with hub vertices. Based on this similarity and centrality indices, the framework transforms the graph by increasing or decreasing the weights of edges connecting hub vertices and adding self-connections to vertices. In each non-output…
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
MethodsGraph Convolutional Network
