Konsep Inti
The proposed GRE2-MDCL model enhances graph representation learning by combining local-global graph augmentation, a triple graph neural network architecture, and multidimensional contrastive learning, leading to improved node classification performance.
Abstrak
The paper introduces a new graph representation learning model called GRE2-MDCL that aims to improve node classification tasks. The key components of the model are:
-
Graph Enhancement:
- Local graph enhancement using LAGNN to refine the graph neural network's representation ability for nodes with few neighbors.
- Global graph enhancement via SVD decomposition to preserve the overall graph structure and important topological features.
-
Triple Graph Neural Network:
- The model uses a triple graph neural network architecture, with an online network and two target networks.
- The online network has an additional predictor component compared to the target networks, enabling heterogeneous modeling.
- The mutual regularization between the online and target networks provides a more efficient graph encoder.
-
Multidimensional Contrastive Learning:
- GRE2-MDCL incorporates three types of contrastive losses: cross-network, cross-view, and neighbor contrast.
- The neighbor contrast loss utilizes the network topology as a supervisory signal, rather than directly using a contrast loss that ignores the graph structure.
- The combination of these contrastive losses optimizes the model parameters.
Experiments on Cora, Citeseer, and PubMed datasets show that GRE2-MDCL outperforms or matches state-of-the-art models in node classification accuracy. Ablation studies demonstrate the importance of the global-local graph augmentation and multidimensional contrastive learning components in achieving the superior performance.
Statistik
The Cora dataset has 2,708 nodes, 10,556 edges, and 1,433 features.
The Citeseer dataset has 3,327 nodes, 9,228 edges, and 3,703 features.
The PubMed dataset has 19,717 nodes, 88,651 edges, and 500 features.
Kutipan
"GRE2-MDCL first globally and locally augments the input graph using SVD and LAGNN. The enhanced data is then fed into a triple network with a multi-head attention GNN as the core model."
"GRE2-MDCL constructs a multidimensional contrastive loss, incorporating cross-network, cross-view, and neighbor contrast, to optimize the model."