LGSep 10, 2022

Structured Q-learning For Antibody Design

arXiv:2209.04698v25 citationsh-index: 60
AI Analysis

This addresses the challenge of antibody design for life sciences, which is incremental as it extends Q-learning with structural priors.

The paper tackled the problem of optimizing antibody sequences for high binding energy using combinatorial optimization, and proposed Structured Q-learning (SQL) which outperformed baselines on eight tasks, including designing antibodies for SARS-COV.

Optimizing combinatorial structures is core to many real-world problems, such as those encountered in life sciences. For example, one of the crucial steps involved in antibody design is to find an arrangement of amino acids in a protein sequence that improves its binding with a pathogen. Combinatorial optimization of antibodies is difficult due to extremely large search spaces and non-linear objectives. Even for modest antibody design problems, where proteins have a sequence length of eleven, we are faced with searching over 2.05 x 10^14 structures. Applying traditional Reinforcement Learning algorithms such as Q-learning to combinatorial optimization results in poor performance. We propose Structured Q-learning (SQL), an extension of Q-learning that incorporates structural priors for combinatorial optimization. Using a molecular docking simulator, we demonstrate that SQL finds high binding energy sequences and performs favourably against baselines on eight challenging antibody design tasks, including designing antibodies for SARS-COV.

Foundations

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

Your Notes