TL;DR
WGCN introduces a novel graph convolutional network that leverages weighted structural features and directional information to improve node classification accuracy by capturing local topologies and high-order dependencies.
Contribution
The paper proposes WGCN, a GCN model that incorporates weighted structural features based on directional random walks and latent space embeddings, addressing limitations of existing methods.
Findings
WGCN outperforms baseline models by up to 17.07% accuracy.
The model effectively captures local topologies and high-order dependencies.
Experiments on five benchmark datasets validate its superior performance.
Abstract
Graph structural information such as topologies or connectivities provides valuable guidance for graph convolutional networks (GCNs) to learn nodes' representations. Existing GCN models that capture nodes' structural information weight in- and out-neighbors equally or differentiate in- and out-neighbors globally without considering nodes' local topologies. We observe that in- and out-neighbors contribute differently for nodes with different local topologies. To explore the directional structural information for different nodes, we propose a GCN model with weighted structural features, named WGCN. WGCN first captures nodes' structural fingerprints via a direction and degree aware Random Walk with Restart algorithm, where the walk is guided by both edge direction and nodes' in- and out-degrees. Then, the interactions between nodes' structural fingerprints are used as the weighted node…
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
MethodsAttentive Walk-Aggregating Graph Neural Network · Graph Convolutional Networks · Graph Convolutional Network
