Explainability with SAGPooling layer #10027
Unanswered
giuseppeantoniomotisi
asked this question in
Q&A
Replies: 0 comments
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
Hello everyone,
I’m currently working on explainability in Graph Neural Networks (GNNs) and facing some challenges.
My model architecture consists of:
A classification head for a whole-graph binary classification task.
I am able to extract relevant subgraphs using pooled nodes and their corresponding attention scores. However, I am looking for a way to validate these explanations, potentially using GNNExplainer. Unfortunately, I’ve read that GNNExplainer doesn’t work well with dynamic pooling layers like SAGPooling (which involves nested TopKPooling).
I also tried PGExplainer, but the results were not promising. I observed:
Does anyone have suggestions on how to explain this model effectively?
Any help would be greatly appreciated!
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions