StructPool: Structured Graph Pooling via Conditional Random Fields
Abstract
Learning high-level representations for graphs is of great importance for graph analysis tasks. In addition to graph convolution, graph pooling is an important but less explored research area. In particular, most of existing graph pooling techniques do not consider the graph structural information explicitly. We argue that such information is important and develop a novel graph pooling technique, know as the StructPool, in this work. We consider the graph pooling as a node clustering problem, which requires the learning of a cluster assignment matrix. We propose to formulate it as a structured prediction problem and employ conditional random fields to capture the relationships among assignments of different nodes. We also generalize our method to incorporate graph topological information in designing the Gibbs energy function. Experimental results on multiple datasets demonstrate the effectiveness of our proposed StructPool.
Cite
Text
Yuan and Ji. "StructPool: Structured Graph Pooling via Conditional Random Fields." International Conference on Learning Representations, 2020.Markdown
[Yuan and Ji. "StructPool: Structured Graph Pooling via Conditional Random Fields." International Conference on Learning Representations, 2020.](https://mlanthology.org/iclr/2020/yuan2020iclr-structpool/)BibTeX
@inproceedings{yuan2020iclr-structpool,
title = {{StructPool: Structured Graph Pooling via Conditional Random Fields}},
author = {Yuan, Hao and Ji, Shuiwang},
booktitle = {International Conference on Learning Representations},
year = {2020},
url = {https://mlanthology.org/iclr/2020/yuan2020iclr-structpool/}
}