histocartography / patho-quant-explainer

Code for replicating results presented in the paper: "Quantifying Explainers of Graph Neural Networks in Computational Pathology"
MIT License
43 stars 7 forks source link

Ability to extend this to node classification? #3

Closed hossam-zaki closed 3 years ago

hossam-zaki commented 3 years ago

Hello!

Thanks a lot for makinig the histocartography package, and open-sourcing this code. Do you think it'll be possible to generalize this pipeline to node-classification? Currently working on interpretability of my model, and the generated histograms would be incredibly valuable, but it seems like it'll only work for graph classification. Any help on this? Really appreciate it!

guillaumejaume commented 3 years ago

Hi,

As you correctly pointed out, the framework is currently only able to explain graph classification tasks. In order to extend it to node classification, I would suggest the following steps:

Hope this helps