paper-with-me

홈 › Papers

Reinforcement Learning for Sequence Design Leveraging Protein Language Models

2024-07-03 · Jithendaraa Subramanian, Shivakanth Sujit, Niloy Irtisam, Umong Sain, Riashat Islam, Derek Nowrouzezahrai, Samira Ebrahimi Kahou

Protein sequence design, determined by amino acid sequences, are essential to protein engineering problems in drug discovery. Prior approaches have resorted to evolutionary strategies or Monte-Carlo methods for protein design, but often fail to exploit the structure of the combinatorial search space, to generalize to unseen sequences. In the context of discrete black box optimization over large search spaces, learning a mutation policy to generate novel sequences with reinforcement learning is appealing. Recent advances in protein language models (PLMs) trained on large corpora of protein sequences offer a potential solution to this problem by scoring proteins according to their biological plausibility (such as the TM-score). In this work, we propose to use PLMs as a reward function to generate new sequences. Yet the PLM can be computationally expensive to query due to its large size. To this end, we propose an alternative paradigm where optimization can be performed on scores from a smaller proxy model that is periodically finetuned, jointly while learning the mutation policy. We perform extensive experiments on various sequence lengths to benchmark RL-based approaches, and provide comprehensive evaluations along biological plausibility and diversity of the protein. Our experimental results include favorable evaluations of the proposed sequences, along with high diversity scores, demonstrating that RL is a strong candidate for biological sequence design. Finally, we provide a modular open source implementation can be easily integrated in most RL training loops, with support for replacing the reward model with other PLMs, to spur further research in this domain. The code for all experiments is provided in the supplementary material.

📄 PDF Abstract BibTeX arXiv:2407.03154

Code (0)

등록된 구현이 없습니다.

Tasks

DiversityDrug DiscoveryProtein Designreinforcement-learningReinforcement Learning

Similar Papers 제목 키워드 기반

Reinforcement-guided generative protein language models enable de novo design of highly diverse AAV capsids

2026-03-19 · Lucas Ferraz, Ana F. Rodrigues, Pedro Giesteira Cotovio, Mafalda Ventura 외 arxiv

Adeno-associated viral (AAV) vectors are widely used delivery platforms in gene therapy, and the design of improved capsids is key to expanding their therapeutic potential. A central challenge in AAV bioengineering, as i…

Reinforcement LearningProtein Design

ProtFlow: Fast Protein Sequence Design via Flow Matching on Compressed Protein Language Model Embeddings

2025-04-15 · Zitai Kong, Yiheng Zhu, Yinlong Xu, Hanjing Zhou 외

The design of protein sequences with desired functionalities is a fundamental task in protein engineering. Deep generative methods, such as autoregressive models and diffusion models, have greatly accelerated the discove…

Language ModelingLanguage ModellingProtein DesignProtein Language Model

Robust Optimization in Protein Fitness Landscapes Using Reinforcement Learning in Latent Space

2024-05-29 · Minji Lee, Luiz Felipe Vecchietti, Hyunkyu Jung, Hyun Joo Ro 외

Proteins are complex molecules responsible for different functions in nature. Enhancing the functionality of proteins and cellular fitness can significantly impact various industries. However, protein optimization using …

DecoderLanguage ModelingLanguage ModellingProtein Language Model

ProtoCycle: Reflective Tool-Augmented Planning for Text-Guided Protein Design

2026-04-18 · Yutang Ge, Guojiang Zhao, Sihang Li, Zheng Cheng 외 arxiv

Designing proteins that satisfy natural language functional requirements is a central goal in protein engineering. A straightforward baseline is to fine-tune generic instruction-tuned LLMs as direct text-to-sequence gene…

Reinforcement LearningProtein Design

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…