paper-with-me

Papers

LaGDif: Latent Graph Diffusion Model for Efficient Protein Inverse Folding with Self-Ensemble

2024-11-04 · Taoyu Wu, Yu Guang Wang, Yiqing Shen

Protein inverse folding aims to identify viable amino acid sequences that can fold into given protein structures, enabling the design of novel proteins with desired functions for applications in drug discovery, enzyme engineering, and biomaterial development. Diffusion probabilistic models have emerged as a promising approach in inverse folding, offering both feasible and diverse solutions compared to traditional energy-based methods and more recent protein language models. However, existing diffusion models for protein inverse folding operate in discrete data spaces, necessitating prior distributions for transition matrices and limiting smooth transitions and gradients inherent to continuous spaces, leading to suboptimal performance. Drawing inspiration from the success of diffusion models in continuous domains, we introduce the Latent Graph Diffusion Model for Protein Inverse Folding (LaGDif). LaGDif bridges discrete and continuous realms through an encoder-decoder architecture, transforming protein graph data distributions into random noise within a continuous latent space. Our model then reconstructs protein sequences by considering spatial configurations, biochemical attributes, and environmental factors of each node. Additionally, we propose a novel inverse folding self-ensemble method that stabilizes prediction results and further enhances performance by aggregating multiple denoised output protein sequence. Empirical results on the CATH dataset demonstrate that LaGDif outperforms existing state-of-the-art techniques, achieving up to 45.55% improvement in sequence recovery rate for single-chain proteins and maintaining an average RMSD of 1.96 {\AA} between generated and native structures. The code is public available at https://github.com/TaoyuW/LaGDif.

📄 PDF Abstract BibTeX arXiv:2411.01737

Code (1)

taoyuw/lagdif 공식 구현 pytorch

Tasks

Drug Discovery

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 제목 키워드 기반

Graph Denoising Diffusion for Inverse Protein Folding

2023-06-29 · NeurIPS 2023 11 · Kai Yi, Bingxin Zhou, Yiqing Shen, Pietro Liò 외

Inverse protein folding is challenging due to its inherent one-to-many mapping characteristic, where numerous possible amino acid sequences can fold into a single, identical protein backbone. This task involves not only …

DenoisingProtein Folding

Mask prior-guided denoising diffusion improves inverse protein folding

2024-12-10 · Peizhen Bai, Filip Miljković, Xianyuan Liu, Leonardo De Maria 외

Inverse protein folding generates valid amino acid sequences that can fold into a desired protein structure, with recent deep-learning advances showing significant potential and competitive performance. However, challeng…

DenoisingProtein Foldingvalid

Solving Inverse Problems in Protein Space Using Diffusion-Based Priors

2024-06-06 · Axel Levy, Eric R. Chan, Sara Fridovich-Keil, Frédéric Poitevin 외

The interaction of a protein with its environment can be understood and controlled via its 3D structure. Experimental methods for protein structure determination, such as X-ray crystallography or cryogenic electron micro…

Secondary Structure-Guided Novel Protein Sequence Generation with Latent Graph Diffusion

2024-07-10 · Yutong Hu, Yang Tan, Andi Han, Lirong Zheng 외

The advent of deep learning has introduced efficient approaches for de novo protein sequence design, significantly improving success rates and reducing development costs compared to computational or experimental methods.…

Diversity

RadDiff: Retrieval-Augmented Denoising Diffusion for Protein Inverse Folding

2025-11-28 · Jin Han, Tianfan Fu, Wu-Jun Li arxiv

Protein inverse folding, the design of an amino acid sequence based on a target protein structure, is a fundamental problem of computational protein engineering. Existing methods either generate sequences without leverag…