zaixizhang / FAIR

NeurIPS 2023 Spotlight paper: Full atom protein pocket design via iterative refinement
https://arxiv.org/abs/2310.02553
42 stars 5 forks source link

Full Atom Protein Pocket Design via Iterative Refinement (FAIR) NeurIPS 2023 Spotlight [pdf]

Install conda environment via conda yaml file

conda env create -f fair_env.yaml
conda activate fair_env

Datasets

Please refer to README.md in the data folder.

The data used for training / evaluating the model are organized in the data Google Drive folder.

For a quick reproduction, you can download the preprocessed lmdb file and name2id file:

Then place these files in the data folder.

Training

The model hyperparameters can be adjusted in config.

python train.py

Checkpoint and Testing

A checkpoint of our model is provided in the checkpoint folder.

python test.py

Expected results on the CrossDocked dataset:

AAR RMSD
40.8\% ± 10.9 \% 1.44 ± 0.06

Latest Version

We'd like to thank Yifei for the suggestions and discussions of experimental settings. In our latest version, we do not use the original backbone for reference and obtain comparable results after retraining. The code is released in the latest folder.

Citation

@article{zhang2023full,
  title={Full-Atom Protein Pocket Design via Iterative Refinement},
  author={Zhang, Zaixi and Lu, Zepu and Hao, Zhongkai and Zitnik, Marinka and Liu, Qi},
  journal={NeurIPS},
  year={2023}
}