paper-with-me

Papers

SSHPool: The Separated Subgraph-based Hierarchical Pooling

2024-03-24 · Zhuo Xu, Lixin Cui, Ming Li, Yue Wang, Ziyu Lyu, Hangyuan Du, Lu Bai, Philip S. Yu, Edwin R. Hancock

In this paper, we develop a novel local graph pooling method, namely the Separated Subgraph-based Hierarchical Pooling (SSHPool), for graph classification. We commence by assigning the nodes of a sample graph into different clusters, resulting in a family of separated subgraphs. We individually employ the local graph convolution units as the local structure to further compress each subgraph into a coarsened node, transforming the original graph into a coarsened graph. Since these subgraphs are separated by different clusters and the structural information cannot be propagated between them, the local convolution operation can significantly avoid the over-smoothing problem caused by message passing through edges in most existing Graph Neural Networks (GNNs). By hierarchically performing the proposed procedures on the resulting coarsened graph, the proposed SSHPool can effectively extract the hierarchical global features of the original graph structure, encapsulating rich intrinsic structural characteristics. Furthermore, we develop an end-to-end GNN framework associated with the SSHPool module for graph classification. Experimental results demonstrate the superior performance of the proposed model on real-world datasets.

📄 PDF Abstract BibTeX arXiv:2403.16133

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Classification

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Subgraph Attention for Node Classification and Hierarchical Graph Pooling

2019-09-25 · Sambaran Bandyopadhyay, Manasvi Aggarwal, M. N. Murty

Graph neural networks have gained significant interest from the research community for both node classification within a graph and graph classification within a set of graphs. Attention mechanism applied on the neighborh…

ClassificationGraph ClassificationNode Classification

HC-GAE: The Hierarchical Cluster-based Graph Auto-Encoder for Graph Representation Learning

2024-05-23 · Zhuo Xu, Lu Bai, Lixin Cui, Ming Li 외

Graph Auto-Encoders (GAEs) are powerful tools for graph representation learning. In this paper, we develop a novel Hierarchical Cluster-based GAE (HC-GAE), that can learn effective structural characteristics for graph da…

DecoderGraph ClassificationGraph Representation LearningNode Classification+1

SUGAR: Subgraph Neural Network with Reinforcement Pooling and Self-Supervised Mutual Information Mechanism

2021-01-20 · Qingyun Sun, JianXin Li, Hao Peng, Jia Wu 외

Graph representation learning has attracted increasing research attention. However, most existing studies fuse all structural features and node attributes to provide an overarching view of graphs, neglecting finer substr…

Graph ClassificationGraph Neural NetworkGraph Representation LearningRepresentation Learning

Hierarchical Graph Pooling with Structure Learning

2019-11-14 · Zhen Zhang, Jiajun Bu, Martin Ester, Jianfeng Zhang 외

Graph Neural Networks (GNNs), which generalize deep neural networks to graph-structured data, have drawn considerable attention and achieved state-of-the-art performance in numerous graph related tasks. However, existing…

Graph ClassificationGraph Neural NetworkRepresentation Learning

Soft-mask: Adaptive Substructure Extractions for Graph Neural Networks

2022-06-11 · Mingqi Yang, Yanming Shen, Heng Qi, BaoCai Yin

For learning graph representations, not all detailed structures within a graph are relevant to the given graph tasks. Task-relevant structures can be $localized$ or $sparse$ which are only involved in subgraphs or charac…

Graph Neural NetworkRepresentation Learning