DMSPool: Dual Multi-Scale Pooling for Graph Representation Learning

Hualei Yu,Chong Luo,Yuntao Du,Hao Cheng,Meng Cao,Chongjun Wang
DOI: https://doi.org/10.1007/978-3-030-73194-6_25
2021-01-01
Abstract:Graph neural networks (GNNs) have recently become a powerful graph representation technique for graph-related tasks. However, the existing GNN models mainly focus on generalizing convolution and pooling operations in a pre-defined unified architecture, limiting the model's ability to capture meaningful information of nodes or local structures. Besides, the importance of subgraphs at various levels has not been well-reflected. To address the above challenges, we propose Dual Multi-Scale Pooling (DMSPool), which uses multiple architectures concurrently to integrate graph convolution and pooling modules in an end-to-end fashion. Specifically, these modules adopt multiple GNN architectures to learn node-level embeddings and nodes' importance from different aggregation iterations. Additionally, we employ attention mechanism to adaptively determine the contribution of subgraphs' representations at varying levels to graph classification and integrate them to perform the cross-scale graph level representation. Experiment results show that DMSPool achieves superior graph classification performance over the state-of-the-art graph representation learning methods.
What problem does this paper attempt to address?