paper-with-me

Papers

DiffPack: A Torsional Diffusion Model for Autoregressive Protein Side-Chain Packing

2023-06-01 · NeurIPS 2023 11 · Yangtian Zhang, Zuobai Zhang, Bozitao Zhong, Sanchit Misra, Jian Tang

Proteins play a critical role in carrying out biological functions, and their 3D structures are essential in determining their functions. Accurately predicting the conformation of protein side-chains given their backbones is important for applications in protein structure prediction, design and protein-protein interactions. Traditional methods are computationally intensive and have limited accuracy, while existing machine learning methods treat the problem as a regression task and overlook the restrictions imposed by the constant covalent bond lengths and angles. In this work, we present DiffPack, a torsional diffusion model that learns the joint distribution of side-chain torsional angles, the only degrees of freedom in side-chain packing, by diffusing and denoising on the torsional space. To avoid issues arising from simultaneous perturbation of all four torsional angles, we propose autoregressively generating the four torsional angles from $\chi_1$ to $\chi_4$ and training diffusion models for each torsional angle. We evaluate the method on several benchmarks for protein side-chain packing and show that our method achieves improvements of $11.9\%$ and $13.5\%$ in angle accuracy on CASP13 and CASP14, respectively, with a significantly smaller model size ($60\times$ fewer parameters). Additionally, we show the effectiveness of our method in enhancing side-chain predictions in the AlphaFold2 model. Code is available at https://github.com/DeepGraphLearning/DiffPack.

📄 PDF Abstract BibTeX arXiv:2306.01794

Code (1)

deepgraphlearning/diffpack 공식 구현 pytorch

Tasks

DenoisingProtein Structure Prediction

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

AUTODIFF: Autoregressive Diffusion Modeling for Structure-based Drug Design

2024-04-02 · Xinze Li, Penglei Wang, Tianfan Fu, Wenhao Gao 외

Structure-based drug design (SBDD), which aims to generate molecules that can bind tightly to the target protein, is an essential problem in drug discovery, and previous approaches have achieved initial success. However,…

Drug DesignDrug Discoveryvalid

DiAMoNDBack: Diffusion-denoising Autoregressive Model for Non-Deterministic Backmapping of Cα Protein Traces

2023-07-23 · Michael S. Jones, Kirill Shmilovich, Andrew L. Ferguson

Coarse-grained molecular models of proteins permit access to length and time scales unattainable by all-atom models and the simulation of processes that occur on long-time scales such as aggregation and folding. The redu…

Denoising

Diffusion on language model encodings for protein sequence generation

2024-03-06 · Viacheslav Meshchaninov, Pavel Strashnov, Andrey Shevtsov, Fedor Nikolaev 외

Protein sequence design has seen significant advances through discrete diffusion and autoregressive approaches, yet the potential of continuous diffusion remains underexplored. Here, we present DiMA, a latent diffusion f…

DiversityLanguage ModelingLanguage ModellingProtein Design+1

Torsional Diffusion for Molecular Conformer Generation

2022-06-01 · Bowen Jing, Gabriele Corso, Jeffrey Chang, Regina Barzilay 외

Molecular conformer generation is a fundamental task in computational chemistry. Several machine learning approaches have been developed, but none have outperformed state-of-the-art cheminformatics methods. We propose to…

BIG-bench Machine LearningComputational chemistry

Fast non-autoregressive inverse folding with discrete diffusion

2023-12-05 · John J. Yang, Jason Yim, Regina Barzilay, Tommi Jaakkola

Generating protein sequences that fold into a intended 3D structure is a fundamental step in de novo protein design. De facto methods utilize autoregressive generation, but this eschews higher order interactions that cou…

Protein Design