Formula
Decoder For Graph-Level Latents
The goal of a graph-level variational decoder is to define a posterior given a graph-level latent embedding. The original graph VAE proposed combining a multi-layer perceptron (MLP) and a Bernoulli distribution assumption to obtain the posterior:
where is the adjacency matrix and is the predicted matrix of edge probabilities. The overall log-likelihood objective is equivalent to a set of independent binary cross-entropy losses.
0
1
Updated 2026-06-13
Tags
Deep Learning (in Machine learning)
Data Science
Computing Sciences