用于图形级表征学习的图形显式池。

IF 6 1区 计算机科学 Q1 COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE
Chuang Liu , Wenhang Yu , Kuang Gao , Xueqi Ma , Yibing Zhan , Jia Wu , Wenbin Hu , Bo Du
{"title":"用于图形级表征学习的图形显式池。","authors":"Chuang Liu ,&nbsp;Wenhang Yu ,&nbsp;Kuang Gao ,&nbsp;Xueqi Ma ,&nbsp;Yibing Zhan ,&nbsp;Jia Wu ,&nbsp;Wenbin Hu ,&nbsp;Bo Du","doi":"10.1016/j.neunet.2024.106790","DOIUrl":null,"url":null,"abstract":"<div><div>Graph pooling has been increasingly recognized as crucial for Graph Neural Networks (GNNs) to facilitate hierarchical graph representation learning. Existing graph pooling methods commonly consist of two stages: selecting top-ranked nodes and discarding the remaining to construct coarsened graph representations. However, this paper highlights two key issues with these methods: <strong>(1)</strong> The process of selecting nodes to discard frequently employs additional Graph Convolutional Networks or Multilayer Perceptrons, lacking a thorough evaluation of each node’s impact on the final graph representation and subsequent prediction tasks. <strong>(2)</strong> Current graph pooling methods tend to directly discard the noise segment (dropped) of the graph without accounting for the latent information contained within these elements. To address the <strong>first</strong> issue, we introduce a novel <u>Gr</u>aph <u>e</u>xplicit <u>Pool</u>ing (GrePool) method, which selects nodes by explicitly leveraging the relationships between the nodes and final representation vectors crucial for classification. The <strong>second</strong> issue is addressed using an extended version of GrePool (<em>i.e.</em>, GrePool+), which applies a uniform loss on the discarded nodes. This addition is designed to augment the training process and improve classification accuracy. Furthermore, we conduct comprehensive experiments across 12 widely used datasets to validate our proposed method’s effectiveness, including the Open Graph Benchmark datasets. Our experimental results uniformly demonstrate that GrePool outperforms 14 baseline methods for most datasets. Likewise, implementing GrePool+ enhances GrePool’s performance without incurring additional computational costs. The code is available at <span><span>https://github.com/LiuChuang0059/GrePool</span><svg><path></path></svg></span>.</div></div>","PeriodicalId":49763,"journal":{"name":"Neural Networks","volume":null,"pages":null},"PeriodicalIF":6.0000,"publicationDate":"2024-10-11","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":"0","resultStr":"{\"title\":\"Graph explicit pooling for graph-level representation learning\",\"authors\":\"Chuang Liu ,&nbsp;Wenhang Yu ,&nbsp;Kuang Gao ,&nbsp;Xueqi Ma ,&nbsp;Yibing Zhan ,&nbsp;Jia Wu ,&nbsp;Wenbin Hu ,&nbsp;Bo Du\",\"doi\":\"10.1016/j.neunet.2024.106790\",\"DOIUrl\":null,\"url\":null,\"abstract\":\"<div><div>Graph pooling has been increasingly recognized as crucial for Graph Neural Networks (GNNs) to facilitate hierarchical graph representation learning. Existing graph pooling methods commonly consist of two stages: selecting top-ranked nodes and discarding the remaining to construct coarsened graph representations. However, this paper highlights two key issues with these methods: <strong>(1)</strong> The process of selecting nodes to discard frequently employs additional Graph Convolutional Networks or Multilayer Perceptrons, lacking a thorough evaluation of each node’s impact on the final graph representation and subsequent prediction tasks. <strong>(2)</strong> Current graph pooling methods tend to directly discard the noise segment (dropped) of the graph without accounting for the latent information contained within these elements. To address the <strong>first</strong> issue, we introduce a novel <u>Gr</u>aph <u>e</u>xplicit <u>Pool</u>ing (GrePool) method, which selects nodes by explicitly leveraging the relationships between the nodes and final representation vectors crucial for classification. The <strong>second</strong> issue is addressed using an extended version of GrePool (<em>i.e.</em>, GrePool+), which applies a uniform loss on the discarded nodes. This addition is designed to augment the training process and improve classification accuracy. Furthermore, we conduct comprehensive experiments across 12 widely used datasets to validate our proposed method’s effectiveness, including the Open Graph Benchmark datasets. Our experimental results uniformly demonstrate that GrePool outperforms 14 baseline methods for most datasets. Likewise, implementing GrePool+ enhances GrePool’s performance without incurring additional computational costs. The code is available at <span><span>https://github.com/LiuChuang0059/GrePool</span><svg><path></path></svg></span>.</div></div>\",\"PeriodicalId\":49763,\"journal\":{\"name\":\"Neural Networks\",\"volume\":null,\"pages\":null},\"PeriodicalIF\":6.0000,\"publicationDate\":\"2024-10-11\",\"publicationTypes\":\"Journal Article\",\"fieldsOfStudy\":null,\"isOpenAccess\":false,\"openAccessPdf\":\"\",\"citationCount\":\"0\",\"resultStr\":null,\"platform\":\"Semanticscholar\",\"paperid\":null,\"PeriodicalName\":\"Neural Networks\",\"FirstCategoryId\":\"94\",\"ListUrlMain\":\"https://www.sciencedirect.com/science/article/pii/S0893608024007147\",\"RegionNum\":1,\"RegionCategory\":\"计算机科学\",\"ArticlePicture\":[],\"TitleCN\":null,\"AbstractTextCN\":null,\"PMCID\":null,\"EPubDate\":\"\",\"PubModel\":\"\",\"JCR\":\"Q1\",\"JCRName\":\"COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE\",\"Score\":null,\"Total\":0}","platform":"Semanticscholar","paperid":null,"PeriodicalName":"Neural Networks","FirstCategoryId":"94","ListUrlMain":"https://www.sciencedirect.com/science/article/pii/S0893608024007147","RegionNum":1,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":null,"EPubDate":"","PubModel":"","JCR":"Q1","JCRName":"COMPUTER SCIENCE, ARTIFICIAL INTELLIGENCE","Score":null,"Total":0}
引用次数: 0

摘要

人们越来越认识到,图集合对于图神经网络(GNN)促进分层图表示学习至关重要。现有的图集合方法通常包括两个阶段:选择排名靠前的节点和丢弃剩余节点,以构建粗化图表示。然而,本文强调了这些方法的两个关键问题:(1) 在选择要丢弃的节点的过程中,经常使用额外的图卷积网络或多层感知器,缺乏对每个节点对最终图表示和后续预测任务的影响的全面评估。(2) 当前的图集合方法倾向于直接丢弃图中的噪声段(丢弃),而不考虑这些元素中包含的潜在信息。为了解决第一个问题,我们引入了一种新颖的图形显式池化(GrePool)方法,该方法通过显式利用节点与对分类至关重要的最终表示向量之间的关系来选择节点。第二个问题是使用 GrePool 的扩展版本(即 GrePool+)来解决的,该版本对丢弃的节点采用统一损失。这一新增功能旨在增强训练过程并提高分类准确性。此外,我们还在 12 个广泛使用的数据集上进行了综合实验,以验证我们提出的方法的有效性,其中包括开放图基准数据集。实验结果一致表明,GrePool 在大多数数据集上都优于 14 种基准方法。同样,GrePool+ 的实施在不增加计算成本的情况下提高了 GrePool 的性能。代码见 https://github.com/LiuChuang0059/GrePool。
本文章由计算机程序翻译,如有差异,请以英文原文为准。
Graph explicit pooling for graph-level representation learning
Graph pooling has been increasingly recognized as crucial for Graph Neural Networks (GNNs) to facilitate hierarchical graph representation learning. Existing graph pooling methods commonly consist of two stages: selecting top-ranked nodes and discarding the remaining to construct coarsened graph representations. However, this paper highlights two key issues with these methods: (1) The process of selecting nodes to discard frequently employs additional Graph Convolutional Networks or Multilayer Perceptrons, lacking a thorough evaluation of each node’s impact on the final graph representation and subsequent prediction tasks. (2) Current graph pooling methods tend to directly discard the noise segment (dropped) of the graph without accounting for the latent information contained within these elements. To address the first issue, we introduce a novel Graph explicit Pooling (GrePool) method, which selects nodes by explicitly leveraging the relationships between the nodes and final representation vectors crucial for classification. The second issue is addressed using an extended version of GrePool (i.e., GrePool+), which applies a uniform loss on the discarded nodes. This addition is designed to augment the training process and improve classification accuracy. Furthermore, we conduct comprehensive experiments across 12 widely used datasets to validate our proposed method’s effectiveness, including the Open Graph Benchmark datasets. Our experimental results uniformly demonstrate that GrePool outperforms 14 baseline methods for most datasets. Likewise, implementing GrePool+ enhances GrePool’s performance without incurring additional computational costs. The code is available at https://github.com/LiuChuang0059/GrePool.
求助全文
通过发布文献求助,成功后即可免费获取论文全文。 去求助
来源期刊
Neural Networks
Neural Networks 工程技术-计算机:人工智能
CiteScore
13.90
自引率
7.70%
发文量
425
审稿时长
67 days
期刊介绍: Neural Networks is a platform that aims to foster an international community of scholars and practitioners interested in neural networks, deep learning, and other approaches to artificial intelligence and machine learning. Our journal invites submissions covering various aspects of neural networks research, from computational neuroscience and cognitive modeling to mathematical analyses and engineering applications. By providing a forum for interdisciplinary discussions between biology and technology, we aim to encourage the development of biologically-inspired artificial intelligence.
×
引用
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学术官方微信