paper-with-me

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 and edges to learn the higher-order structure of the graph in a hierarchical way. All these methods primarily rely on the one-hop neighborhood. However, they do not consider the higher- order structure of the graph. In this work, we propose a multi-channel Motif-based Graph Pooling method named (MPool) captures the higher-order graph structure with motif and local and global graph structure with a combination of selection and clustering-based pooling operations. As the first channel, we develop node selection-based graph pooling by designing a node ranking model considering the motif adjacency of nodes. As the second channel, we develop cluster-based graph pooling by designing a spectral clustering model using motif adjacency. As the final layer, the result of each channel is aggregated into the final graph representation. We perform extensive experiments on eight benchmark datasets and show that our proposed method shows better accuracy than the baseline methods for graph classification tasks.

📄 PDF Abstract BibTeX arXiv:2303.03654

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringGraph Classification

Methods 이 논문이 사용한 방법론

Spectral Clustering Spectral clustering has attracted increasing attention due to the promising ability in dealing with nonlinearly separable datasets [15], [16]. In spectral clustering, the…

Similar Papers 제목 키워드 기반

CommPOOL: An Interpretable Graph Pooling Framework for Hierarchical Graph Representation Learning

2020-12-10 · Haoteng Tang, Guixiang Ma, Lifang He, Heng Huang 외

Recent years have witnessed the emergence and flourishing of hierarchical graph pooling neural networks (HGPNNs) which are effective graph representation learning approaches for graph level tasks such as graph classifica…

Graph ClassificationGraph Representation LearningRepresentation Learning

SemPool: Simple, robust, and interpretable KG pooling for enhancing language models

2024-02-03 · Costas Mavromatis, Petros Karypis, George Karypis

Knowledge Graph (KG) powered question answering (QA) performs complex reasoning over language semantics as well as knowledge facts. Graph Neural Networks (GNNs) learn to aggregate information from the underlying KG, whic…

Question Answering

SimPool: Towards Topology Based Graph Pooling with Structural Similarity Features

2020-06-03 · Yaniv Shulman

Deep learning methods for graphs have seen rapid progress in recent years with much focus awarded to generalising Convolutional Neural Networks (CNN) to graph data. CNNs are typically realised by alternating convolutiona…

Graph ClassificationGraph Neural Network

Grouping-matrix based Graph Pooling with Adaptive Number of Clusters

2022-09-07 · Sung Moon Ko, Sungjun Cho, Dae-Woong Jeong, Sehui Han 외

Graph pooling is a crucial operation for encoding hierarchical structures within graphs. Most existing graph pooling approaches formulate the problem as a node clustering task which effectively captures the graph topolog…

Binary ClassificationMolecular Property PredictionNode ClusteringProperty Prediction

Keep It SimPool: Who Said Supervised Transformers Suffer from Attention Deficit?

2023-09-13 · ICCV 2023 1 · Bill Psomas, Ioannis Kakogeorgiou, Konstantinos Karantzalos, Yannis Avrithis

Convolutional networks and vision transformers have different forms of pairwise interactions, pooling across layers and pooling at the end of the network. Does the latter really need to be different? As a by-product of p…

Image ClassificationImage RetrievalMetric LearningObject Discovery+3