paper-with-me

홈 › Papers

Improved Off-policy Reinforcement Learning in Biological Sequence Design

2024-10-06 · Hyeonah Kim, Minsu Kim, Taeyoung Yun, Sanghyeok Choi, Emmanuel Bengio, Alex Hernández-García, Jinkyoo Park

Designing biological sequences with desired properties is challenging due to vast search spaces and limited evaluation budgets. Although reinforcement learning methods use proxy models for rapid reward evaluation, insufficient training data can cause proxy misspecification on out-of-distribution inputs. To address this, we propose a novel off-policy search, $\delta$-Conservative Search, that enhances robustness by restricting policy exploration to reliable regions. Starting from high-score offline sequences, we inject noise by randomly masking tokens with probability $\delta$, then denoise them using our policy. We further adapt $\delta$ based on proxy uncertainty on each data point, aligning the level of conservativeness with model confidence. Experimental results show that our conservative search consistently enhances the off-policy training, outperforming existing machine learning methods in discovering high-score sequences across diverse tasks, including DNA, RNA, protein, and peptide design.

📄 PDF Abstract BibTeX arXiv:2410.04461

Code (1)

hyeonahkimm/delta_cs 공식 구현 pytorch

Tasks

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Model-based reinforcement learning for biological sequence design

2020-05-01 · ICLR 2020 1 · Christof Angermueller, David Dohan, David Belanger, Ramya Deshpande 외

The ability to design biological structures such as DNA or proteins would have considerable medical and industrial impact. Doing so presents a challenging black-box optimization problem characterized by the large-batch, …

modelModel-based Reinforcement Learningreinforcement-learningReinforcement Learning+1

Designing Biological Sequences via Meta-Reinforcement Learning and Bayesian Optimization

2022-09-13 · Leo Feng, Padideh Nouri, Aneri Muni, Yoshua Bengio 외

The ability to accelerate the design of biological sequences can have a substantial impact on the progress of the medical field. The problem can be framed as a global optimization problem where the objective is an expens…

Bayesian Optimizationglobal-optimizationMeta-LearningMeta Reinforcement Learning+3

Reinforcement Learning for Sequence Design Leveraging Protein Language Models

2024-07-03 · Jithendaraa Subramanian, Shivakanth Sujit, Niloy Irtisam, Umong Sain 외

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 d…

DiversityDrug DiscoveryProtein Designreinforcement-learning+1

General policy mapping: online continual reinforcement learning inspired on the insect brain

2022-11-30 · Angel Yanguas-Gil, Sandeep Madireddy

We have developed a model for online continual or lifelong reinforcement learning (RL) inspired on the insect brain. Our model leverages the offline training of a feature extraction and a common general policy layer to e…

reinforcement-learningReinforcement Learning (RL)

AdaLead: A simple and robust adaptive greedy search algorithm for sequence design

2020-10-05 · Sam Sinai, Richard Wang, Alexander Whatley, Stewart Slocum 외

Efficient design of biological sequences will have a great impact across many industrial and healthcare domains. However, discovering improved sequences requires solving a difficult optimization problem. Traditionally, t…

Bayesian Optimization