Loading Now

Summary of Sshpool: the Separated Subgraph-based Hierarchical Pooling, by Zhuo Xu et al.


SSHPool: The Separated Subgraph-based Hierarchical Pooling

by Zhuo Xu, Lixin Cui, Ming Li, Yue Wang, Ziyu Lyu, Hangyuan Du, Lu Bai, Philip S. Yu, Edwin R. Hancock

First submitted to arxiv on: 24 Mar 2024

Categories

  • Main: Artificial Intelligence (cs.AI)
  • Secondary: Machine Learning (cs.LG)

     Abstract of paper      PDF of paper


GrooveSquid.com Paper Summaries

GrooveSquid.com’s goal is to make artificial intelligence research accessible by summarizing AI papers in simpler terms. Each summary below covers the same AI paper, written at different levels of difficulty. The medium difficulty and low difficulty versions are original summaries written by GrooveSquid.com, while the high difficulty version is the paper’s original abstract. Feel free to learn from the version that suits you best!

Summary difficulty Written by Summary
High Paper authors High Difficulty Summary
Read the original abstract here
Medium GrooveSquid.com (original content) Medium Difficulty Summary
The paper introduces a novel local graph pooling method called Separated Subgraph-based Hierarchical Pooling (SSHPool) for graph classification tasks. The approach starts by clustering nodes in a sample graph, creating separate subgraphs that can be processed independently using local graph convolution units. This design choice helps avoid the over-smoothing problem common in Graph Neural Networks (GNNs). By hierarchically applying this process to coarsened graphs, SSHPool extracts hierarchical global features and captures intrinsic structural characteristics. The authors develop an end-to-end GNN framework that incorporates SSHPool for graph classification tasks. Experimental results demonstrate the superior performance of the proposed model on real-world datasets.
Low GrooveSquid.com (original content) Low Difficulty Summary
This paper creates a new way to analyze graph data by breaking it down into smaller parts and processing each part separately. It helps prevent mistakes that can happen when analyzing big graphs, making it more accurate. The authors also test their method on different types of data and show it works better than other methods.

Keywords

* Artificial intelligence  * Classification  * Clustering  * Gnn