Learn Before
Concept
Drawback Of Original Graph Level Variational Decoder
There are two main challenges of the original decoder:
-
Since we use MLP in the decoder, we need to assume that there is a fixed number of nodes in each graph. This is typically done by setting a maximum number of nodes and masking the surplus nodes.
-
When we use to compute the likelihood, we implicitly assume that there is some ordering over the nodes. But we don’t know the correct ordering of rows and columns when we compute reconstruction loss.
There ‘re two popular strategies to solve the second issue.
0
1
Updated 2022-07-24
Tags
Deep Learning (in Machine learning)
Data Science