-
Hi Matt, Is it necessary to store |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Yeah, most graph autoencoders assume that downsampled and upsampled graph structure is additionally given, which somewhat eliminates the need to decode node features in the first place. Reconstructing intermediate and final graph representations is still a challenging problem (especially for meshes which have additional constraints on how the graph structure should look like). At the top of my mind, I cannot think of any paper that tries to tackle this yet. |
Beta Was this translation helpful? Give feedback.
Yeah, most graph autoencoders assume that downsampled and upsampled graph structure is additionally given, which somewhat eliminates the need to decode node features in the first place. Reconstructing intermediate and final graph representations is still a challenging problem (especially for meshes which have additional constraints on how the graph structure should look like). At the top of my mind, I cannot think of any paper that tries to tackle this yet.