Power-GNN:一种缓解图神经网络中幂律分布的图过采样方法

IF 3.4 2区 计算机科学 Q2 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE
Peidong Li, Zhenghong Zhong, Yangguang Zhao, Changheng Shao, Yi Sui, Rencheng Sun
{"title":"Power-GNN:一种缓解图神经网络中幂律分布的图过采样方法","authors":"Peidong Li,&nbsp;Zhenghong Zhong,&nbsp;Yangguang Zhao,&nbsp;Changheng Shao,&nbsp;Yi Sui,&nbsp;Rencheng Sun","doi":"10.1007/s10489-025-06421-5","DOIUrl":null,"url":null,"abstract":"<div><p>Since the advent of Graph Neural Networks (GNNs), they have been widely applied in the analysis and processing of graph data, especially demonstrating outstanding performance in semi-supervised node classification tasks. However, the class distribution in real-world graph data often exhibits a long-tail, imbalanced distribution, posing significant challenges to the classification performance of GNNs. Graph over-sampling methods address this by synthesizing new nodes for minority classes and creating corresponding edges, thus aiming to balance class representation and enhance model accuracy. Nonetheless, the degree distribution of nodes in reality also follows a power-law distribution, leading to synthesized nodes becoming low-degree tail nodes under existing edge construction strategies. This restricts their ability to acquire sufficient aggregation information, thereby degrading their representation quality and impacting classification outcomes. To address these challenges, this paper introduces Power-GNN, a novel graph data over-sampling framework tailored to tackle the dual challenges of imbalanced class distribution and the power-law distribution of node degrees. Power-GNN innovatively utilizes the power-law distribution of node degrees in a reverse manner. It strategically adds edges with high similarity to nodes with fewer connections, thereby amplifying the aggregation capability of synthesized nodes and boosting overall model performance. Through evaluations on multiple public benchmark datasets, Power-GNN has demonstrated superior performance over existing baselines across three common GNN architectures.</p></div>","PeriodicalId":8041,"journal":{"name":"Applied Intelligence","volume":"55 7","pages":""},"PeriodicalIF":3.4000,"publicationDate":"2025-04-10","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":"0","resultStr":"{\"title\":\"Power-GNN: a graph over-sampling method to mitigate power-law distribution in graph neural networks\",\"authors\":\"Peidong Li,&nbsp;Zhenghong Zhong,&nbsp;Yangguang Zhao,&nbsp;Changheng Shao,&nbsp;Yi Sui,&nbsp;Rencheng Sun\",\"doi\":\"10.1007/s10489-025-06421-5\",\"DOIUrl\":null,\"url\":null,\"abstract\":\"<div><p>Since the advent of Graph Neural Networks (GNNs), they have been widely applied in the analysis and processing of graph data, especially demonstrating outstanding performance in semi-supervised node classification tasks. However, the class distribution in real-world graph data often exhibits a long-tail, imbalanced distribution, posing significant challenges to the classification performance of GNNs. Graph over-sampling methods address this by synthesizing new nodes for minority classes and creating corresponding edges, thus aiming to balance class representation and enhance model accuracy. Nonetheless, the degree distribution of nodes in reality also follows a power-law distribution, leading to synthesized nodes becoming low-degree tail nodes under existing edge construction strategies. This restricts their ability to acquire sufficient aggregation information, thereby degrading their representation quality and impacting classification outcomes. To address these challenges, this paper introduces Power-GNN, a novel graph data over-sampling framework tailored to tackle the dual challenges of imbalanced class distribution and the power-law distribution of node degrees. Power-GNN innovatively utilizes the power-law distribution of node degrees in a reverse manner. It strategically adds edges with high similarity to nodes with fewer connections, thereby amplifying the aggregation capability of synthesized nodes and boosting overall model performance. Through evaluations on multiple public benchmark datasets, Power-GNN has demonstrated superior performance over existing baselines across three common GNN architectures.</p></div>\",\"PeriodicalId\":8041,\"journal\":{\"name\":\"Applied Intelligence\",\"volume\":\"55 7\",\"pages\":\"\"},\"PeriodicalIF\":3.4000,\"publicationDate\":\"2025-04-10\",\"publicationTypes\":\"Journal Article\",\"fieldsOfStudy\":null,\"isOpenAccess\":false,\"openAccessPdf\":\"\",\"citationCount\":\"0\",\"resultStr\":null,\"platform\":\"Semanticscholar\",\"paperid\":null,\"PeriodicalName\":\"Applied Intelligence\",\"FirstCategoryId\":\"94\",\"ListUrlMain\":\"https://link.springer.com/article/10.1007/s10489-025-06421-5\",\"RegionNum\":2,\"RegionCategory\":\"计算机科学\",\"ArticlePicture\":[],\"TitleCN\":null,\"AbstractTextCN\":null,\"PMCID\":null,\"EPubDate\":\"\",\"PubModel\":\"\",\"JCR\":\"Q2\",\"JCRName\":\"COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE\",\"Score\":null,\"Total\":0}","platform":"Semanticscholar","paperid":null,"PeriodicalName":"Applied Intelligence","FirstCategoryId":"94","ListUrlMain":"https://link.springer.com/article/10.1007/s10489-025-06421-5","RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":null,"EPubDate":"","PubModel":"","JCR":"Q2","JCRName":"COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE","Score":null,"Total":0}
引用次数: 0

