Giter Site home page Giter Site logo

aug-mae's Introduction

Rethinking Graph Masked Autoencoders through Alignment and Uniformity

model

This is the code for the AAAI'24 Paper: Rethinking Graph Masked Autoencoders through Alignment and Uniformity.

Usage

For quick start, you could run the scripts:

Node classification

sh scripts/run_transductive.sh <dataset_name> <gpu_id> # for transductive node classification
# example: sh scripts/run_transductive.sh cora/citeseer/pubmed/ogbn-arxiv 0
sh scripts/run_inductive.sh <dataset_name> <gpu_id> # for inductive node classification
# example: sh scripts/run_inductive.sh reddit/ppi 0

# Or you could run the code manually:
# for transductive node classification
python main_transductive.py --dataset cora --seed 0 --device 0 --use_cfg
# for inductive node classification
python main_inductive.py --dataset ppi --seed 0 --device 0 --use_cfg

Supported datasets:

  • transductive node classification: cora, citeseer, pubmed, corafull, wikics,ogbn-arxiv,flickr
  • inductive node classification: ppi, reddit

Graph classification

sh scripts/run_graph.sh <dataset_name> <gpu_id>
# example: sh scripts/run_graph.sh mutag/imdb-b/imdb-m/proteins/... 0 

# Or you could run the code manually:
python main_graph.py --dataset IMDB-BINARY  --seed 0 --device 0 --use_cfg

Supported datasets:

  • IMDB-BINARY, IMDB-MULTI, PROTEINS, MUTAG, COLLAB,PTC-MR,REDDIT-BINERY

Requirements

  • Python >= 3.9.5
  • PyTorch >= 1.11.0
  • dgl >= 1.0.0
  • scikit-learn >= 1.0.2
  • PyYAML
  • ogb
  • tqdm

Citation

Please cite our paper if you use the code:

@article{wang2024augmae,
  author       = {Liang Wang and Xiang Tao and Qiang Liu and Shu Wu and Liang Wang},
  title        = {Rethinking Graph Masked Autoencoders through Alignment and Uniformity},
  journal      = {arXiv},
  volume       = {abs/2402.07225},
  year         = {2024}
}

aug-mae's People

Contributors

azureleon1 avatar opilgrim avatar

Stargazers

JamesW avatar  avatar  avatar  avatar ZiHao Chen avatar AliothF avatar april211 avatar sakurai-lmd avatar

Watchers

Kostas Georgiou avatar  avatar

Forkers

azureleon1

aug-mae's Issues

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.