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

Why spectral convolution is applied to a directed graph? #5

Open
Sunjysama opened this issue Feb 13, 2023 · 3 comments
Open

Why spectral convolution is applied to a directed graph? #5

Sunjysama opened this issue Feb 13, 2023 · 3 comments

Comments

@Sunjysama
Copy link

The paper proposed a novel way of learning the weight matrix, however it seems that spectral convolution cannot be applied to a directed graph since the eigenvectors corresponding to the eigenvalues of a non-real symmetric matrix are not necessarily orthogonal.

@xueyunlong12589
Copy link
Owner

I am not the author of the paper, and I have my own questions about the place. Here are my own opinions:

From the GCN formula of kipf, it is close to the graph convolution of spatial domain, representing the average aggregation of neighbor nodes. From this perspective, it is reasonable to set the adjacency matrix as a learnable digraph

I have posted the author's home page and public code, you can contact him. You are welcome to continue discussing this issue with me

@Sunjysama
Copy link
Author

Many thanks! I have already contacted the author. Let's solve it together.

@xueyunlong12589
Copy link
Owner

Ok, please let me know if the author replies.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

2 participants