Skip to content

Multiresolution Graph Transformers and Wavelet Positional Encoding for Learning Hierarchical Structures https://arxiv.org/pdf/2302.08647.pdf

Notifications You must be signed in to change notification settings

chgaul/Multires-Graph-Transformer

 
 

Repository files navigation

Multiresolution Graph Transformers and Wavelet Positional Encoding for Learning Hierarchical Structures

Paper: https://arxiv.org/pdf/2302.08647.pdf

Contributors:

  • Ngo Nhat Khang
  • Hy Truong Son (Correspondent / PI)

Requirements

Run

Peptides Datasets

 sh scripts/train_peptides_struct.sh 
 sh scripts/train_peptides_func.sh 

Polymer Datasets

 sh scripts/train_polymer.sh 

Protein-Ligand Binding Affinity Datasets

Please download the dataset from https://zenodo.org/record/4914718, and unzip them to the folder data/lba.
Then, you can preprocess them by running

  python3 preprocess.py

Finally, to train the model, run:

  sh scripts/train_lba.sh

References

@article{ngo2023multiresolution,
  title={Multiresolution Graph Transformers and Wavelet Positional Encoding for Learning Hierarchical Structures},
  author={Ngo, Nhat Khang and Hy, Truong Son and Kondor, Risi},
  journal={arXiv preprint arXiv:2302.08647},
  year={2023}
}
@inproceedings{
  dwivedi2022long,
  title={Long Range Graph Benchmark},
  author={Vijay Prakash Dwivedi and Ladislav Ramp{\'a}{\v{s}}ek and Mikhail Galkin and Ali Parviz and Guy Wolf and Anh Tuan Luu and Dominique Beaini},
  booktitle={Thirty-sixth Conference on Neural Information Processing Systems Datasets and Benchmarks Track},
  year={2022},
  url={https://openreview.net/forum?id=in7XC5RcjEn}
}
@article{st2019message,
  title={Message-passing neural networks for high-throughput polymer screening},
  author={St. John, Peter C and Phillips, Caleb and Kemper, Travis W and Wilson, A Nolan and Guan, Yanfei and Crowley, Michael F and Nimlos, Mark R and Larsen, Ross E},
  journal={The Journal of chemical physics},
  volume={150},
  number={23},
  pages={234111},
  year={2019},
  publisher={AIP Publishing LLC}
}
@inproceedings{townshend2021atomd,
title={{ATOM}3D: Tasks on Molecules in Three Dimensions},
author={Raphael John Lamarre Townshend and Martin V{\"o}gele and Patricia Adriana Suriana and Alexander Derry and Alexander Powers and Yianni Laloudakis and Sidhika Balachandar and Bowen Jing and Brandon M. Anderson and Stephan Eismann and Risi Kondor and Russ Altman and Ron O. Dror},
booktitle={Thirty-fifth Conference on Neural Information Processing Systems Datasets and Benchmarks Track (Round 1)},
year={2021},
url={https://openreview.net/forum?id=FkDZLpK1Ml2}
}

About

Multiresolution Graph Transformers and Wavelet Positional Encoding for Learning Hierarchical Structures https://arxiv.org/pdf/2302.08647.pdf

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.1%
  • Shell 2.9%