Slashdot Mirror


Google's DeepMind Predicts 3D Shapes of Proteins (theguardian.com)

Google's DeepMind is using an AI program, called AlphaFold, to predict the 3D shapes of proteins, the fundamental molecules of life. "DeepMind set its sights on protein folding after its AlphaGo program famously beat Lee Sedol, a champion Go player, in 2016," reports The Guardian. The company says "It's never been about cracking Go or Atari, it's about developing algorithms for problems exactly like protein folding." From the report: DeepMind entered AlphaFold into the Critical Assessment of Structure Prediction (CASP) competition, a biannual protein-folding olympics that attracts research groups from around the world. The aim of the competition is to predict the structures of proteins from lists of their amino acids which are sent to teams every few days over several months. The structures of these proteins have recently been cracked by laborious and costly traditional methods, but not made public. The team that submits the most accurate predictions wins. On its first foray into the competition, AlphaFold topped a table of 98 entrants, predicting the most accurate structure for 25 out of 43 proteins, compared with three out of 43 for the second placed team in the same category.

To build AlphaFold, DeepMind trained a neural network on thousands of known proteins until it could predict 3D structures from amino acids alone. Given a new protein to work on, AlphaFold uses the neural network to predict the distances between pairs of amino acids, and the angles between the chemical bonds that connect them. In a second step, AlphaFold tweaks the draft structure to find the most energy-efficient arrangement. The program took a fortnight to predict its first protein structures, but now rattles them out in a couple of hours.

