Giter VIP home page Giter VIP logo

egno's Introduction

Equivariant Graph Neural Operator for Modeling 3D Dynamics

License: MIT ArXiv

This repository contains the official implementation of our Equivariant Graph Neural Operator.

Equivariant Graph Neural Operator for Modeling 3D Dynamics
Minkai Xu*, Jiaqi Han*, Aaron Lou, Jean Kossaifi, Arvind Ramanathan, Kamyar Azizzadenesheli, Jure Leskovec, Stefano Ermon, Anima Anandkumar
Stanford University, NVIDIA, Argonne National Laboratory, California Institute of Technology

Cover

Environment

You can install the exact environment with env.yml:

conda env create -f env.yml

or manually install the following packages:

python=3.8.17
pytorch=2.0.1
scipy=1.10.1

You may also need mdanalysis if you want to process the protein MD data.

Data Preparation

1. Simulation dataset

We provide the data preprocessing code in simulation/dataset. One can simply run

cd simulation/dataset
python -u generate_dataset.py

2. Motion capture dataset

We provide our pre-processed dataset as well as the splits in motion/dataset folder.

3. MD17 dataset

We provide the splits in md17 folder. The dataset can be downloaded from here and then placed in md17 folder.

4. Protein MD

We provide the data preprocessing code in mdanalysis/preprocess.py. One can simply run

python mdanalysis/preprocess.py

after setting the correct data path specified as the variable tmp_path in preprocess.py.

Train the EGNO

1. Simulation dataset

python -u main_simulation_simple_no.py --config_by_file --outf $log_dir

2. Motion capture

python -u main_mocap_no.py --config_by_file --outf $log_dir

3. MD17

python -u main_md17_no.py --config_by_file --outf $log_dir

4. Protein MD

python -u main_mdanalysis_no.py --config_by_file --outf $log_dir

Evaluation

All evaluations (validation and testing) are conducted along with training.

Citation

Please consider citing the our paper if you find it helpful. Thank you!

@article{xu2024equivariant,
  title={Equivariant Graph Neural Operator for Modeling 3D Dynamics},
  author={Xu, Minkai and Han, Jiaqi and Lou, Aaron and Kossaifi, Jean and Ramanathan, Arvind and Azizzadenesheli, Kamyar and Leskovec, Jure and Ermon, Stefano and Anandkumar, Anima},
  journal={arXiv preprint arXiv:2401.11037},
  year={2024}
}

Contact

If you have any question, welcome to contact me at:

Minkai Xu: [email protected]

Acknowledgement

This repo is built upon several great codebases, including EGNN and GMN. We thank the authors for their great work and open-sourcing the code!

egno's People

Contributors

ciaohe avatar minkaixu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

egno's Issues

Wrong paper link

The arxiv link directs to another paper ... might a typo? should be fixed

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.