Formula
Encoder For Graph-Level Latents
In a graph-level variational graph autoencoder (VGAE), the encoder produces a single latent vector for an entire graph by appending a pooling layer after a GNN. Two separate GNNs parameterize the mean and log-variance of the approximate posterior:
where aggregates node-level embeddings into a single graph-level vector. Unlike the node-level VGAE encoder, this formulation defines a posterior distribution for each entire graph rather than for each individual node.
0
1
Updated 2026-05-17
Tags
Deep Learning (in Machine learning)
Data Science
Computing Sciences