Concept

Encoder for Node-level latents

Given adjacency matrix AA and node features XX, use two separate GNNs to generate mean (μZ\mu_Z) and variance (σZ\sigma_Z) parameters.

  • μZ=\mu_Z = GNNμ_{\mu}(A, X)
  • logσZ\sigma_Z = GNNσ_\sigma(A, X)

where μZ\mu_Z and logσZ\sigma_Z are |V| x d-dimensional matrices that specify the mean and variance embeddings for each node in input graph, respectively.

Once we have μZ\mu_Z and logσZ\sigma_Z, we sample a set of latent node embeddings:

ZZ = ϵexp(log(σZ))+μZ\epsilon \circ exp(log(\sigma_Z)) + \mu_Z

0

1

Updated 2022-07-24

Contributors are:

Who are from:

Tags

Data Science