paper-with-me

Papers

Second-Order Pooling for Graph Neural Networks

2020-07-20 · Zhengyang Wang, Shuiwang Ji

Graph neural networks have achieved great success in learning node representations for graph tasks such as node classification and link prediction. Graph representation learning requires graph pooling to obtain graph representations from node representations. It is challenging to develop graph pooling methods due to the variable sizes and isomorphic structures of graphs. In this work, we propose to use second-order pooling as graph pooling, which naturally solves the above challenges. In addition, compared to existing graph pooling methods, second-order pooling is able to use information from all nodes and collect second-order statistics, making it more powerful. We show that direct use of second-order pooling with graph neural networks leads to practical problems. To overcome these problems, we propose two novel global graph pooling methods based on second-order pooling; namely, bilinear mapping and attentional second-order pooling. In addition, we extend attentional second-order pooling to hierarchical graph pooling for more flexible use in GNNs. We perform thorough experiments on graph classification tasks to demonstrate the effectiveness and superiority of our proposed methods. Experimental results show that our methods improve the performance significantly and consistently.

📄 PDF Abstract BibTeX arXiv:2007.10467

Code (1)

divelab/sopool 공식 구현 pytorch

Tasks

Graph ClassificationGraph Representation LearningLink PredictionNode ClassificationRepresentation Learning

Similar Papers 제목 키워드 기반

MPool: Motif-Based Graph Pooling

2023-03-07 · Muhammad Ifte Khairul Islam, Max Khanov, Esra Akbas

Graph Neural networks (GNNs) have recently become a powerful technique for many graph-related tasks including graph classification. Current GNN models apply different graph pooling methods that reduce the number of nodes…

ClusteringGraph Classification

Recursive Neighborhood Pooling for Graph Representation Learning

2021-01-01 · Behrooz Tahmasebi, Stefanie Jegelka

While Graph Neural Networks (GNNs) have become increasingly popular architectures for learning with graphs, recent works have revealed important shortcomings in their expressive power. In response, several higher-order …

Graph Representation LearningRepresentation Learning

High-order Tensor Pooling with Attention for Action Recognition

2021-10-11 · Lei Wang, Ke Sun, Piotr Koniusz

We aim at capturing high-order statistics of feature vectors formed by a neural network, and propose end-to-end second- and higher-order pooling to form a tensor descriptor. Tensor descriptors require a robust similarity…

Action RecognitionScene RecognitionVocal Bursts Intensity Prediction

PCANet-II: When PCANet Meets the Second Order Pooling

2017-09-30 · Lei Tian, Xiaopeng Hong, Guoying Zhao, Chunxiao Fan 외

PCANet, as one noticeable shallow network, employs the histogram representation for feature pooling. However, there are three main problems about this kind of pooling method. First, the histogram-based pooling method bin…

Neural Pooling for Graph Neural Networks

2021-01-01 · Sai Sree Harsha, Deepak Mishra

Tasks such as graph classification, require graph pooling to learn graph-level representations from constituent node representations. In this work, we propose two novel methods using fully connected neural network layers…

ClassificationGeneral ClassificationGraph Classification