TL;DR
Temporal Graph Networks (TGNs) struggle with explainability, which is crucial for trust in AI. This work introduces a method combining memory backtracking and topological attribution to enhance interpretability.
✦ Why It Matters
Implementing memory backtracking and topological attribution can enhance the interpretability of your TGN models today.
Key Takeaways
How It Works
The proposed method combines two key components: the topology attribution tree, which assesses the influence of neighboring nodes and their memory vectors, and the memory backtracking tree, which quantifies how historical events shape the memory of nodes. By using Layer-wise Relevance Propagation (LRP), the method ensures that the total relevance of past events corresponds to the model's predictions, allowing for a clearer understanding of the decision-making process.
Related