voetberg / XNuGraph

MIT License
0 stars 0 forks source link

XGNN Inference #2

Closed voetberg closed 1 year ago

voetberg commented 1 year ago

Impliment XGNN on NuGraph - include visuals and local inference outputs.

Reference paper - https://dl.acm.org/doi/pdf/10.1145/3394486.3403085

Should be usable with the module from #1

voetberg commented 1 year ago

DIG impliments xgnn and many other methods - Docs here

voetberg commented 1 year ago

Further examination of xgnn reveals from further complexity - The method requires you to train a sub GCN to generate the subgraphs, and that requires some rules for construction of the subgraphs instead of selecting an actual point in the data or producing a mask.

Because gnnexplainer produces basically the same kind of result - I'm shelving this one for now. We can reopen at a later date.

Also a better solution would be to add a few output layers onto the existing network and fine tune the output.