paper-with-me

홈 › Papers

Co-attention Graph Pooling for Efficient Pairwise Graph Interaction Learning

2023-07-28 · Junhyun Lee, Bumsoo Kim, Minji Jeon, Jaewoo Kang

Graph Neural Networks (GNNs) have proven to be effective in processing and learning from graph-structured data. However, previous works mainly focused on understanding single graph inputs while many real-world applications require pair-wise analysis for graph-structured data (e.g., scene graph matching, code searching, and drug-drug interaction prediction). To this end, recent works have shifted their focus to learning the interaction between pairs of graphs. Despite their improved performance, these works were still limited in that the interactions were considered at the node-level, resulting in high computational costs and suboptimal performance. To address this issue, we propose a novel and efficient graph-level approach for extracting interaction representations using co-attention in graph pooling. Our method, Co-Attention Graph Pooling (CAGPool), exhibits competitive performance relative to existing methods in both classification and regression tasks using real-world datasets, while maintaining lower computational complexity.

📄 PDF Abstract BibTeX arXiv:2307.15377

Code (1)

leejunhyun/coattentiongraphpooling 공식 구현 pytorch

Tasks

Graph Matching

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Diversified Node Sampling based Hierarchical Transformer Pooling for Graph Representation Learning

2023-10-31 · Gaichao Li, Jinsong Chen, John E. Hopcroft, Kun He

Graph pooling methods have been widely used on downsampling graphs, achieving impressive results on multiple graph-level tasks like graph classification and graph generation. An important line called node dropping poolin…

Graph ClassificationGraph GenerationGraph Representation LearningRepresentation Learning

Cell Attention Networks

2022-09-16 · Lorenzo Giusti, Claudio Battiloro, Lucia Testa, Paolo Di Lorenzo 외

Since their introduction, graph attention networks achieved outstanding results in graph representation learning tasks. However, these networks consider only pairwise relationships among nodes and then they are not able …

Graph AttentionGraph ClassificationGraph Representation LearningRepresentation Learning

Multivariate Time Series Classification with Hierarchical Variational Graph Pooling

2020-10-12 · Ziheng Duan, Haoyan Xu, Yueyang Wang, Yida Huang 외

With the advancement of sensing technology, multivariate time series classification (MTSC) has recently received considerable attention. Existing deep learning-based MTSC techniques, which mostly rely on convolutional or…

ClassificationDecoderGeneral ClassificationGraph Classification+6

Structure-aware Interactive Graph Neural Networks for the Prediction of Protein-Ligand Binding Affinity

2021-07-21 · Shuangli Li, Jingbo Zhou, Tong Xu, Liang Huang 외

Drug discovery often relies on the successful prediction of protein-ligand binding affinity. Recent advances have shown great promise in applying graph neural networks (GNNs) for better affinity prediction by learning th…

Drug DiscoveryGraph AttentionGraph Neural NetworkProtein-Ligand Affinity Prediction

High-Order Pooling for Graph Neural Networks with Tensor Decomposition

2022-05-24 · Chenqing Hua, Guillaume Rabusseau, Jian Tang

Graph Neural Networks (GNNs) are attracting growing attention due to their effectiveness and flexibility in modeling a variety of graph-structured data. Exiting GNN architectures usually adopt simple pooling operations (…

ClassificationGraph ClassificationGraph Neural NetworkNode Classification+2