paper-with-me

홈 › Papers

AlphaDesign: A graph protein design method and benchmark on AlphaFoldDB

2022-02-01 · Zhangyang Gao, Cheng Tan, Stan Z. Li

While DeepMind has tentatively solved protein folding, its inverse problem -- protein design which predicts protein sequences from their 3D structures -- still faces significant challenges. Particularly, the lack of large-scale standardized benchmark and poor accuray hinder the research progress. In order to standardize comparisons and draw more research interest, we use AlphaFold DB, one of the world's largest protein structure databases, to establish a new graph-based benchmark -- AlphaDesign. Based on AlphaDesign, we propose a new method called ADesign to improve accuracy by introducing protein angles as new features, using a simplified graph transformer encoder (SGT), and proposing a confidence-aware protein decoder (CPD). Meanwhile, SGT and CPD also improve model efficiency by simplifying the training and testing procedures. Experiments show that ADesign significantly outperforms previous graph models, e.g., the average accuracy is improved by 8\%, and the inference speed is 40+ times faster than before.

📄 PDF Abstract BibTeX arXiv:2202.01079

Code (1)

gaozhangyang/AlphaDesign 공식 구현 pytorch

Tasks

DecoderProtein DesignProtein Folding

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
Multi-Head Attention 설명 없음
LapEigen 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…

Similar Papers 제목 키워드 기반

ProteinInvBench: Benchmarking Protein Inverse Folding on Diverse Tasks, Models, and Metrics

2023-09-26 · NeurIPS 2023 11

Protein inverse folding has attracted increasing attention in recent years. However, we observe that current methods are usually limited to the CATH dataset and the recovery metric. The lack of a unified framework for en…

ProteinShake: Building datasets and benchmarks for deep learning on protein structures

2023-09-26 · NeurIPS 2023 11

We present ProteinShake, a Python software package that simplifies dataset creation and model evaluation for deep learning on protein structures. Users can create custom datasets or load an extensive set of pre-processed…

Evaluating representation learning on the protein structure universe

2024-06-19 · Arian R. Jamasb, Alex Morehead, Chaitanya K. Joshi, Zuobai Zhang 외

We introduce ProteinWorkshop, a comprehensive benchmark suite for representation learning on protein structures with Geometric Graph Neural Networks. We consider large-scale pre-training and downstream tasks on both expe…

Representation Learning

Fast and Flexible Protein Design Using Deep Graph Neural Networks

2020-09-23 · Alexey Strokach, David Becerra, Carles Corbi-Verge, Albert Perez-Riba 외

Protein structure and function is determined by the arrangement of the linear sequence of amino acids in 3D space. We show that a deep graph neural network, ProteinSolver, can precisely design sequences that fold into a …

Graph Neural NetworkProtein Design

Pre-training of Graph Neural Network for Modeling Effects of Mutations on Protein-Protein Binding Affinity

2020-08-28 · Xianggen Liu, Yunan Luo, Sen Song, Jian Peng

Modeling the effects of mutations on the binding affinity plays a crucial role in protein engineering and drug design. In this study, we develop a novel deep learning based framework, named GraphPPI, to predict the bindi…

Drug DesignGraph Neural NetworkProtein Design