Edge but Not Least: Cross-View Graph Pooling
Abstract
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 succinct graph-level representation through aggregating node embeddings obtained via graph convolution. However, most graph pooling methods are heavily node-centric and are unable to fully leverage the crucial information contained in global graph structure. This paper presents a cross-view graph pooling (Co-Pooling) method to better exploit crucial graph structure information. The proposed Co-Pooling fuses pooled representations learnt from both node view and edge view. Through cross-view interaction, edge-view pooling and node-view pooling seamlessly reinforce each other to learn more informative graph-level representations. Co-Pooling has the advantage of handling various graphs with different types of node attributes. Extensive experiments on a total of 15 graph benchmark datasets validate the effectiveness of our proposed method, demonstrating its superior performance over state-of-the-art pooling methods on both graph classification and graph regression tasks.
Cite
Text
Zhou et al. "Edge but Not Least: Cross-View Graph Pooling." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2022. doi:10.1007/978-3-031-26390-3_21Markdown
[Zhou et al. "Edge but Not Least: Cross-View Graph Pooling." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2022.](https://mlanthology.org/ecmlpkdd/2022/zhou2022ecmlpkdd-edge/) doi:10.1007/978-3-031-26390-3_21BibTeX
@inproceedings{zhou2022ecmlpkdd-edge,
title = {{Edge but Not Least: Cross-View Graph Pooling}},
author = {Zhou, Xiaowei and Yin, Jie and Tsang, Ivor W.},
booktitle = {European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases},
year = {2022},
pages = {344-359},
doi = {10.1007/978-3-031-26390-3_21},
url = {https://mlanthology.org/ecmlpkdd/2022/zhou2022ecmlpkdd-edge/}
}