• 文献检索
  • 文档翻译
  • 深度研究
  • 学术资讯
  • 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分钟生成高质量综述,智能提取关键信息,辅助科研写作。

立即免费体验

基于对抗训练图卷积网络的缺失数据插补。

Missing data imputation with adversarially-trained graph convolutional networks.

机构信息

Department of Information Engineering, Electronics and Telecommunications (DIET), Sapienza University of Rome, Via Eudossiana 18, 00184 Rome, Italy.

Department of Information Engineering, Electronics and Telecommunications (DIET), Sapienza University of Rome, Via Eudossiana 18, 00184 Rome, Italy.

出版信息

Neural Netw. 2020 Sep;129:249-260. doi: 10.1016/j.neunet.2020.06.005. Epub 2020 Jun 13.

DOI:10.1016/j.neunet.2020.06.005
PMID:32563022
Abstract

Missing data imputation (MDI) is the task of replacing missing values in a dataset with alternative, predicted ones. Because of the widespread presence of missing data, it is a fundamental problem in many scientific disciplines. Popular methods for MDI use global statistics computed from the entire dataset (e.g., the feature-wise medians), or build predictive models operating independently on every instance. In this paper we propose a more general framework for MDI, leveraging recent work in the field of graph neural networks (GNNs). We formulate the MDI task in terms of a graph denoising autoencoder, where each edge of the graph encodes the similarity between two patterns. A GNN encoder learns to build intermediate representations for each example by interleaving classical projection layers and locally combining information between neighbors, while another decoding GNN learns to reconstruct the full imputed dataset from this intermediate embedding. In order to speed-up training and improve the performance, we use a combination of multiple losses, including an adversarial loss implemented with the Wasserstein metric and a gradient penalty. We also explore a few extensions to the basic architecture involving the use of residual connections between layers, and of global statistics computed from the dataset to improve the accuracy. On a large experimental evaluation with varying levels of artificial noise, we show that our method is on par or better than several alternative imputation methods. On three datasets with pre-existing missing values, we show that our method is robust to the choice of a downstream classifier, obtaining similar or slightly higher results compared to other choices.

摘要

缺失数据填补(MDI)是用替代值来替换数据集中缺失值的任务。由于缺失数据的广泛存在,它是许多科学领域的一个基本问题。MDI 的常用方法使用从整个数据集计算的全局统计信息(例如,特征中位数),或构建在每个实例上独立运行的预测模型。在本文中,我们提出了一种更通用的 MDI 框架,利用图神经网络(GNN)领域的最新工作。我们将 MDI 任务表述为图去噪自动编码器,其中图的每条边编码两个模式之间的相似度。GNN 编码器通过交错经典投影层和在邻居之间局部组合信息来学习为每个示例构建中间表示,而另一个解码 GNN 则学习从该中间嵌入中重建完整的填补数据集。为了加快训练速度和提高性能,我们使用了多种损失的组合,包括使用 Wasserstein 度量实现的对抗性损失和梯度惩罚。我们还探索了几种基本架构的扩展,包括在层之间使用残差连接,以及从数据集计算全局统计信息以提高准确性。在具有不同程度人为噪声的大型实验评估中,我们表明我们的方法与几种替代填补方法相当或更好。在三个具有预先存在的缺失值的数据集上,我们表明我们的方法对下游分类器的选择具有鲁棒性,与其他选择相比,我们的方法获得了相似或略高的结果。

相似文献

1
Missing data imputation with adversarially-trained graph convolutional networks.基于对抗训练图卷积网络的缺失数据插补。
Neural Netw. 2020 Sep;129:249-260. doi: 10.1016/j.neunet.2020.06.005. Epub 2020 Jun 13.
2
Augmented Graph Neural Network with hierarchical global-based residual connections.基于层次全局残差连接的增强图神经网络。
Neural Netw. 2022 Jun;150:149-166. doi: 10.1016/j.neunet.2022.03.008. Epub 2022 Mar 10.
3
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.
4
A metric learning-based method using graph neural network for pancreatic cystic neoplasm classification from CTs.基于度量学习和图神经网络的 CT 胰腺囊性肿瘤分类方法。
Med Phys. 2022 Aug;49(8):5523-5536. doi: 10.1002/mp.15708. Epub 2022 Jun 1.
5
Graph embedding-based novel protein interaction prediction via higher-order graph convolutional network.基于图嵌入的高阶图卷积网络新型蛋白质相互作用预测。
PLoS One. 2020 Sep 24;15(9):e0238915. doi: 10.1371/journal.pone.0238915. eCollection 2020.
6
Multi-level attention pooling for graph neural networks: Unifying graph representations with multiple localities.图神经网络的多层次注意池化:统一具有多个局部性的图表示。
Neural Netw. 2022 Jan;145:356-373. doi: 10.1016/j.neunet.2021.11.001. Epub 2021 Nov 10.
7
CI-GNN: A Granger causality-inspired graph neural network for interpretable brain network-based psychiatric diagnosis.CI-GNN:一种基于 Granger 因果关系的图神经网络,用于可解释的脑网络精神病学诊断。
Neural Netw. 2024 Apr;172:106147. doi: 10.1016/j.neunet.2024.106147. Epub 2024 Jan 26.
8
Learning Graph Embedding With Adversarial Training Methods.使用对抗训练方法学习图嵌入
IEEE Trans Cybern. 2020 Jun;50(6):2475-2487. doi: 10.1109/TCYB.2019.2932096. Epub 2019 Sep 2.
9
Imputing Brain Measurements Across Data Sets via Graph Neural Networks.通过图神经网络在数据集间推算脑测量值
Predict Intell Med. 2023;14277:172-183. doi: 10.1007/978-3-031-46005-0_15.
10
Missing data imputation, prediction, and feature selection in diagnosis of vaginal prolapse.阴道脱垂诊断中的缺失数据插补、预测和特征选择。
BMC Med Res Methodol. 2023 Nov 6;23(1):259. doi: 10.1186/s12874-023-02079-0.

引用本文的文献

1
Bayesian graph convolutional network with partial observations.带部分观测的贝叶斯图卷积网络。
PLoS One. 2024 Jul 18;19(7):e0307146. doi: 10.1371/journal.pone.0307146. eCollection 2024.
2
Prognostic impact of preoperative atrial fibrillation in patients undergoing heart surgery in cardiogenic shock.心原性休克患者心脏手术术前心房颤动对预后的影响。
Sci Rep. 2023 Dec 9;13(1):21818. doi: 10.1038/s41598-023-47642-3.
3
Imputing Brain Measurements Across Data Sets via Graph Neural Networks.通过图神经网络在数据集间推算脑测量值
Predict Intell Med. 2023;14277:172-183. doi: 10.1007/978-3-031-46005-0_15.
4
Attention-based message passing and dynamic graph convolution for spatiotemporal data imputation.基于注意力的消息传递和动态图卷积在时空数据插补上的应用。
Sci Rep. 2023 Apr 27;13(1):6887. doi: 10.1038/s41598-023-34077-z.
5
Discrete Missing Data Imputation Using Multilayer Perceptron and Momentum Gradient Descent.使用多层感知机和动量梯度下降进行离散缺失数据插补。
Sensors (Basel). 2022 Jul 28;22(15):5645. doi: 10.3390/s22155645.
6
Covid-19 classification by FGCNet with deep feature fusion from graph convolutional network and convolutional neural network.基于图卷积网络和卷积神经网络的深度特征融合的FGCNet对新冠病毒病进行分类。
Inf Fusion. 2021 Mar;67:208-229. doi: 10.1016/j.inffus.2020.10.004. Epub 2020 Oct 9.