MPool: Motif-Based Graph Pooling

Published: 01 Jan 2023, Last Modified: 11 Sept 2024PAKDD (2) 2023EveryoneRevisionsBibTeXCC BY-SA 4.0
Abstract: Recently, Graph Neural Networks (GNNs) have emerged as a powerful technique for various graph-related tasks. Current GNN models apply different graph pooling methods that reduce the number of nodes and edges to learn the higher-order structure of the graph in a hierarchical way. However, these methods primarily rely on the one-hop neighborhood and do not consider the higher-order structure of the graph. To address this issue, in this work, we propose a multi-channel Motif-based Graph Pooling method named (MPool) that captures the higher-order graph structure with motif and also considers the local and global graph structure through a combination of selection and clustering-based pooling operations. In the first channel, we develop node selection-based graph pooling by designing a node ranking model considering the motif adjacency of nodes. In the second channel, we develop cluster-based graph pooling by designing a spectral clustering model using motif adjacency. Finally, the result of each channel is aggregated into the final graph representation. We perform extensive experiments and demonstrate that our proposed method outperforms the baseline methods for graph classification tasks on eight benchmark datasets.
Loading