24 of 51 comments (clear)

  1. They took our jobs! by Anonymous Coward · · Score: 3, Interesting

    DeepMind is moving out of the realm of curiosity (games) to things that employ people with a high degree of specialization. Google's team of 10 people produced a better result with 2 years of work than the entire academic field has been able to produce in the last 30. Granted, they had prior work to inform them. Anyway, this is interesting because this kind of development can put the PhD's in my lab out of a job - and they thought the truck drivers would be first to get automated!

    1. Re:They took our jobs! by rkordmaa · · Score: 1

      That's a ridiculous position to take, science is about working on things we are somewhat aware of, but don't quite yet understand properly. And every question you answer opens up ten new ones. Nobody cracks protein structures for the sake of cracking protein structures, these problems are solved because they are prerequisites to solving other problems. Like looking for an Alzheimer cure etc. It's not about solving the riddle, it's about things you can do once you have solved the riddle.

    2. Re:They took our jobs! by rkordmaa · · Score: 1

      Well no, it's not hype. They aced the competition by a good margin, clearly they are doing something right. It's not like the other competitors are solving these problems manually.

    3. Re:They took our jobs! by bill_mcgonigle · · Score: 2

      You think that's bad? Radiologists are already significantly better with AI and give it a few more iterations and you'll only need a few of the best radiologists to handle the edge cases, then it's all machine learning on outliers.

      Sorry about that fellowship you did - back to primary care with you - don't forget to swap out that BMW for a Prius.

      --
      My God, it's Full of Source!
      OUTSIDE_IP=$(dig +short my.ip @outsideip.net)
    4. Re:They took our jobs! by rkordmaa · · Score: 1

      Heh, sure, Google's result obviously doesn't mean that the work is done and over with, nothing else to there worth bothering with. But it's still a much better tool than what was available before for the given task. And that's just the first result, AlphaGo took quite a while until it was capable of conclusively beating the world master. I would expect their results for protein folding improve. Especially if they combine it with existing models to cover any blind spots.

    5. Re:They took our jobs! by 140Mandak262Jamuna · · Score: 1
      Come on, you can do better than this. I finally looked you up and you got 2^8 +5 comments. You can do much better than this. Why obsess with AI nutters, space idiots and Tesla fanbois?

      Who is a bigger idiot, these nutjobs or the one with the mission to correct every nutjob on the net? Just chill. Why waste good time chasing these nutjobs.

      Best of luck buddy.

      --
      sed -e 's/Chuck Norris/Rajnikant/g' joke > fact
    6. Re:They took our jobs! by ceoyoyo · · Score: 1

      More like swap out that Maserati for a BMW. The primary care types do pretty well too, but it's hard to match the throughput of a good radiologist.

      Problem with the primary care physicians is that the part of their job that's not vulnerable to machine learning is done better by nurses. Surgeons should have job security for a while.

    7. Re:They took our jobs! by 140Mandak262Jamuna · · Score: 1

      You are an anonymous Coward. He has level 35 achievements. Not going to treat him like just another troll. Actually regret calling him a dimwit. He will come around, once he sorts out his demons.

      --
      sed -e 's/Chuck Norris/Rajnikant/g' joke > fact
    8. Re:They took our jobs! by ragahast · · Score: 2

      Google's team of 10 people produced a better result with 2 years of work than the entire academic field has been able to produce in the last 30

      That's not a correct reading of the results. First, previous efforts are based on putative understanding about how proteins fold. Obviously, this understanding is incomplete - or the physics based methods would perform better. (Even statistical potentials like in Rosetta are physics based in important ways). Second, DeepMind isn't even on the radar in the server component of CASP. The server competition is intrinsically more difficult because it requires robust software that isn't highly dependent on user parameters. Rosetta for example is ~20th in the general competition and 4th place in the server competition.

      Finally, DeepMind has not demonstrated the historical performance of their approach. They should see how well novel protein folds solved after e.g. 2005 are predicted using only structures solved before 2005 to train. To the extent that Rosetta works, it works in such an environment. In fact, one its first results was a novel fold (Top7).

      --
      .:Semper Absurda:.
    9. Re:They took our jobs! by nospam007 · · Score: 1

      "Since when was 25 out of 43 "aced"?

      When I was in school that would have been called "failed". Just because it got 22 more correct than second place doesn't change the fact that it got less than 60% correct."

      Second place had 7% correct. Winner got 800% more correct answers than 2.

      That's not bad IMHO.

  2. Research Paper Needed by BSalita · · Score: 1

    I'm looking forward to the research paper to address key questions. What resources (training, inference) did Google use and how do they compare to the competition? Was this mostly a machine learning problem with big data, or a big data problem with some machine learning? Is there a GitHub yet?

    1. Re:Research Paper Needed by MrMr · · Score: 1

      Normally the CASP proceedings appear more than a year after the meeting. There is some info on their own website: https://deepmind.com/blog/alph...
      An interesting question is the claim that they generate shapes ab initio, but using a neural network. I wonder how much the network has been trained to recognize existing (evolutionary dependent) protein families and their patterns vs. a new random sequence folder. The former may be just as useful in practice but may teach us a bit less about the mechanics of folding.
      Looking forward to the publication.

    2. Re:Research Paper Needed by rkordmaa · · Score: 1

      Does it matter how NN gets the result? You only need to check if it's correct or not.

    3. Re:Research Paper Needed by rkordmaa · · Score: 1

      They had the best predictions in the entire competition though, by a good margin too.

    4. Re:Research Paper Needed by rkordmaa · · Score: 1

      Well, duh. It's trained to predict protein folding, it wouldn't be much good for that if it were trained to play go. But it clearly outperforms the physics model based solutions. Which in turn outperform what you can pull off by scratching your head at the problem. It still wins, which is what the competition is about.

    5. Re: Research Paper Needed by rkordmaa · · Score: 1

      More accurate predictions are useful for verifying actual protein structures though, which you need to know to make simulations about their behaviours. Solving more protein structures very much does have value on it's own. And just because they tried their hand at protein structures, doesn't mean they won't do crystal structures next.

    6. Re:Research Paper Needed by rkordmaa · · Score: 2

      It's not a physics model, well duh. The other competitors were physics models though and they came second no matter how much compute power they happened to have. Sure, physics models might be able to solve many different problems with lesser modifications, but if AI can be trained to solve a specific type of problem more efficiently than physics solvers could... Well, a more efficient solution is still a more efficient solution, even if it's not an answer to the ultimate question of life, the universe, and everything. If you can solve a problem better than anyone, then that's hardly a parlor trick.

    7. Re:Research Paper Needed by rl117 · · Score: 2

      Protein structure is intrinsically a computational chemistry / physics modelling problem. It requires modelling of solvent and solute interactions with the protein structure, van der Waals, dipole, ionic and other electrostatic interactions, hydrophobic/hydrophilic interactions with the solvent and itself (and lipid bilayer for membrane proteins), minimising free energy of the whole structure, of which there may be multiple stable variants under different conditions, and interactions between different subunits as well as multimeric associations. It's hard, and it's computationally expensive. I used to work with a team of such modellers, all hardcore physics and maths people, in the computational biology department I used to work in. "AI" might be able to recognise certain patterns. And it might be able to predict certain structural motifs with a reasonable degree of accuracy. But it will always be limited by the training dataset as the parent tried to explain. It's not modelling, it's guessing by interpolation. There's no intelligence; it can't extrapolate to make predictions which it hasn't been trained specifically for. And there's no guarantee that the structures it predicts will be stable or valid in any way. "AI" of this sort isn't magic, and it's certainly not intelligent. It's questionable that it's even a valid technique for good science. Because science and data analysis should be understandable, not a black box.

    8. Re:Research Paper Needed by rockmuelle · · Score: 1

      I wish I had mod points for this.

      Related: I wonder how well humans familiar with folding motifs and all the confounding factors present in nature would do vs. the models. While most chemists rely on modeling, NMR, and crystallography, the techs running these systems all have intuitions built up from years of generating structures.

      Would some of them outperform the models in the same way Google's approach did?

      -Chris

    9. Re:Research Paper Needed by ragahast · · Score: 1

      I wonder how much the network has been trained to recognize existing (evolutionary dependent) protein families and their patterns vs. a new random sequence folder.

      That's why they should use the historical validation approach! Train on structures solved before 2005, then predict only novel folds solved after 2005. Perform well in that context and I'll be impressed.

      The former may be just as useful in practice but may teach us a bit less about the mechanics of folding.

      Unlike the physics-based and statistical potential methods, can the DeepMind approach ever contribute to understanding how proteins fold? IMHO that's an open question, and one that's critical to their presumably forthcoming publication. For example, do their features weights say something interesting about cation-pi interactions? Rosetta infamously ignores cation-pi because of overfitting concerns (even though cation-pi can be very structurally important).

      --
      .:Semper Absurda:.
    10. Re:Research Paper Needed by Mab_Mass · · Score: 1

      Your also see that it’s once you move beyond the bounds of the training data, it diverges into something useless.

      This, right here.

      A.I. is not some kind of magic bullet that solves all problems. Far from it, since all models depend deeply upon the set of training data that gets fed to it. In this simple sine wave example, it is trivial to come up with something outside of the training data, which shows quite clearly that not all problems are well-suited for machine learning.

      In terms of Alpha Fold, the set of training data is almost certainly the set of solved structures, with appropriate management of redundant/overly similar structures. Now, how they manage to bin/aggregate/select portions of this data to work around the variable length of protein sequences is not clear without seeing a detailed publication. These are the very important details that make or break machine learning.

      Taking a step back, however, this work isn't quite as groundbreaking as it may seem to a person unfamiliar with the field. From the brief descriptions on the AlphaFold blog, it looks like they are using the NN to predict contact maps and bond torsion angles, followed by some kind of minimizer. These techniques in general are well-established tools in the field of structural biology. The real innovation is using their custom deep NN framework.

      Don't get me wrong, though. This problem is hella hard, and kudos for the authors for beating out the Zhang lab for the top spot. The Zhang lab has been working intensely on this problem for a long time. More than anything, that shows how powerful the deep NN approach can be.

  3. Re:I love AI by mermeid007 · · Score: 1

    On a popular website, if at all. Hurry! It's almost Christmas!

  4. Re:Dont use relu by ragahast · · Score: 1

    Results matter more than a 'peers' opinion of the results.

    You misunderstand the process. Peer opinions are based on the results. They are also based on years of study leading to an appreciation of what results are actually 1) interesting and 2) useful. These are crude words for the distinction, but to illustrate, if AlphaFold were to work perfectly it would only be useful. It wouldn't improve understanding and thereby advance science beyond making some specific current task potentially easier. (Even if it might be really great for engineering).

    If the training set contains all the magic rules

    There's good reason to think this training set doesn't contain all the magic rules. What the AlphaFold team should do is use structures solved before 2005 to train their model, and structures with novel folds solved after 2005 to test. If they can achieve very high absolute performance in that context, all critics will be silenced.

    --
    .:Semper Absurda:.
  5. It only works in cases that don't matter as much by goombah99 · · Score: 1

    The method they used only works when there are a gazillion similar sequences. It doesn't work for a unique sequence. So it's not an "ab initio" method, it's a fold recognition method done by recognizing the contacts then free form folding to fit that. But it can't infer contacts without massive sequence alignments to other proteins. Thus it has great value in those cases but other methods work in all cases not just that special case.

    --
    Some drink at the fountain of knowledge. Others just gargle.