Learning from Protein Structure with Geometric Vector Perceptrons

Abstract

Learning on 3D structures of large biomolecules is emerging as a distinct area in machine learning, but there has yet to emerge a unifying network architecture that simultaneously leverages the geometric and relational aspects of the problem domain. To address this gap, we introduce geometric vector perceptrons, which extend standard dense layers to operate on collections of Euclidean vectors. Graph neural networks equipped with such layers are able to perform both geometric and relational reasoning on efficient representations of macromolecules. We demonstrate our approach on two important problems in learning from protein structure: model quality assessment and computational protein design. Our approach improves over existing classes of architectures on both problems, including state-of-the-art convolutional neural networks and graph neural networks. We release our code at https://github.com/drorlab/gvp.

Cite

Text

Jing et al. "Learning from Protein Structure with Geometric Vector Perceptrons." International Conference on Learning Representations, 2021.

Markdown

[Jing et al. "Learning from Protein Structure with Geometric Vector Perceptrons." International Conference on Learning Representations, 2021.](https://mlanthology.org/iclr/2021/jing2021iclr-learning/)

BibTeX

@inproceedings{jing2021iclr-learning,
  title     = {{Learning from Protein Structure with Geometric Vector Perceptrons}},
  author    = {Jing, Bowen and Eismann, Stephan and Suriana, Patricia and Townshend, Raphael John Lamarre and Dror, Ron},
  booktitle = {International Conference on Learning Representations},
  year      = {2021},
  url       = {https://mlanthology.org/iclr/2021/jing2021iclr-learning/}
}