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

Including node coordinates as node feature #19

Open
chinmay5 opened this issue Oct 24, 2023 · 1 comment
Open

Including node coordinates as node feature #19

chinmay5 opened this issue Oct 24, 2023 · 1 comment

Comments

@chinmay5
Copy link

Thank you for the wonderful and inspiring work. I have a question regarding generating graphs with 3D node coordinate locations. If I want to generate graphs that should also learn orientation information (in 3D space) of the underlying distribution (by means of generating raw coordinates for the nodes along with other node features), should I

  1. Use the node coordinates as additional node features (these would be continuous and would be concatenated with one-hot node degree features. I imagine this might be sub-optimal, but I am not exactly sure).
  2. Have it as a third component in the SDE, i.e. imagine it as the third component in a graph structure and have the SDE working with three terms.

Your insights would be extremely helpful.

Thanks,
Chinmay

@harryjo97
Copy link
Owner

Hi Chinmay,

If you are trying to generate adjacency matrices, node features, and 3D coordinates all at once, I think the second method would be optimal (in the sense that each SDE can be optimally designed with respect to the objects to be generated). The extension of GDSS by adding the third component would be fairly trivial in the context of modeling the systems of SDEs.

Note that your first method may work fairly well when assuming that the node features and the 3D coordinates share similar properties (that can be modeled by the same diffusion process).

Best,
Jaehyeong

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

2 participants