TL;DR
This paper introduces SCE, a scalable network embedding method that uses only negative samples and a novel contrastive objective inspired by sparsest cut, improving efficiency and accuracy.
Contribution
The paper proposes a new negative-sample-only contrastive learning approach for network embedding based on sparsest cut and graph convolutional smoothing.
Findings
Outperforms strong baselines like GraphSAGE, G2G, and DGI in accuracy.
Reduces training time significantly due to the absence of positive samples.
Demonstrates scalability on large real-world datasets.
Abstract
Large-scale network embedding is to learn a latent representation for each node in an unsupervised manner, which captures inherent properties and structural information of the underlying graph. In this field, many popular approaches are influenced by the skip-gram model from natural language processing. Most of them use a contrastive objective to train an encoder which forces the embeddings of similar pairs to be close and embeddings of negative samples to be far. A key of success to such contrastive learning methods is how to draw positive and negative samples. While negative samples that are generated by straightforward random sampling are often satisfying, methods for drawing positive examples remains a hot topic. In this paper, we propose SCE for unsupervised network embedding only using negative samples for training. Our method is based on a new contrastive objective inspired by…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsDeep Graph Infomax · GraphSAGE
