Unsupervised and Semi-Supervised Learning with 2-D Graph Convolution

Qimai Li,Xiaolin Zhang,Han Liu,Quanyu Dai,Xiao-Ming Wu
2019-01-01
Abstract:Recent methods based on graph convolutional neural networks have shown promising results in graph-based learning, due to the use of graph convolution for learning effective node representations. However, they commonly adopt 1-D graph convolution that operates on the object link graph while completely overlooking informative relational information on other data dimensions. This significantly limits their modeling capability and may lead to inferior performance on noisy and sparse real-world networks. To address this issue, we propose to explore relations among object attributes to complement object links for node representation learning. In particular, we use 2-D graph convolution to jointly model the relations on the two data dimensions and develop a computationally efficient dimensionwise separable 2-D graph convolutional filter (DSGC). Theoretically, we show that DSGC can reduce intra-class variance of node features on both the object dimension and the attribute dimension to facilitate learning. Empirically, we demonstrate that by modeling attribute relations, DSGC achieves significant performance gain over state-of-the-art methods for node classification and clustering on several real-world networks.
What problem does this paper attempt to address?