English

Deep Reinforcement Learning for Modelling Protein Complexes

Computational Engineering, Finance, and Science 2024-05-08 v2 Machine Learning

Abstract

AlphaFold can be used for both single-chain and multi-chain protein structure prediction, while the latter becomes extremely challenging as the number of chains increases. In this work, by taking each chain as a node and assembly actions as edges, we show that an acyclic undirected connected graph can be used to predict the structure of multi-chain protein complexes (a.k.a., protein complex modelling, PCM). However, there are still two challenges: 1) The huge combinatorial optimization space of NN2N^{N-2} (NN is the number of chains) for the PCM problem can easily lead to high computational cost. 2) The scales of protein complexes exhibit distribution shift due to variance in chain numbers, which calls for the generalization in modelling complexes of various scales. To address these challenges, we propose GAPN, a Generative Adversarial Policy Network powered by domain-specific rewards and adversarial loss through policy gradient for automatic PCM prediction. Specifically, GAPN learns to efficiently search through the immense assembly space and optimize the direct docking reward through policy gradient. Importantly, we design an adversarial reward function to enhance the receptive field of our model. In this way, GAPN will simultaneously focus on a specific batch of complexes and the global assembly rules learned from complexes with varied chain numbers. Empirically, we have achieved both significant accuracy (measured by RMSD and TM-Score) and efficiency improvements compared to leading PCM softwares.

Keywords

Cite

@article{arxiv.2405.02299,
  title  = {Deep Reinforcement Learning for Modelling Protein Complexes},
  author = {Ziqi Gao and Tao Feng and Jiaxuan You and Chenyi Zi and Yan Zhou and Chen Zhang and Jia Li},
  journal= {arXiv preprint arXiv:2405.02299},
  year   = {2024}
}

Comments

International Conference on Learning Representations (ICLR 2024)

R2 v1 2026-06-28T16:15:53.621Z