Learn Before
Concept
Challenges of the Original Graph-Level Variational Decoder
There are two main challenges with the original graph-level variational decoder. First, because it uses a multi-layer perceptron (MLP), it requires assuming a fixed number of nodes in each graph. This is typically addressed by setting a maximum number of nodes and masking the surplus nodes. Second, using the predicted adjacency matrix, , to compute the likelihood implicitly assumes a specific node ordering. However, the correct ordering of rows and columns is unknown when computing the reconstruction loss. There are two popular strategies to address this second issue.
0
1
Updated 2026-06-14
Tags
Deep Learning (in Machine learning)
Data Science
Computing Sciences