Skip to content

Commit f111d66

Browse files
committed
Merge branch 'main' of https://github.com/A4Bio/ProDesign
2 parents 42f5330 + ac7b2c1 commit f111d66

10 files changed

+57
-8
lines changed

ReadMe.md

+36-8
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,24 @@
1-
# ProDesign: Toward effective and efficient protein design
1+
# PiFold: Toward effective and efficient protein inverse folding
2+
3+
![GitHub stars](https://img.shields.io/github/stars/A4Bio/PiFold) ![GitHub forks](https://img.shields.io/github/forks/A4Bio/PiFold?color=green) <!-- ![visitors](https://visitor-badge.glitch.me/badge?page_id=A4Bio.PiFold) -->
4+
5+
**PiFold: Toward effective and efficient protein inverse folding (Spotlight)**
6+
[Zhangyang Gao](https://westlake-drug-discovery.github.io/zhangyang_gao.html), [Cheng Tan](https://chengtan9907.github.io/), [Stan Z. Li](https://scholar.google.com/citations?user=Y-nyLGIAAAAJ&hl). In [ICLR](https://openreview.net/forum?id=oMsN9TYwJ0j), 2023.
7+
8+
Note that we renamed **ProDesign** to **PiFold** to avoid naming conflicts with previous work.
9+
210

3-
The pre-print paper is available at [this link](https://github.com/A4Bio/ProDesign/blob/main/assets/ProDesign.pdf).
411

512
## 1. Introduction
6-
How to design protein sequences folding into the desired structures effectively and efficiently? Structure-based protein design has attracted increasing attention in recent years; however, few methods can simultaneously improve the accuracy and efficiency due to the lack of expressive features and autoregressive sequence decoder. To address these issues, we propose ProDesign, which contains a novel residue featurizer and ProGNN layers to generate protein sequences in a one-shot way with improved recovery. Experiments show that ProDesign could achieve 51.66\% recovery on CATH 4.2, while the inference speed is 70 times faster than the autoregressive competitors. In addition, ProDesign achieves 58.72\% and 60.42\% recovery scores on TS50 and TS500, respectively. We conduct comprehensive ablation studies to reveal the role of different types of protein features and model designs, inspiring further simplification and improvement.
13+
How can we design protein sequences folding into the desired structures effectively and efficiently? Structure-based protein design has attracted increasing attention in recent years; however, few methods can simultaneously improve the accuracy and efficiency due to the lack of expressive features and autoregressive sequence decoder. To address these issues, we propose PiFold, which contains a novel residue featurizer and PiGNN layers to generate protein sequences in a one-shot way with improved recovery. Experiments show that PiFold could achieve 51.66\% recovery on CATH 4.2, while the inference speed is 70 times faster than the autoregressive competitors. In addition, PiFold achieves 58.72\% and 60.42\% recovery scores on TS50 and TS500, respectively. We conduct comprehensive ablation studies to reveal the role of different types of protein features and model designs, inspiring further simplification and improvement.
714

815
<p align="center">
9-
<img src='./assets/acc_speed.png' width="600">
16+
<img src='./assets/acc_speed2.png' width="600">
1017
</p>
1118

1219
## 2. Framework
13-
We show the overall ProDesign framework. The inputs are protein structures, and outputs are protein sequences expected to fold into the input structures. We propose a novel residue featurizer and ProGNN layer to learn expressive residue representations. Specifically, the residue featurizer constructs comprehensive residue features and creates learnable virtual atoms to capture information complementary to real atoms. The ProGNN
14-
considers multi-scale residue interactions in node, edge, and global context levels. ProDesign could generate protein sequences in a one-shot manner with a higher recovery than previous autoregressive or iterative models.
20+
We show the overall PiFold framework. The inputs are protein structures, and outputs are protein sequences expected to fold into the input structures. We propose a novel residue featurizer and PiGNN layer to learn expressive residue representations. Specifically, the residue featurizer constructs comprehensive residue features and creates learnable virtual atoms to capture information complementary to real atoms. The PiGNN
21+
considers multi-scale residue interactions in node, edge, and global context levels. PiFold could generate protein sequences in a one-shot manner with a higher recovery than previous autoregressive or iterative models.
1522

1623
<p align="center">
1724
<img src='./assets/framework.png' width="600">
@@ -21,14 +28,14 @@ considers multi-scale residue interactions in node, edge, and global context lev
2128
We comprehensively evaluate different results on CATH, TS50 and TS500.
2229

2330
<p align="center">
24-
<img src='./assets/results_CATH.png' width="600">
31+
<img src='./assets/results_CATH2.png' width="600">
2532
</p>
2633

2734
<p align="center">
2835
<img src='./assets/results_TS.png' width="600">
2936
</p>
3037

31-
You can reproduce results of ProDesign on colab:
38+
You can reproduce results of PiFold on colab:
3239

3340
<a href="https://colab.research.google.com/drive/1HgXQCbsoK09mcVZmPgIWlCczY64l0iIX?usp=sharing" target="_parent"><img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/></a>
3441

@@ -43,6 +50,27 @@ For a given protein backbone design a new sequence that folds into that conforma
4350
<a href="https://colab.research.google.com/drive/1z6vpKA5L1iAmBLfREbmy8VNOtDYlkY4Q?usp=sharing" target="_parent"><img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/></a>
4451
<!-- [[Colab]](https://colab.research.google.com/drive/1z6vpKA5L1iAmBLfREbmy8VNOtDYlkY4Q?usp=sharing) -->
4552

53+
## Citation
54+
55+
If you are interested in our repository and our paper, please cite the following paper:
56+
57+
```
58+
@inproceedings{
59+
gao2023pifold,
60+
title={PiFold: Toward effective and efficient protein inverse folding},
61+
author={Zhangyang Gao and Cheng Tan and Stan Z. Li},
62+
booktitle={International Conference on Learning Representations},
63+
year={2023},
64+
url={https://openreview.net/forum?id=oMsN9TYwJ0j}
65+
}
66+
@article{gao2022pifold,
67+
title={PiFold: Toward effective and efficient protein inverse folding},
68+
author={Gao, Zhangyang and Tan, Cheng and Li, Stan Z},
69+
journal={arXiv preprint arXiv:2209.12643},
70+
year={2022}
71+
}
72+
```
73+
4674
## Feedback
4775
If you have any issue about this work, please feel free to contact me by email:
4876
* Zhangyang Gao: [email protected]

assets/PiFold_arxiv.pdf

1.08 MB
Binary file not shown.

assets/ProDesign.pdf

-541 KB
Binary file not shown.

assets/acc_speed.png

-60.2 KB
Binary file not shown.

assets/acc_speed2.png

138 KB
Loading

assets/framework.png

91.8 KB
Loading

assets/results_CATH.png

-159 KB
Binary file not shown.

assets/results_CATH2.png

99.6 KB
Loading

assets/results_TS.png

44.9 KB
Loading

license

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2022 PiFold
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

0 commit comments

Comments
 (0)