An Unsupervised Graph Embedding Method Based on Dynamic Graph Attention Networks and Infomax for Link Prediction

Jingzhu Lu,Feifan Song,Jingchen Wu,Xu Wu
DOI: https://doi.org/10.1109/dsc59305.2023.00065
2023-01-01
Abstract:Due to the lack of labeled data in many real-world scenarios, Graph Neural Network models that require a large volume of labeled data are not effective, and research based on unsupervised learning frameworks has become essential. To solve the problem of sparsity in labeled graph data, this paper proposes an unsupervised graph representation learning method based on graph infomax and dynamic graph attention mechanism(IMDGA). This method conducts unsupervised learning based on the idea of contrastive learning and optimizes the encoder by calculating the maximum mutual information between the graph's local information and global information. At the same time, we use a dynamic Graph Attention Network as an encoder model to prevent the Graph Convolutional Neural network's inability to adapt to neighbor nodes with different weights. Finally, link prediction experiments on three public data sets of cora, citeseer, and pumbed show that the proposed model has achieved superior results compared with other graph representation learning, showing its effectiveness and competitiveness.
What problem does this paper attempt to address?