GANE: A Generative Adversarial Network Embedding
Huiting Hong, Xin Li, Mingzhong Wang

TL;DR
This paper introduces GANE, a novel network embedding method using generative adversarial networks that effectively captures network structure and improves performance on link prediction and clustering tasks.
Contribution
It adapts GANs for network embedding, developing three variations that preserve different network proximities, and demonstrates superior performance over existing methods.
Findings
GANE outperforms state-of-the-art methods in link prediction.
GANE-O2 is equivalent to GANE-O1 with negative sampling.
Models improve clustering accuracy and visualization quality.
Abstract
Network embedding has become a hot research topic recently which can provide low-dimensional feature representations for many machine learning applications. Current work focuses on either (1) whether the embedding is designed as an unsupervised learning task by explicitly preserving the structural connectivity in the network, or (2) whether the embedding is a by-product during the supervised learning of a specific discriminative task in a deep neural network. In this paper, we focus on bridging the gap of the two lines of the research. We propose to adapt the Generative Adversarial model to perform network embedding, in which the generator is trying to generate vertex pairs, while the discriminator tries to distinguish the generated vertex pairs from real connections (edges) in the network. Wasserstein-1 distance is adopted to train the generator to gain better stability. We develop…
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 · Domain Adaptation and Few-Shot Learning · Complex Network Analysis Techniques
