-
Notifications
You must be signed in to change notification settings - Fork 143
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
About the graph structure change #69
Comments
Thanks for your interest in our work. As shown in Eq(6) - Eq(8), the graph structure is computed based on the both the global embedding vectors and the local embedding vectors. The global embedding vectors are fixed during the test time, but the local embedding vectors are computed from the current time series input. It means that the graph structure will change w.r.t the input. |
Thank for your quick reply. |
Is the Eq(6) - Eq(8) you mentioned in the message in graph_layer?
Looking at the graph structure, it seems that only the similarity of the global embedding vectors is calculated. |
Yes, your understanding is correct. Sorry, I thought you were asking the graph including attention part. If you are asking the adjacency matrix in the Eq (3), yes, it won't change in the test phrase as only the similarity of the global embedding vectors are used. Thanks! |
Hello, thanks for sharing your excellent work!
I want to know in the testing phase,aka the online anomaly detection phase, does the graph structure change?
The text was updated successfully, but these errors were encountered: