• 文献检索
  • 文档翻译
  • 深度研究
  • 学术资讯
  • Suppr Zotero 插件Zotero 插件
  • 邀请有礼
  • 套餐&价格
  • 历史记录
应用&插件
Suppr Zotero 插件Zotero 插件浏览器插件Mac 客户端Windows 客户端微信小程序
定价
高级版会员购买积分包购买API积分包
服务
文献检索文档翻译深度研究API 文档MCP 服务
关于我们
关于 Suppr公司介绍联系我们用户协议隐私条款
关注我们

Suppr 超能文献

核心技术专利:CN118964589B侵权必究
粤ICP备2023148730 号-1Suppr @ 2026

文献检索

告别复杂PubMed语法,用中文像聊天一样搜索,搜遍4000万医学文献。AI智能推荐,让科研检索更轻松。

立即免费搜索

文件翻译

保留排版,准确专业,支持PDF/Word/PPT等文件格式,支持 12+语言互译。

免费翻译文档

深度研究

AI帮你快速写综述,25分钟生成高质量综述,智能提取关键信息,辅助科研写作。

立即免费体验

GNNLens:一种用于图神经网络预测误差诊断的可视化分析方法。

GNNLens: A Visual Analytics Approach for Prediction Error Diagnosis of Graph Neural Networks.

出版信息

IEEE Trans Vis Comput Graph. 2023 Jun;29(6):3024-3038. doi: 10.1109/TVCG.2022.3148107. Epub 2023 May 3.

DOI:10.1109/TVCG.2022.3148107
PMID:35120004
Abstract

Graph Neural Networks (GNNs) aim to extend deep learning techniques to graph data and have achieved significant progress in graph analysis tasks (e.g., node classification) in recent years. However, similar to other deep neural networks like Convolutional Neural Networks (CNNs) and Recurrent Neural Networks (RNNs), GNNs behave like a black box with their details hidden from model developers and users. It is therefore difficult to diagnose possible errors of GNNs. Despite many visual analytics studies being done on CNNs and RNNs, little research has addressed the challenges for GNNs. This paper fills the research gap with an interactive visual analysis tool, GNNLens, to assist model developers and users in understanding and analyzing GNNs. Specifically, Parallel Sets View and Projection View enable users to quickly identify and validate error patterns in the set of wrong predictions; Graph View and Feature Matrix View offer a detailed analysis of individual nodes to assist users in forming hypotheses about the error patterns. Since GNNs jointly model the graph structure and the node features, we reveal the relative influences of the two types of information by comparing the predictions of three models: GNN, Multi-Layer Perceptron (MLP), and GNN Without Using Features (GNNWUF). Two case studies and interviews with domain experts demonstrate the effectiveness of GNNLens in facilitating the understanding of GNN models and their errors.

摘要

图神经网络(GNN)旨在将深度学习技术扩展到图数据,并在近年来的图分析任务(例如节点分类)中取得了重大进展。然而,与卷积神经网络(CNN)和循环神经网络(RNN)等其他深度学习网络一样,GNN 的细节对模型开发人员和用户都是隐藏的,其行为就像一个黑盒子。因此,很难诊断 GNN 可能存在的错误。尽管已经有许多关于 CNN 和 RNN 的可视化分析研究,但针对 GNN 的研究却很少。本文通过交互式可视化分析工具 GNNLens 填补了这一研究空白,帮助模型开发人员和用户理解和分析 GNN。具体来说,平行集视图和投影视图使用户能够快速识别和验证错误预测集中的错误模式;图视图和特征矩阵视图提供了对单个节点的详细分析,帮助用户对错误模式形成假设。由于 GNN 联合建模了图结构和节点特征,我们通过比较三个模型(GNN、多层感知机(MLP)和不使用特征的 GNN(GNNWUF))的预测结果,揭示了这两种信息的相对影响。两个案例研究和与领域专家的访谈证明了 GNNLens 在促进对 GNN 模型及其错误的理解方面的有效性。

相似文献

