Degree-Specific Topology Learning for Graph Convolutional Network

Jiahou Cheng,Mengqing Luo,Xin Li,Hui Yan
DOI: https://doi.org/10.1007/978-3-030-85896-4_2
2021-01-01
Abstract:Graph Convolutional Networks (GCNs) have gained great popularity in various graph data learning tasks. Nevertheless, GCNs inevitably encounter over-smoothing with increasing the network depth and over-fitting specifically on small datasets. In this paper, we present an experimental investigation which clearly shows that the misclassification rates of nodes with high and low degrees are obviously distinctive. Thus, previous methods such as Dropedge that randomly removes some edges between arbitrary pairwise nodes are distant from optimal or even unsatisfactory. To bridge the gap, we propose the degree-specific topology learning for GCNs to find a hidden graph structure that augments the initial graph structure. Particularly, instead of training with uncertain connections, we remove edges between the high-degree nodes and their first-order neighbors with low similarity in the attribute space; besides, we add edges between the low-degree nodes and their connectionless neighbors with high similarity in the attribute space. Experiments conducted on several popular datasets demonstrate the effectiveness of our topology learning method.
What problem does this paper attempt to address?