LGAIJun 13, 2024

A Comprehensive Graph Pooling Benchmark: Effectiveness, Robustness and Generalizability

arXiv:2406.09031v47 citationsHas Code
AI Analysis

This work provides a standardized benchmark for researchers in deep geometric learning, addressing a gap in fair evaluation, though it is incremental as it focuses on benchmarking rather than introducing new methods.

The authors tackled the lack of standardized evaluation for graph pooling methods by constructing a comprehensive benchmark with 17 methods and 28 datasets, systematically assessing effectiveness, robustness, and generalizability across tasks like graph classification and node classification.

Graph pooling has gained attention for its ability to obtain effective node and graph representations for various downstream tasks. Despite the recent surge in graph pooling approaches, there is a lack of standardized experimental settings and fair benchmarks to evaluate their performance. To address this issue, we have constructed a comprehensive benchmark that includes 17 graph pooling methods and 28 different graph datasets. This benchmark systematically assesses the performance of graph pooling methods in three dimensions, i.e., effectiveness, robustness, and generalizability. We first evaluate the performance of these graph pooling approaches across different tasks including graph classification, graph regression and node classification. Then, we investigate their performance under potential noise attacks and out-of-distribution shifts in real-world scenarios. We also involve detailed efficiency analysis, backbone analysis, parameter analysis and visualization to provide more evidence. Extensive experiments validate the strong capability and applicability of graph pooling approaches in various scenarios, which can provide valuable insights and guidance for deep geometric learning research. The source code of our benchmark is available at https://github.com/goose315/Graph_Pooling_Benchmark.

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