C2N-ABDP: Cluster-to-Node Attention-Based Differentiable Pooling.

Rongji Ye,Lixin Cui,Luca Rossi,Yue Wang,Zhuo Xu,Lu Bai,Edwin R. Hancock
DOI: https://doi.org/10.1007/978-3-031-42795-4_7
2023-01-01
Abstract:Graph neural networks have achieved state-of-the-art performance in various graph based tasks, including classification and regression at both node and graph level. In the context of graph classification, graph pooling plays an important role in reducing the number of graph nodes and allowing the graph neural network to learn a hierarchical representation of the input graph. However, most graph pooling methods fail to effectively preserve graph structure information and node feature information when reducing the number of nodes. At the same time, the existing hierarchical differentiable graph pooling methods cannot effectively calculate the importance of nodes and thus cannot effectively aggregate node information. In this paper, we propose an attention-based differentiable pooling method, which aggregates nodes into clusters when reducing the scale of the graph, uses singular value decomposition to calculate cluster information during the aggregation process, and captures node importance information through a novel attention mechanism. The experimental results show that our approach outperforms competitive models on benchmark datasets.
What problem does this paper attempt to address?