Research Papers 论文研究 5h ago Updated 1h ago 更新于 1小时前 43

Self-Explainable Multi-Label Graph Neural Network for Correlated Evidence Attribution 自解释多标签图神经网络用于相关证据归因

SEMGNN is an end-to-end self-explainable multi-label graph neural network that jointly learns node classification and edge-level explanations within a unified training framework Unlike post-hoc explainers, SEMGNN explicitly models label-dependent evidence sharing, handling both weakly and negatively associated label pairs The model uses a sparse edge-mask explainer that identifies edges significantly contributing to each predicted label per target node Label-label correlations are leveraged to s 提出SEMGNN(自解释多标签图神经网络),实现端到端的多标签节点分类与证据归因 联合学习预测器和稀疏边掩码解释器,在统一框架和训练目标下同步优化分类与解释任务 利用标签-标签相关性增强多标签分类性能,同时提升单个标签解释的忠实度与紧凑性 在社交网络、娱乐和生命科学等领域的合成及真实多标签网络上验证,预测性能与解释质量均优于事后解释方法

55
Hot 热度
70
Quality 质量
60
Impact 影响力

Analysis 深度分析

TL;DR

  • SEMGNN is an end-to-end self-explainable multi-label graph neural network that jointly learns node classification and edge-level explanations within a unified training framework
  • Unlike post-hoc explainers, SEMGNN explicitly models label-dependent evidence sharing, handling both weakly and negatively associated label pairs
  • The model uses a sparse edge-mask explainer that identifies edges significantly contributing to each predicted label per target node
  • Label-label correlations are leveraged to simultaneously improve multi-label classification accuracy and enhance the faithfulness of individual label explanations
  • Experiments on synthetic and real-world datasets (social networking, entertainment, life sciences) demonstrate competitive or improved predictive performance with more faithful and compact explanations

Why It Matters

This work addresses a critical gap in multi-label graph learning by integrating interpretability directly into the training process rather than relying on post-hoc explanation methods that fail to capture label-dependent evidence structures. For AI practitioners building graph-based systems in domains like bioinformatics or social network analysis, SEMGNN offers a practical path toward models that are both accurate and transparent about how different labels relate to specific graph structures.

Technical Details

  • Architecture: SEMGNN combines a multi-label node classifier with a sparse edge-mask explainer in a single unified framework, trained end-to-end with a joint objective function
  • Core innovation: Explicit modeling of label-label correlations to guide both classification and explanation, enabling distinct yet coherent evidence attribution across labels
  • Explanation mechanism: The sparse edge-mask explainer identifies and weights edges contributing to each predicted label, producing compact label-conditioned explanations rather than generic graph-level attributions
  • Benchmarking: Evaluated on synthetic datasets and real-world multi-label networks spanning social networking, entertainment, and life sciences domains, with comparisons against existing post-hoc graph explainers
  • Key advantage over post-hoc methods: Post-hoc explainers cannot explicitly model how evidence should be shared or separated across labels, particularly for weakly or negatively correlated label pairs—SEMGNN directly addresses this limitation through its joint training objective

Industry Insight

  • Organizations deploying graph neural networks in regulated or high-stakes domains (e.g., healthcare, finance) should prioritize self-explainable architectures over post-hoc approaches, as the latter risk producing misleading or incomplete attributions when label correlations are complex
  • The explicit handling of negative label associations in SEMGNN is particularly relevant for domains like drug discovery and recommendation systems, where the absence of certain relationships is as informative as their presence
  • Future multi-label graph learning research should treat interpretability as a first-class design constraint rather than an afterthought, as unified training frameworks consistently outperform sequential explain-then-predict pipelines in both faithfulness and computational efficiency

TL;DR

  • 提出SEMGNN(自解释多标签图神经网络),实现端到端的多标签节点分类与证据归因
  • 联合学习预测器和稀疏边掩码解释器,在统一框架和训练目标下同步优化分类与解释任务
  • 利用标签-标签相关性增强多标签分类性能,同时提升单个标签解释的忠实度与紧凑性
  • 在社交网络、娱乐和生命科学等领域的合成及真实多标签网络上验证,预测性能与解释质量均优于事后解释方法

为什么值得看

该研究填补了多标签图学习领域训练时解释能力的空白,解决了事后解释方法无法显式建模标签依赖证据共享的问题,对需要同时处理多标签且要求高可解释性的应用场景具有重要参考价值。

技术解析

  • SEMGNN采用端到端统一框架,同时学习多标签节点分类预测器和稀疏边掩码解释器,避免事后解释与训练目标不一致的问题
  • 显式建模标签间相关性(包括弱相关和负相关标签对),使不同标签可由distinct yet coherent的结构化证据支持
  • 在社交网络、娱乐产业和生命科学等多个真实多标签图数据集上进行实验,验证了预测性能与解释忠实度
  • 相比事后图解释方法,SEMGNN能更准确地识别对每个预测标签有显著贡献的边,提供紧凑且可信赖的标签条件解释

行业启示

  • 多标签图学习在复杂现实场景(如用户多兴趣建模、疾病多症状关联)中应用广泛,训练时解释能力将成为可信赖AI系统的关键需求
  • 事后解释方法在标签弱相关或负相关场景下存在明显局限,端到端自解释架构代表了可解释图学习的重要发展方向
  • 对于医疗诊断、金融风控等高风险领域,模型不仅需要准确预测,还需提供忠实且紧凑的证据归因,SEMGNN的思路具有推广价值

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

Research 科学研究 Training 训练