Skip to content

PangYunsheng8/CGIPool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CGIPool

This repository contains the implementation of CGIPool presented in the following paper:

Yunsheng Pang, Yunxiang Zhao, Dongsheng Li. "Graph Pooling via Coarsened Graph Infomax" (SIGIR 2021). https://arxiv.org/abs/2105.01275

Introduction

Graph pooling that summaries the information in a large graph into a compact form is essential in hierarchical graph representation learning. Existing graph pooling methods either suffer from high computational complexity or cannot capture the global dependencies between graphs before and after pooling. To address the problems of existing graph pooling methods, we propose Coarsened Graph Infomax Pooling (CGIPool) that maximizes the mutual information between the input and the coarsened graph of each pooling layer to preserve graph-level dependencies. To achieve mutual information neural maximization, we apply contrastive learning and propose a self-attention-based algorithm for learning positive and negative samples. Extensive experimental results on seven datasets illustrate the superiority of CGIPool comparing to the state-of-the-art methods.

CGIPool

Citation

Please cite our paper if you use this code or datasets in your own work:

@inproceedings{pang2021graph,
  title={Graph Pooling via Coarsened Graph Infomax},
  author={Pang, Yunsheng and Zhao, Yunxiang and Li, Dongsheng},
  booktitle={ACM SIGIR Conference on Research and Development in Information Retrieval (SIGIR)},
  year={2021}
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages