Graph Convolutional Auto-encoder with Bi-decoder and Adaptive-sharing Adjacency

Yunxing Zhang,Xuelong Li,Rui Zhang
2020-03-10
Abstract:Graph autoencoders (GAEs) are the effective unsupervised learning frameworks to learn the latent representations of graph data for network embedding. Most exiting GAE approaches typically focus on the graph reconstruction but neglect the node features reconstruction, which often results in overfitting due to the capacity of the autoencoders. Additionally, the adjacency matrix of these methods cannot accurately represent the connections among nodes in latent space when the prior information is contaminated. To address these problems, we propose a novel Graph Convolutional Auto-encoder with Bi-decoder and Adaptive-sharing Adjacency method, namely BAGE. The framework encodes the graph construction and node features into latent representations, upon which the bi-decoder is trained to reconstruct the graph construction and node features simultaneously. Moreover, the convolutional adjacency matrix is shared with the embedded graph optimization and can be adaptively learned by constructing the Laplacian, leading to more accurate connections. Consequently, the proposed method can be applied to more general datasets than the existing GAEs, i.e., data without a pre-given graph construction to prevent the GAEs from excessive dependence on the prior adjacency information. Experimental results validate the superiority of our method to the state-of-the-art network embedding methods.
Mathematics,Computer Science
What problem does this paper attempt to address?