摘要

自图神经网络(gnn)出现以来,它在图数据的分析和处理中得到了广泛的应用,特别是在半监督节点分类任务中表现出优异的性能。然而,现实世界图数据中的类分布往往呈现出长尾、不平衡的分布,这对gnn的分类性能提出了重大挑战。图过采样方法通过为少数类合成新的节点并创建相应的边来解决这个问题,从而平衡类表示并提高模型精度。然而,现实中节点的度分布也遵循幂律分布,导致在现有的边缘构建策略下,合成节点成为低度尾节点。这限制了它们获取足够聚合信息的能力,从而降低了它们的表示质量并影响了分类结果。为了解决这些挑战,本文引入了Power-GNN,这是一种新颖的图数据过采样框架,旨在解决类分布不平衡和节点度幂律分布的双重挑战。Power-GNN创新地以相反的方式利用了节点度的幂律分布。它策略性地在连接较少的节点上加入相似度高的边,从而增强了合成节点的聚合能力,提高了模型的整体性能。通过对多个公共基准数据集的评估,Power-GNN在三种常见GNN架构的现有基线上表现出了卓越的性能。
本文章由计算机程序翻译,如有差异,请以英文原文为准。

Power-GNN: a graph over-sampling method to mitigate power-law distribution in graph neural networks

Power-GNN: a graph over-sampling method to mitigate power-law distribution in graph neural networks

Since the advent of Graph Neural Networks (GNNs), they have been widely applied in the analysis and processing of graph data, especially demonstrating outstanding performance in semi-supervised node classification tasks. However, the class distribution in real-world graph data often exhibits a long-tail, imbalanced distribution, posing significant challenges to the classification performance of GNNs. Graph over-sampling methods address this by synthesizing new nodes for minority classes and creating corresponding edges, thus aiming to balance class representation and enhance model accuracy. Nonetheless, the degree distribution of nodes in reality also follows a power-law distribution, leading to synthesized nodes becoming low-degree tail nodes under existing edge construction strategies. This restricts their ability to acquire sufficient aggregation information, thereby degrading their representation quality and impacting classification outcomes. To address these challenges, this paper introduces Power-GNN, a novel graph data over-sampling framework tailored to tackle the dual challenges of imbalanced class distribution and the power-law distribution of node degrees. Power-GNN innovatively utilizes the power-law distribution of node degrees in a reverse manner. It strategically adds edges with high similarity to nodes with fewer connections, thereby amplifying the aggregation capability of synthesized nodes and boosting overall model performance. Through evaluations on multiple public benchmark datasets, Power-GNN has demonstrated superior performance over existing baselines across three common GNN architectures.

求助全文
通过发布文献求助,成功后即可免费获取论文全文。 去求助
来源期刊
Applied Intelligence
Applied Intelligence 工程技术-计算机:人工智能
CiteScore
6.60
自引率
20.80%
发文量
1361
审稿时长
5.9 months
期刊介绍: With a focus on research in artificial intelligence and neural networks, this journal addresses issues involving solutions of real-life manufacturing, defense, management, government and industrial problems which are too complex to be solved through conventional approaches and require the simulation of intelligent thought processes, heuristics, applications of knowledge, and distributed and parallel processing. The integration of these multiple approaches in solving complex problems is of particular importance. The journal presents new and original research and technological developments, addressing real and complex issues applicable to difficult problems. It provides a medium for exchanging scientific research and technological achievements accomplished by the international community.
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
确定
请完成安全验证×
copy
已复制链接
快去分享给好友吧!
我知道了
右上角分享
点击右上角分享
0
联系我们:info@booksci.cn Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。 Copyright © 2023 布克学术 All rights reserved.
京ICP备2023020795号-1
ghs 京公网安备 11010802042870号
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术官方微信