1
GNNLens: A Visual Analytics Approach for Prediction Error Diagnosis of Graph Neural Networks.GNNLens:一种用于图神经网络预测误差诊断的可视化分析方法。
IEEE Trans Vis Comput Graph. 2023 Jun;29(6):3024-3038. doi: 10.1109/TVCG.2022.3148107. Epub 2023 May 3.
2
Co-embedding of edges and nodes with deep graph convolutional neural networks.使用深度图卷积神经网络进行边和节点的联合嵌入
Sci Rep. 2023 Oct 8;13(1):16966. doi: 10.1038/s41598-023-44224-1.
3
Visualizing Graph Neural Networks With CorGIE: Corresponding a Graph to Its Embedding.用 CorGIE 可视化图神经网络:将图与其嵌入对应。
IEEE Trans Vis Comput Graph. 2022 Jun;28(6):2500-2516. doi: 10.1109/TVCG.2022.3148197. Epub 2022 May 2.
4
Parallel and Distributed Graph Neural Networks: An In-Depth Concurrency Analysis.并行与分布式图神经网络:深入的并发分析
IEEE Trans Pattern Anal Mach Intell. 2024 May;46(5):2584-2606. doi: 10.1109/TPAMI.2023.3303431. Epub 2024 Apr 3.
5
SP-GNN: Learning structure and position information from graphs.SP-GNN:从图中学习结构和位置信息。
Neural Netw. 2023 Apr;161:505-514. doi: 10.1016/j.neunet.2023.01.051. Epub 2023 Feb 4.
6
Harnessing collective structure knowledge in data augmentation for graph neural networks.利用图神经网络中数据增强的集体结构知识。
Neural Netw. 2024 Dec;180:106651. doi: 10.1016/j.neunet.2024.106651. Epub 2024 Aug 23.
7
Graph Neural Networks and Their Current Applications in Bioinformatics.图神经网络及其在生物信息学中的当前应用。
Front Genet. 2021 Jul 29;12:690049. doi: 10.3389/fgene.2021.690049. eCollection 2021.
8
Automatic Design of Deep Graph Neural Networks With Decoupled Mode.具有解耦模式的深度图神经网络自动设计
IEEE Trans Neural Netw Learn Syst. 2025 May;36(5):7918-7930. doi: 10.1109/TNNLS.2024.3438609. Epub 2025 May 2.
9
Revisiting graph neural networks from hybrid regularized graph signal reconstruction.从混合正则化图信号重构的角度重新审视图神经网络。
Neural Netw. 2023 Jan;157:444-459. doi: 10.1016/j.neunet.2022.11.003. Epub 2022 Nov 12.
10
GNNExplainer: Generating Explanations for Graph Neural Networks.GNNExplainer:为图神经网络生成解释
Adv Neural Inf Process Syst. 2019 Dec;32:9240-9251.

引用本文的文献

1
Optimal graph representations and neural networks for multichannel time series data in seizure phase classification.癫痫发作阶段分类中多通道时间序列数据的最优图形表示和神经网络
Sci Rep. 2025 Jun 4;15(1):19552. doi: 10.1038/s41598-025-01882-7.
2
Graph neural networks and transfer entropy enhance forecasting of mesozooplankton community dynamics.图神经网络和转移熵增强了对中型浮游动物群落动态的预测。
Environ Sci Ecotechnol. 2024 Nov 26;23:100514. doi: 10.1016/j.ese.2024.100514. eCollection 2025 Jan.
3
KNowNEt:Guided Health Information Seeking from LLMs via Knowledge Graph Integration.
KNowNEt:通过知识图谱集成从大型语言模型中引导健康信息检索。
IEEE Trans Vis Comput Graph. 2025 Jan;31(1):547-557. doi: 10.1109/TVCG.2024.3456364. Epub 2024 Dec 3.
4
DRAVA: Aligning Human Concepts with Machine Learning Latent Dimensions for the Visual Exploration of Small Multiples.DRAVA:将人类概念与机器学习潜在维度对齐以进行小多重图的视觉探索
Proc SIGCHI Conf Hum Factor Comput Syst. 2023 Apr;2023. doi: 10.1145/3544548.3581127. Epub 2023 Apr 19.
5
How Does Attention Work in Vision Transformers? A Visual Analytics Attempt.注意力机制在视觉Transformer 中是如何工作的?一项可视化分析尝试。
IEEE Trans Vis Comput Graph. 2023 Jun;29(6):2888-2900. doi: 10.1109/TVCG.2023.3261935. Epub 2023 May 3.