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

Integrating dynamic temporal dependency with static spatial dependency #197

Open
QasimWani opened this issue Jun 4, 2021 · 0 comments
Open

Comments

@QasimWani
Copy link

Hi there.
I had a question related to adding some time based dependency on the graph where we can have 2d convolution over multiple graphs differing in features/node. An approach taken is Spatio-Temporal GNN (STGNN) where they combine RNN + GCN. But they have more dynamic graphs (correct me if I'm wrong).
Is there a way to alleviate GNN formulation to compute 2d convolutions as well? I guess it should be straightforward, no? Instead of 1 adjacency matrix as input, we take in a batch and compute the convolution (eq. 7 of GCN paper) together. Would that not work?

Thanks

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