HD-GCN:A Hybrid Diffusion Graph Convolutional Network
Zhi Yang, Kang Li, Haitao Gan, Zhongwei Huang, Ming Shi

TL;DR
HD-GCN introduces a hybrid diffusion framework combining feature space and adjacency matrix diffusion to enhance information propagation in graph convolutional networks, improving semi-supervised learning performance on citation datasets.
Contribution
The paper proposes a novel HD-GCN framework that integrates diffusion maps with graph convolution to overcome adjacency matrix limitations in information diffusion.
Findings
HD-GCN outperforms several existing semi-supervised learning methods.
The framework effectively propagates information among similar nodes.
Experimental results on citation datasets demonstrate improved accuracy.
Abstract
The information diffusion performance of GCN and its variant models is limited by the adjacency matrix, which can lower their performance. Therefore, we introduce a new framework for graph convolutional networks called Hybrid Diffusion-based Graph Convolutional Network (HD-GCN) to address the limitations of information diffusion caused by the adjacency matrix. In the HD-GCN framework, we initially utilize diffusion maps to facilitate the diffusion of information among nodes that are adjacent to each other in the feature space. This allows for the diffusion of information between similar points that may not have an adjacent relationship. Next, we utilize graph convolution to further propagate information among adjacent nodes after the diffusion maps, thereby enabling the spread of information among similar nodes that are adjacent in the graph. Finally, we employ the diffusion distances…
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 · Machine Learning and ELM · Recommender Systems and Techniques
MethodsConvolution · Graph Convolutional Network · Diffusion
