Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Haar Graph Pooling

About

Deep Graph Neural Networks (GNNs) are useful models for graph classification and graph-based regression tasks. In these tasks, graph pooling is a critical ingredient by which GNNs adapt to input graphs of varying size and structure. We propose a new graph pooling operation based on compressive Haar transforms -- HaarPooling. HaarPooling implements a cascade of pooling operations; it is computed by following a sequence of clusterings of the input graph. A HaarPooling layer transforms a given input graph to an output graph with a smaller node number and the same feature dimension; the compressive Haar transform filters out fine detail information in the Haar wavelet domain. In this way, all the HaarPooling layers together synthesize the features of any given input graph into a feature vector of uniform size. Such transforms provide a sparse characterization of the data and preserve the structure information of the input graph. GNNs implemented with standard graph convolution layers and HaarPooling layers achieve state of the art performance on diverse graph classification and regression problems.

Yu Guang Wang, Ming Li, Zheng Ma, Guido Montufar, Xiaosheng Zhuang, Yanan Fan• 2019

Related benchmarks

TaskDatasetResultRank
Graph ClassificationPROTEINS
Accuracy73.23
742
Graph ClassificationMutag (test)
Accuracy74.17
217
Graph ClassificationPROTEINS (test)
Accuracy75.12
180
Graph ClassificationIMDB-B (test)
Accuracy72.46
134
Graph ClassificationHIV OGB (test)
ROC AUC72.66
33
Graph ClassificationIMDB-B Social TU (10-fold cross val)
Accuracy73.29
14
Graph ClassificationIMDB-M Social TU (10-fold cross validation)
Accuracy49.98
14
Graph ClassificationHIV Molecule OGB (standard)
ROC AUC0.6611
14
Graph ClassificationD&D TU (test)
Accuracy75.85
13
Graph ClassificationD&D
Accuracy77.4
11
Showing 10 of 10 rows

Other info

Follow for update