Self-Supervised Deep Graph Embedding with High-Order Information Fusion for Community Discovery
Shuliang Xu, Shenglan Liu, Lin Feng

TL;DR
This paper introduces a self-supervised deep graph embedding method that fuses high-order graph information using shallow neural networks, improving community discovery performance.
Contribution
It proposes a novel approach to obtain and fuse high-order graph information with shallow GNNs using multiple networks and data augmentation, addressing over-smoothing issues.
Findings
Outperforms comparison algorithms on most datasets
Effectively captures high-order graph information
Enhances community discovery accuracy
Abstract
Deep graph embedding is an important approach for community discovery. Deep graph neural network with self-supervised mechanism can obtain the low-dimensional embedding vectors of nodes from unlabeled and unstructured graph data. The high-order information of graph can provide more abundant structure information for the representation learning of nodes. However, most self-supervised graph neural networks only use adjacency matrix as the input topology information of graph and cannot obtain too high-order information since the number of layers of graph neural network is fairly limited. If there are too many layers, the phenomenon of over smoothing will appear. Therefore how to obtain and fuse high-order information of graph by a shallow graph neural network is an important problem. In this paper, a deep graph embedding algorithm with self-supervised mechanism for community discovery is…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Complex Network Analysis Techniques · Text and Document Classification Technologies
MethodsGraph Neural Network · Convolution
