D2-GCN: a graph convolutional network with dynamic disentanglement for node classification

Shangwei Wu,Yingtong Xiong,Hui Liang,Chuliang Weng
DOI: https://doi.org/10.1007/s11704-023-3339-7
IF: 2.6688
2024-11-13
Frontiers of Computer Science
Abstract:Classic Graph Convolutional Networks (GCNs) often learn node representation holistically, which ignores the distinct impacts from different neighbors when aggregating their features to update a node's representation. Disentangled GCNs have been proposed to divide each node's representation into several feature units. However, current disentangling methods do not try to figure out how many inherent factors the model should assign to help extract the best representation of each node. This paper then proposes D 2 -GCN to provide dynamic disentanglement in GCNs and present the most appropriate factorization of each node's mixed features. The convergence of the proposed method is proved both theoretically and experimentally. Experiments on real-world datasets show that D 2 -GCN outperforms the baseline models concerning node classification results in both single- and multi-label tasks.
computer science, information systems, theory & methods, software engineering
What problem does this paper attempt to address?