Multi-hop Convolutions on Weighted Graphs
Qikui Zhu, Bo Du, Pingkun Yan

TL;DR
This paper introduces a multi-hop convolutional network for weighted graphs that efficiently captures multi-scale information without increasing complexity or redundant data, outperforming existing methods in classification tasks.
Contribution
The paper proposes a novel multi-hop convolutional approach with adaptive weighting for weighted graphs, reducing complexity and redundancy while enhancing performance.
Findings
Achieves highest accuracy on six benchmark datasets
Outperforms state-of-the-art graph convolution methods
Effectively captures multi-scale contextual information
Abstract
Graph Convolutional Networks (GCNs) have made significant advances in semi-supervised learning, especially for classification tasks. However, existing GCN based methods have two main drawbacks. First, to increase the receptive field and improve the representation capability of GCNs, larger kernels or deeper network architectures are used, which greatly increases the computational complexity and the number of parameters. Second, methods working on higher order graphs computed directly from adjacency matrices may alter the relationship between graph nodes, particularly for weighted graphs. In addition, the direct construction of higher-order graphs introduces redundant information, which may result in lower network performance. To address the above weaknesses, in this paper, we propose a new method of multi-hop convolutional network on weighted graphs. The proposed method consists of…
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 · Advanced Graph Theory Research · Tensor decomposition and applications
MethodsGraph Convolutional Network
