learning to plan chemical syntheses
play

Learning To Plan Chemical Syntheses Yunhao (Jack) Ji Yizhan (Ethan) - PowerPoint PPT Presentation

Learning To Plan Chemical Syntheses Yunhao (Jack) Ji Yizhan (Ethan) Jiang Shuja (Shuja) Khalid Lipai (Jim) Xu CSC 2547 Introduction Neural Networks MCTS Results Learning To Search Presenter - Yunhao (Jack) Ji Introduction Retrosynthesis


  1. Learning To Plan Chemical Syntheses Yunhao (Jack) Ji Yizhan (Ethan) Jiang Shuja (Shuja) Khalid Lipai (Jim) Xu CSC 2547 Introduction Neural Networks MCTS Results Learning To Search Presenter - Yunhao (Jack) Ji

  2. Introduction Retrosynthesis ● A Search Tree Representation 1 8, 9 2, 6 7, 8 3, 6 4, 5, 6 CSC 2547 Introduction Neural Networks MCTS Results Learning To Search Presenter - Yunhao (Jack) Ji

  3. Motivation and Related Work Manual constructing a valid tree can be hard ● CSC 2547 Introduction Neural Networks MCTS Results Learning To Search Presenter - Yunhao (Jack) Ji

  4. Motivation and Related Work Computer-assisted synthesis planning (CASP) can automatically extract the ● transformations The generated tree has short depth but large branching factors and hard to ● define heuristics. An illustration of an example search tree to a synthesis planning CSC 2547 Introduction Neural Networks MCTS Results Learning To Search Presenter - Yunhao (Jack) Ji

  5. Neural Networks Learn Chemical Reaction Rules 12.4 million reactions from Reaxys database as dataset CSC 2547 Introduction Neural Networks MCTS Results Learning To Search Presenter - Yizhan (Ethan) Jiang

  6. Neural Networks for Action Selection Actions in AlphaGo Actions in Chemical Synthesis CSC 2547 Introduction Neural Networks MCTS Results Learning To Search Presenter - Yizhan (Ethan) Jiang

  7. Neural Networks for Action Selection (1/2) Expansion Policy Neural Network ● Find K most possible molecular transformations ○ CSC 2547 Introduction Neural Networks MCTS Results Learning To Search Presenter - Yizhan (Ethan) Jiang

  8. Neural Networks for Action Selection (2/2) In-Scope Filter Neural Network ● Filter out infeasible transformations ○ CSC 2547 Introduction Neural Networks MCTS Results Learning To Search Presenter - Yizhan (Ethan) Jiang

  9. Neural Network for Rollout Rollout Policy Neural Network ● Select 10 most possible transformations ○ Only three layers for creating fast rollout policy ○ CSC 2547 Introduction Neural Networks MCTS Results Learning To Search Presenter - Yizhan (Ethan) Jiang

  10. Synthesis Planning with 3N-MCTS Selection 3N - MCTS Expansion The 3 Neural Networks covered on previous slides Next! Evaluate Backup CSC 2547 Introduction Neural Networks MCTS Results Learning To Search Presenter - Shuja Khalid

  11. Synthesis Planning with 3N-MCTS Selection Target Molecule Expansion ? ? Evaluate : Visit count of state-action pair : Prior probability of visiting state-action pair Backup : Scalar value of state-action pair c : Exploration constant CSC 2547 Introduction Neural Networks MCTS Results Learning To Search Presenter - Shuja Khalid

  12. Synthesis Planning with 3N-MCTS Selection Target Molecule A Expansion B C Evaluate Backup CSC 2547 Introduction Neural Networks MCTS Results Learning To Search Presenter - Shuja Khalid

  13. Synthesis Planning with 3N-MCTS Selection Target Molecule A Expansion B C Evaluate - Check if state is terminal Terminal → evaluate with the reward function - Non-terminal → begin rollout/evaluation step - - Recursively sample actions from rollout policy until Backup termination condition is met CSC 2547 Introduction Neural Networks MCTS Results Learning To Search Presenter - Shuja Khalid

  14. Synthesis Planning with 3N-MCTS Selection A Expansion B C Evaluate : Visit count of state-action pair Backup : Custom objective function : Reward ∈ [-1,0,1] CSC 2547 Introduction Neural Networks MCTS Results Learning To Search Presenter - Shuja Khalid

  15. Synthesis Planning with MCTS AlphaGo Zero 3N-MCTS Expand and Selection Selection Expansion evaluate Algorithm Rollout Backup Update (p, v) = f(s) q = f roll (s) , t = f exp (s) , p = f scope (s, r) Neural Nets q: scalar evaluation of node p: probability of selecting each move from a list of action probabilities r: reactions between molecules v: scalar evaluation that estimates the probability of the current player t: possible transformations winning from position s p: probability of the molecules reacting Selecting the set of transformations (from a fixed set of Select the set of actions (from a fixed set of actions) that Goal transformations) that will help us find new drugs to cure will lead to victory! Take that Lee Sedol! diseases! Take that cancer! CSC 2547 Introduction Neural Networks MCTS Results Learning To Search Presenter - Shuja Khalid

  16. Results & Discussion - Comparison with related methods - Preference of chemical experts - Limitations CSC 2547 Introduction Neural Networks MCTS Results Learning To Search Presenter - Lipai (Jim) Xu

  17. Method 3N-MCTS nBFS hBFS Comparison with related methods Time lim 5 sec 80% 40% 0% 60 sec 92% 71% 4% 1200 sec ~93% ~80% ~75% CSC 2547 Introduction Neural Networks MCTS Results Learning To Search Presenter - Lipai (Jim) Xu

  18. Preference of Chemical Experts CSC 2547 Introduction Neural Networks MCTS Results Learning To Search Presenter - Lipai (Jim) Xu

  19. Limitations Not enough train data for some tasks ● Stereochemistry ● Not totally admitted by the industry ● CSC 2547 Introduction Neural Networks MCTS Results Learning To Search Presenter - Lipai (Jim) Xu

  20. Thank You CSC 2547 Introduction Neural Networks MCTS Results Learning To Search Presenter - Lipai (Jim) Xu

  21. References Background image: http://turnoff.us/geek/binary-tree (with changes) Alpha Go content: http://discovery.ucl.ac.uk/10045895/1/agz_unformatted_nature.pdf Learning to Plan Chemical Synthesis content: https://arxiv.org/pdf/1708.04202.pdf CSC 2547 Introduction Neural Networks MCTS Results Learning To Search Presenter -

  22. CSC 2547 CSC 2547 Introduction Introduction Neural Networks Neural Networks MCTS MCTS Results Results Learning To Search Learning To Search Presenter - Presenter - Your Name!

  23. Synthesis Planning with MCTS Alpha Go Zero 3N-MCTS Expand and Selection Selection Expansion evaluate Algorithm Rollout Backup Update q = f roll (s) , t = f exp (s) , p = f scope (s, r) (p, v) = f(s) Neural Nets p: probability of selecting each move from a list of action probabilities q: scalar evaluation of node ; r: reactions between molecules v: scalar evaluation that estimates the probability of the current player t: possible transformations ; p: probability of the molecules reacting winning from position s Maximise an upper confidence bound on Q(s,a) + U(s,a) Maximise the Q function which includes an adjustable objective W(b i ) Objective where, U(s,a) ∝ P(s,a)/(1+N(s,a)) where, Q(s,a) : action-value ; N(s,a) : count visit ; P(s,a) : prior probability N(s,a) : count visit ; z i : reward received during rollout CSC 2547 Introduction Neural Networks MCTS Results Learning To Search Presenter - Shuja Khalid

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend