An open index of research

A status.lu publication

Artificial Intelligence

Highly accurate protein structure prediction with AlphaFold

John Jumper, Richard Evans, Alexander Pritzel, David Silver, Oriol Vinyals, Demis Hassabis · Large multi-author DeepMind AlphaFold team (Jumper et al., ~20 authors); first three and final three key authors listed, with David Silver, Oriol Vinyals and Demis Hassabis among the senior/corresponding authors.

Published 15 July 2021 · Nature · Journal article

Summary

The paper introduces AlphaFold2, a deep-learning system that predicts three-dimensional protein structures directly from amino-acid sequence with near-experimental accuracy. It combines a novel attention-based Evoformer over multiple sequence alignments and pairwise representations with an end-to-end structure module that produces atomic coordinates. AlphaFold won the CASP14 assessment by a wide margin, delivering atomic-level accuracy for the majority of targets.

Key findings

  • Predicts protein 3D structure from sequence at accuracy competitive with experimental methods for many proteins.
  • Introduces the Evoformer and an end-to-end structure module, with per-residue confidence (pLDDT) estimates.
  • Substantially outperformed all other methods at CASP14, marking a step change in computational structure prediction.

Subjects & keywords

Cite this paper

APA

John Jumper, Richard Evans, Alexander Pritzel, David Silver, Oriol Vinyals, & Demis Hassabis [Large multi-author DeepMind AlphaFold team (Jumper et al., ~20 authors); first three and final three key authors listed, with David Silver, Oriol Vinyals and Demis Hassabis among the senior/corresponding authors.] (2021). Highly accurate protein structure prediction with AlphaFold. Nature. https://doi.org/10.1038/s41586-021-03819-2

BibTeX
@article{jumper2021highly,
  author    = {John Jumper and Richard Evans and Alexander Pritzel and David Silver and Oriol Vinyals and Demis Hassabis and {Large multi-author DeepMind AlphaFold team (Jumper et al., ~20 authors); first three and final three key authors listed, with David Silver, Oriol Vinyals and Demis Hassabis among the senior/corresponding authors.}},
  title     = {Highly accurate protein structure prediction with AlphaFold},
  journal   = {Nature},
  year      = {2021},
  doi       = {10.1038/s41586-021-03819-2},
  url       = {https://doi.org/10.1038/s41586-021-03819-2}
}

Related in Artificial Intelligence

AI2023

Segment Anything

Alexander Kirillov, Eric Mintun and Nikhila Ravi

This paper introduces the Segment Anything project: a promptable image segmentation task, the Segment Anything Model (SAM), and the SA-1B dataset. SAM combines an image encoder, a flexible prompt encoder (points, boxes, masks, text), and a fast mask decoder to produce valid segmentation masks from arbitrary prompts. Trained on over 1 billion masks across 11 million images, SAM shows strong zero-shot transfer to many segmentation tasks without additional training.

IEEE/CVF International Conference on Computer Vision (ICCV) Open access
AI2023

GPT-4 Technical Report

OpenAI

This technical report describes GPT-4, a large-scale multimodal Transformer model that accepts image and text inputs and produces text outputs. The report emphasizes that GPT-4 achieves human-level performance on a range of professional and academic benchmarks, and details infrastructure and optimization methods that allowed performance to be predicted from much smaller models. For competitive and safety reasons, the report withholds architecture, dataset, and training details.

arXiv Open access
AI2023

LLaMA: Open and Efficient Foundation Language Models

Hugo Touvron, Thibaut Lavril and Gautier Izacard

The paper presents LLaMA, a family of foundation language models ranging from 7B to 65B parameters trained exclusively on publicly available datasets. It argues that strong performance can be reached without proprietary data and at smaller parameter counts than prior models. LLaMA-13B outperforms the much larger GPT-3 175B on most benchmarks, and LLaMA-65B is competitive with the best contemporary models such as Chinchilla-70B and PaLM-540B.

arXiv preprint (arXiv:2302.13971) Open access