LGBMNov 27, 2022

Applying Deep Reinforcement Learning to the HP Model for Protein Structure Prediction

arXiv:2211.14939v214 citationsh-index: 28
Originality Synthesis-oriented
AI Analysis

This work addresses protein folding for computational biophysics, but it is incremental as it applies an existing method to a known model.

The authors tackled protein structure prediction using the HP model by applying deep reinforcement learning, achieving best-known energy conformations for benchmark sequences of lengths 20 to 50.

A central problem in computational biophysics is protein structure prediction, i.e., finding the optimal folding of a given amino acid sequence. This problem has been studied in a classical abstract model, the HP model, where the protein is modeled as a sequence of H (hydrophobic) and P (polar) amino acids on a lattice. The objective is to find conformations maximizing H-H contacts. It is known that even in this reduced setting, the problem is intractable (NP-hard). In this work, we apply deep reinforcement learning (DRL) to the two-dimensional HP model. We can obtain the conformations of best known energies for benchmark HP sequences with lengths from 20 to 50. Our DRL is based on a deep Q-network (DQN). We find that a DQN based on long short-term memory (LSTM) architecture greatly enhances the RL learning ability and significantly improves the search process. DRL can sample the state space efficiently, without the need of manual heuristics. Experimentally we show that it can find multiple distinct best-known solutions per trial. This study demonstrates the effectiveness of deep reinforcement learning in the HP model for protein folding.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes