paper-with-me

Papers

Reinforcement learning on structure-conditioned categorical diffusion for protein inverse folding

2024-10-22 · Yasha Ektefaie, Olivia Viessmann, Siddharth Narayanan, Drew Dresser, J. Mark Kim, Armen Mkrtchyan

Protein inverse folding-that is, predicting an amino acid sequence that will fold into the desired 3D structure-is an important problem for structure-based protein design. Machine learning based methods for inverse folding typically use recovery of the original sequence as the optimization objective. However, inverse folding is a one-to-many problem where several sequences can fold to the same structure. Moreover, for many practical applications, it is often desirable to have multiple, diverse sequences that fold into the target structure since it allows for more candidate sequences for downstream optimizations. Here, we demonstrate that although recent inverse folding methods show increased sequence recovery, their "foldable diversity"-i.e. their ability to generate multiple non-similar sequences that fold into the structures consistent with the target-does not increase. To address this, we present RL-DIF, a categorical diffusion model for inverse folding that is pre-trained on sequence recovery and tuned via reinforcement learning on structural consistency. We find that RL-DIF achieves comparable sequence recovery and structural consistency to benchmark models but shows greater foldable diversity: experiments show RL-DIF can achieve an foldable diversity of 29% on CATH 4.2, compared to 23% from models trained on the same dataset. The PyTorch model weights and sampling code are available on GitHub.

📄 PDF Abstract BibTeX arXiv:2410.17173

Code (1)

flagshippioneering/pi-rldif 공식 구현 pytorch

Tasks

DiversityProtein Design

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

HD-Prot: A Protein Language Model for Joint Sequence-Structure Modeling with Continuous Structure Tokens

2025-12-17 · Yi Zhou, Haohao Qu, Yunqing Liu, Shanru Lin 외 arxiv

Proteins inherently possess a consistent sequence-structure duality. The abundance of protein sequence data, which can be readily represented as discrete tokens, has driven fruitful developments in protein language model…

Protein Structure PredictionProtein Language Model

Ligand-Conditioned Discrete Diffusion for Protein Sequence-Structure Co-Design

2026-05-15 · Chen Wei, Fanding Xu, Minghao Sun, Zhiyuan Liu 외 arxiv

Proteins perform their biological functions through three-dimensional structures encoded by amino acid sequences, and ligand-binding protein co-design requires models that generate sequence-structure compatible proteins …

Protein Design

Autoregressive fragment-based diffusion for pocket-aware ligand design

2023-12-15 · Mahdi Ghorbani, Leo Gendelev, Paul Beroza, Michael J. Keiser

In this work, we introduce AutoFragDiff, a fragment-based autoregressive diffusion model for generating 3D molecular structures conditioned on target protein structures. We employ geometric vector perceptrons to predict …

Diffusing Gaussian Mixtures for Generating Categorical Data

2023-03-08 · Florence Regol, Mark Coates

Learning a categorical distribution comes with its own set of challenges. A successful approach taken by state-of-the-art works is to cast the problem in a continuous domain to take advantage of the impressive performanc…

Hierarchical protein backbone generation with latent and structure diffusion

2025-04-12 · Jason Yim, Marouane Jaakik, Ge Liu, Jacob Gershon 외

We propose a hierarchical protein backbone generative model that separates coarse and fine-grained details. Our approach called LSD consists of two stages: sampling latents which are decoded into a contact map then sampl…

Diversity