GithubHelp home page GithubHelp logo

Graph-level autoencoder about gae HOT 2 CLOSED

tkipf avatar tkipf commented on June 6, 2024
Graph-level autoencoder

from gae.

Comments (2)

tkipf avatar tkipf commented on June 6, 2024

Hi, thanks for getting in touch. These are very good questions indeed.

  1. In this work, we focused on auto-encoding the graph structure alone. We provide an option to condition the encoder on a set of node features. It is quite straightforward to extend this model to also decode node features or edge features (a simple MLP decoder will do in this case) - this could potentially improve predictive performance on a number of tasks.
  2. If I understand correctly, you would like to learn latent representations of graphs instead of nodes and then cluster them. GAEs only support learning latent representations for nodes in a graph. Auto-encoding multiple graph instances comes with some difficulties. Since the set of nodes is unordered, reconstructing both nodes and edges from a fixed-size latent graph representation is challenging as it would involve evaluating all possible node orderings if done naively.

Hope this helps.

Thomas

from gae.

patrafter1999 avatar patrafter1999 commented on June 6, 2024

Thanks for your explanation, Kipf.

from gae.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.