SILGJan 30, 2020

Structure-Feature based Graph Self-adaptive Pooling

arXiv:2002.00848v172 citations
AI Analysis

This work addresses graph pooling for researchers in graph neural networks, offering an incremental improvement over existing methods.

The paper tackled the problem of graph pooling by addressing limitations in existing top-k selection methods, such as simplistic node importance evaluation and loss of feature information from unselected nodes, and proposed a novel self-adaptive pooling method that simultaneously considers structure and feature information to enhance graph classification, achieving state-of-the-art performance on four datasets.

Various methods to deal with graph data have been proposed in recent years. However, most of these methods focus on graph feature aggregation rather than graph pooling. Besides, the existing top-k selection graph pooling methods have a few problems. First, to construct the pooled graph topology, current top-k selection methods evaluate the importance of the node from a single perspective only, which is simplistic and unobjective. Second, the feature information of unselected nodes is directly lost during the pooling process, which inevitably leads to a massive loss of graph feature information. To solve these problems mentioned above, we propose a novel graph self-adaptive pooling method with the following objectives: (1) to construct a reasonable pooled graph topology, structure and feature information of the graph are considered simultaneously, which provide additional veracity and objectivity in node selection; and (2) to make the pooled nodes contain sufficiently effective graph information, node feature information is aggregated before discarding the unimportant nodes; thus, the selected nodes contain information from neighbor nodes, which can enhance the use of features of the unselected nodes. Experimental results on four different datasets demonstrate that our method is effective in graph classification and outperforms state-of-the-art graph pooling methods.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes