Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sunfanyunn/InfoGraph

Official code for "InfoGraph: Unsupervised and Semi-supervised Graph-Level Representation Learning via Mutual Information Maximization" (ICLR 2020, spotlight)
https://github.com/sunfanyunn/InfoGraph

graph-level-representation graph-neural-networks infograph mutual-information-neural-estimator

Last synced: about 2 months ago
JSON representation

Official code for "InfoGraph: Unsupervised and Semi-supervised Graph-Level Representation Learning via Mutual Information Maximization" (ICLR 2020, spotlight)

Awesome Lists containing this project

README

        

## InfoGraph: Unsupervised and Semi-supervised Graph-Level Representation Learning via Mutual Information Maximization
#### Authors: [Fan-yun Sun](https://fanyun-sun.github.io/fanyun-sun.github.io), [Jordan Hoffman](https://jhoffmann.org/), [Vikas Verma](http://vikasverma1077.github.io/), [Jian Tang](https://jian-tang.com/)
#### [Link to Paper](https://openreview.net/forum?id=r1lfF2NYvH)

Tested on pytorch 1.6.0 and [pytorch\_geometric](https://github.com/rusty1s/pytorch_geometric) 1.6.1

Experiments reported on the paper are conducted in 2019 with `pytorch_geometric==1.3.1`.
Note that the code regarding of QM9 dataset in pytorch\_geometric has been changed since then. Thus, if you run this codebase with `pytorch_geometric>=1.6.1`, you may obtain results different from those reported on the paper.

### Citation

Please cite [our paper](https://openreview.net/pdf?id=r1lfF2NYvH) if you use this code in your own work:

```
@inproceedings{sun2019infograph,
title={InfoGraph: Unsupervised and Semi-supervised Graph-Level Representation Learning via Mutual Information Maximization},
author={Sun, Fan-Yun and Hoffman, Jordan and Verma, Vikas and Tang, Jian},
booktitle={International Conference on Learning Representations},
year={2019}
}
```

We thank the following work: [Deep InfoMax](https://github.com/rdevon/DIM)