When you applying a graph structured data to the graph convolution network, what are the benefits of using the state information that maintains the graph structure?
Asked
Active
Viewed 41 times
3
-
By _state information_, do you mean the vector representing the state of each node and, possibly, the vector representing the whole graph? – nbro Jun 27 '19 at 11:36
-
@nbro yes, the vector representing the state of such nodes information – unsmoother Jun 27 '19 at 16:44
-
Is there any specific GDL architecture you're referring to? – nbro Jun 27 '19 at 17:42
-
@nbro I recently read https://arxiv.org/abs/1611.08402. Although the method is compared with various GCNs methods, the method presented in this (MoNet) paper is very good. Is this because you are able to use such information better than other methods? – unsmoother Jun 27 '19 at 23:54
-
It is difficult to explain the exact reason behind the better results of MoNet w.r.t. some previous models. They use some learnable parameters, rather than handcrafting them, and they say that MoNet generalises other previous works. This might affect the performance of the model. Regarding your original question, I can try to provide an answer, but I am not sure my answer will address your issue. It's just my interpretation. – nbro Jun 28 '19 at 15:04