Conformation Generation using Transformer Flows
Sohil Atul Shah, Vladlen Koltun
Code Available — Be the first to reproduce this paper.
ReproduceCode
- github.com/intellabs/confflowOfficialIn paperpytorch★ 0
Abstract
Estimating three-dimensional conformations of a molecular graph allows insight into the molecule's biological and chemical functions. Fast generation of valid conformations is thus central to molecular modeling. Recent advances in graph-based deep networks have accelerated conformation generation from hours to seconds. However, current network architectures do not scale well to large molecules. Here we present ConfFlow, a flow-based model for conformation generation based on transformer networks. In contrast with existing approaches, ConfFlow directly samples in the coordinate space without enforcing any explicit physical constraints. The generative procedure is highly interpretable and is akin to force field updates in molecular dynamics simulation. When applied to the generation of large molecule conformations, ConfFlow improve accuracy by up to 40\% relative to state-of-the-art learning-based methods. The source code is made available at https://github.com/IntelLabs/ConfFlow.