Machine learningDeep learning / NLP / CV
弱监督图神经网络
弱监督图神经网络(WS-GNN)是一种图深度学习方法,当只有嘈杂、不完整或间接获得的标签时,它能从图结构数据(节点、边及其属性)中学习。通过将 GNN 消息传递与噪声鲁棒的训练策略相结合,它将图学习扩展到了难以获得干净、完全标注图的现实场景。
阅读完整方法
仅限会员
登录使用免费账户登录即可阅读本节。
Method map
The neighbourhood of related methods — select a node to explore.
来源
- Kipf, T. N., & Welling, M. (2017). Semi-supervised classification with graph convolutional networks. In Proceedings of the 5th International Conference on Learning Representations (ICLR 2017). link ↗
- Zhou, J., Cui, G., Hu, S., Zhang, Z., Yang, C., Liu, Z., Wang, L., Li, C., & Sun, M. (2020). Graph neural networks: A review of methods and applications. AI Open, 1, 57–81. DOI: 10.1016/j.aiopen.2021.01.001 ↗
如何引用本页
ScholarGate. (2026, June 3). Weakly Supervised Graph Neural Network. ScholarGate. https://scholargate.app/zh/deep-learning/weakly-supervised-graph-neural-network
Which method?
Set this method beside its closest kin and read them side by side — the library lays the books on the table; the choice is yours.
- 图卷积网络 (GCN)深度学习↔ compare
- 图神经网络网络分析↔ compare
- 标签传播机器学习↔ compare
- 半监督图神经网络深度学习↔ compare
- 弱监督卷积神经网络深度学习↔ compare
- 弱监督 Transformer深度学习↔ compare