weihua916 / powerful-gnns

How Powerful are Graph Neural Networks?
MIT License
1.16k stars 223 forks source link

About node smoothing #21

Open dongZheX opened 2 years ago

dongZheX commented 2 years ago

Hello, excellent job!

I have a little question about GIN. Does GIN make nodes smoother and smoother like GCN? If not, does node feature represent the structure around this node?

Thanks.

weihua916 commented 2 years ago

Hi! The goal of GIN is more of trying to capture the topological structure of nodes' neighborhood rather than smoothing the node features. The summation aggregation of GIN is suitable for capturing the topology, but if you apply it to social networks (some nodes have very high node degrees), you may suffer from exploding node feature problem due to the sum.