AICELGSep 22, 2022

PiFold: Toward effective and efficient protein inverse folding

arXiv:2209.12643v4159 citationsh-index: 44Has Code
AI Analysis

This addresses the challenge of effective and efficient protein inverse folding for computational biology, representing a strong specific gain.

The paper tackles the problem of designing protein sequences that fold into desired structures by proposing PiFold, which achieves 51.66% recovery on CATH 4.2 and is 70 times faster than autoregressive competitors.

How can we design protein sequences folding into the desired structures effectively and efficiently? AI methods for structure-based protein design have 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. The PyTorch code is available at \href{https://github.com/A4Bio/PiFold}{GitHub}.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes