Adversarial Directed Graph Embedding
- URL: http://arxiv.org/abs/2008.03667v3
- Date: Mon, 24 May 2021 17:22:27 GMT
- Title: Adversarial Directed Graph Embedding
- Authors: Shijie Zhu, Jianxin Li, Hao Peng, Senzhang Wang and Lifang He
- Abstract summary: We propose a novel Directed Graph embedding framework based on Generative Adversarial Network, called DGGAN.
The main idea is to use adversarial mechanisms to deploy a discriminator and two generators that jointly learn each node's source and target vectors.
Extensive experiments show that DGGAN consistently and significantly outperforms existing state-of-the-art methods across multiple graph mining tasks on directed graphs.
- Score: 43.69472660189029
- License: http://arxiv.org/licenses/nonexclusive-distrib/1.0/
- Abstract: Node representation learning for directed graphs is critically important to
facilitate many graph mining tasks. To capture the directed edges between
nodes, existing methods mostly learn two embedding vectors for each node,
source vector and target vector. However, these methods learn the source and
target vectors separately. For the node with very low indegree or outdegree,
the corresponding target vector or source vector cannot be effectively learned.
In this paper, we propose a novel Directed Graph embedding framework based on
Generative Adversarial Network, called DGGAN. The main idea is to use
adversarial mechanisms to deploy a discriminator and two generators that
jointly learn each node's source and target vectors. For a given node, the two
generators are trained to generate its fake target and source neighbor nodes
from the same underlying distribution, and the discriminator aims to
distinguish whether a neighbor node is real or fake. The two generators are
formulated into a unified framework and could mutually reinforce each other to
learn more robust source and target vectors. Extensive experiments show that
DGGAN consistently and significantly outperforms existing state-of-the-art
methods across multiple graph mining tasks on directed graphs.
Related papers
Err
This list is automatically generated from the titles and abstracts of the papers in this site.
This site does not guarantee the quality of this site (including all information) and is not responsible for any consequences.