paper-with-me

Papers

Edge-Based Graph Component Pooling

2024-09-18 · T. Snelleman, B. M. Renting, H. H. Hoos, J. N. van Rijn

Graph-structured data naturally occurs in many research fields, such as chemistry and sociology. The relational information contained therein can be leveraged to statistically model graph properties through geometrical deep learning. Graph neural networks employ techniques, such as message-passing layers, to propagate local features through a graph. However, message-passing layers can be computationally expensive when dealing with large and sparse graphs. Graph pooling operators offer the possibility of removing or merging nodes in such graphs, thus lowering computational costs. However, pooling operators that remove nodes cause data loss, and pooling operators that merge nodes are often computationally expensive. We propose a pooling operator that merges nodes so as not to cause data loss but is also conceptually simple and computationally inexpensive. We empirically demonstrate that the proposed pooling operator performs statistically significantly better than edge pool on four popular benchmark datasets while reducing time complexity and the number of trainable parameters by 70.6% on average. Compared to another maximally powerful method named Graph Isomporhic Network, we show that we outperform them on two popular benchmark datasets while reducing the number of learnable parameters on average by 60.9%.

📄 PDF Abstract BibTeX arXiv:2409.11856

Code (0)

등록된 구현이 없습니다.

Tasks

Sociology

Similar Papers 제목 키워드 기반

Graph Pooling for Graph Neural Networks: Progress, Challenges, and Opportunities

2022-04-15 · Chuang Liu, Yibing Zhan, Jia Wu, Chang Li 외

Graph neural networks have emerged as a leading architecture for many graph-level tasks, such as graph classification and graph generation. As an essential component of the architecture, graph pooling is indispensable fo…

Graph ClassificationGraph Generation

Edge Representation Learning with Hypergraphs

2021-06-30 · NeurIPS 2021 12 · Jaehyeong Jo, Jinheon Baek, Seul Lee, DongKi Kim 외

Graph neural networks have recently achieved remarkable success in representing graph-structured data, with rapid progress in both the node embedding and graph pooling methods. Yet, they mostly focus on capturing informa…

Graph ClassificationGraph ReconstructionGraph Representation LearningRepresentation Learning

Edge Contraction Pooling for Graph Neural Networks

2019-05-27 · Frederik Diehl

Graph Neural Network (GNN) research has concentrated on improving convolutional layers, with little attention paid to developing graph pooling layers. Yet pooling layers can enable GNNs to reason over abstracted groups o…

General ClassificationGraph ClassificationGraph Neural Network

Multi-View Node Pruning for Accurate Graph Representation

2025-03-14 · Jiseong Park, Hanjin Kim, Seojin Kim, Jueun Choi

Graph pooling, which compresses a whole graph into a smaller coarsened graph, is an essential component of graph representation learning. To efficiently compress a given graph, graph pooling methods often drop their node…

Graph Representation LearningRepresentation Learning

Edge but not Least: Cross-View Graph Pooling

2021-09-24 · Xiaowei Zhou, Jie Yin, Ivor W. Tsang

Graph neural networks have emerged as a powerful model for graph representation learning to undertake graph-level prediction tasks. Various graph pooling methods have been developed to coarsen an input graph into a succi…

Graph ClassificationGraph RegressionGraph Representation LearningRepresentation Learning