Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Encode-decoder on Geometric Graph Data? #45

Open
yogeshhk opened this issue Jun 14, 2021 · 0 comments
Open

Encode-decoder on Geometric Graph Data? #45

yogeshhk opened this issue Jun 14, 2021 · 0 comments

Comments

@yogeshhk
Copy link

I am working on a dimension reduction problem on shapes, where,

  • shapes are represented as graph,
  • vertices as nodes,
  • connecting curves as edges.
  • dimension reduction operation is called as Midcurve generation.
  • Input is 2D profile, say a closed polygon.
  • Output is 1D curve in the middle of the profile

image

More info:

image

ToDos:

  • Write a dataloader for geometric shape data, nodes will get coordinates as features and edges will get sample points coordinates
  • Construct Encoder Decoder, similar to Semantic Segmentation on images, but now, using Graph Convolutional Layers on geometric data.

Is this possible/feasible currently with tf-gnn?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant