Git Product home page Git Product logo

giunet's Introduction

PyTorch Implementation of GIUNets

Created by Zahra Dehghanian @ Iowa State University,Saeed Saravani @ Iowa State University, and Alireza Amouzad @ Amirkabir University of Technology.

About

PyTorch implementation of GIUNets. Check http://proceedings.mlr.press/v97/gao19a/gao19a.pdf for more information.

Methods

pqPooling : Pooling Layer

gPool

pastUnpool : Unpooling Layer

gPool

GIUNet Structure

gPool

Installation

Type

./run_GNN.sh DATA FOLD GPU

to run on dataset using fold number (1-10).

You can run

./run_GNN.sh DD 0 0

to run on DD dataset with 10-fold cross validation on GPU #0.

Code

The detail implementation of GIUNet is in src/utils/ops.py.

Datasets

Check the "data/README.md" for the format.

Results

Models DD IMDBMULTI PROTEINS
PSCN 76.3 ± 2.6% 45.2 ± 2.8% 75.9 ± 2.8%
DIFFPOOL 80.6% - 76.3%
SAGPool 76.5% - 71.9%
GIN 82.0 ± 2.7% 52.3 ± 2.8% 76.2 ± 2.8%
g-U-Net 83.0 ± 2.2% 56.7 ± 2.9% 78.7 ± 4.2%

Reference

If you find the code useful, please cite our paper:

@inproceedings{gao2019graph,
    title={Graph U-Nets},
    author={Gao, Hongyang and Ji, Shuiwang},
    booktitle={International Conference on Machine Learning},
    pages={2083--2092},
    year={2019}
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.