Research Papers 论文研究 19h ago Updated 16h ago 更新于 16小时前 46

Towards the Explainability of Temporal Graph Networks via Memory Backtracking and Topological Attribution 通过记忆回溯和拓扑归因实现时序图网络的解释性

Introduces a novel explainability framework for Temporal Graph Networks (TGNs) that addresses the overlooked role of the memory module in existing methods. Proposes two specific attribution trees: a topology attribution tree to capture neighbor influences and a memory backtracking tree to quantify how historical events shape node memory vectors. Applies Layer-wise Relevance Propagation (LRP) to ensure conservation of relevance, guaranteeing that the total contribution of events equals the model' 提出针对时序图网络(TGNs)的可解释性新方法,重点解决现有方法忽视核心记忆模块的问题。 构建拓扑归因树与记忆回溯树,分别量化邻居影响及历史事件对节点记忆向量的塑造作用。 引入层间相关性传播(LRP)确保事件贡献总和等于模型logits,并通过优化目标解决top-k选择不忠实问题。 在涵盖节点属性预测、链接预测和图分类的九个时序图数据集上验证,该方法提供高忠实度的解释并优于现有基线。

60
Hot 热度
75
Quality 质量
65
Impact 影响力

Analysis 深度分析

TL;DR

  • Introduces a novel explainability framework for Temporal Graph Networks (TGNs) that addresses the overlooked role of the memory module in existing methods.
  • Proposes two specific attribution trees: a topology attribution tree to capture neighbor influences and a memory backtracking tree to quantify how historical events shape node memory vectors.
  • Applies Layer-wise Relevance Propagation (LRP) to ensure conservation of relevance, guaranteeing that the total contribution of events equals the model's logits.
  • Designs custom optimization objectives to overcome the unfaithfulness of standard top-k selection caused by the nonlinear mapping from logits to probabilities.
  • Demonstrates superior performance in providing faithful explanations across nine temporal graph datasets, including node property prediction, link prediction, and graph classification tasks.

Why It Matters

This research significantly advances the interpretability of Temporal Graph Networks, which are critical for modeling dynamic systems like social networks and financial transactions. By explicitly attributing predictions to both topological structures and historical memory updates, it enhances the trustworthiness and transparency of AI decisions in time-sensitive applications. This allows practitioners to audit model behavior and understand the specific past events driving current predictions, which is essential for regulatory compliance and domain-specific validation.

Technical Details

  • Topology Attribution Tree: Captures the influence of neighboring nodes and their associated memory vectors on the current prediction, addressing the spatial aspect of temporal graphs.
  • Memory Backtracking Tree: Quantifies the impact of specific historical events on the evolution of node memory vectors, addressing the temporal aspect often ignored by prior methods.
  • Layer-wise Relevance Propagation (LRP): Integrated into the TGN architecture to ensure global consistency, where the sum of relevance scores for all events exactly matches the final logit output.
  • Optimization-Based Event Selection: Replaces simple top-k selection with designed optimization objectives to identify important events, mitigating errors introduced by the non-linear sigmoid/softmax mappings between logits and probabilities.
  • Experimental Validation: Evaluated on nine diverse temporal graph datasets covering three task types (node property prediction, link prediction, graph classification), showing state-of-the-art faithfulness metrics compared to baseline explanation methods.

Industry Insight

  • Trust in Dynamic Systems: As industries increasingly adopt temporal graph models for fraud detection, recommendation systems, and risk assessment, this method provides a rigorous way to justify decisions based on historical context, facilitating regulatory approval.
  • Model Auditing: Practitioners should prioritize explanation methods that account for memory dynamics rather than just static topology, as ignoring the temporal evolution of node states leads to incomplete or misleading interpretations.
  • Implementation Strategy: When deploying TGNs, integrating LRP-based attribution mechanisms can serve as a standard post-hoc or intrinsic explainability layer, allowing teams to debug models by tracing specific past interactions that triggered erroneous or high-confidence predictions.

TL;DR

  • 提出针对时序图网络(TGNs)的可解释性新方法,重点解决现有方法忽视核心记忆模块的问题。
  • 构建拓扑归因树与记忆回溯树,分别量化邻居影响及历史事件对节点记忆向量的塑造作用。
  • 引入层间相关性传播(LRP)确保事件贡献总和等于模型logits,并通过优化目标解决top-k选择不忠实问题。
  • 在涵盖节点属性预测、链接预测和图分类的九个时序图数据集上验证,该方法提供高忠实度的解释并优于现有基线。

为什么值得看

该研究填补了时序图神经网络可解释性领域的关键空白,特别是针对决定模型性能的核心记忆机制进行了深度剖析。对于需要高可信度决策支持的时序数据分析场景(如金融风控、社交网络监控),此方法提供了更透明且符合逻辑的解释框架。

技术解析

  • 双树归因架构:设计拓扑归因树捕捉邻居及其记忆向量的影响,同时设计记忆回溯树量化历史事件如何具体塑造节点的记忆向量,从而完整追溯预测来源。
  • LRP应用与守恒性保证:在TGNs中应用层间相关性传播(Layer-wise Relevance Propagation),严格确保所有事件贡献之和等于模型的logits输出,保证了归因的数学严谨性。
  • 非线性映射优化:针对从logits到概率的非线性映射可能导致top-k选择不忠实的问题,设计了专门的优化目标来识别真正重要的历史事件,提升解释的准确性。
  • 广泛实验验证:在九个不同的时序图数据集上进行评估,覆盖节点属性预测、链接预测和图分类三大任务,证明方法的通用性和优越性。

行业启示

  • 增强黑盒模型信任度:随着TGNs在复杂动态系统中的应用加深,提供基于内部机制(如记忆更新)的解释比单纯的外部特征重要性排序更具说服力,有助于建立用户对AI系统的信任。
  • 可解释性需深入模型核心组件:现有的GNN解释方法多关注结构拓扑,忽视了时序模型特有的记忆状态。未来开发可解释AI工具时,必须针对特定架构的核心模块(如RNN记忆、Transformer注意力)进行定制化设计。
  • 算法公平性与审计需求:通过精确回溯历史事件的影响,该技术可用于审计模型决策是否受到不当历史偏差的影响,为合规性和公平性检测提供技术基础。

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

Research 科学研究 Evaluation 评测 Embedding Model 嵌入模型