of learning and reasoning
play

of Learning and Reasoning Guy Van den Broeck Simons Symposium on - PowerPoint PPT Presentation

Circuit Languages as a Synthesis of Learning and Reasoning Guy Van den Broeck Simons Symposium on New Directions in Theoretical Machine Learning May 10, 2019 How are ideas about automated reasoning from GOFAI relevant to modern statistical


  1. Circuit Languages as a Synthesis of Learning and Reasoning Guy Van den Broeck Simons Symposium on New Directions in Theoretical Machine Learning May 10, 2019

  2. How are ideas about automated reasoning from GOFAI relevant to modern statistical machine learning?

  3. Outline: Reasoning ∩ Learning 1. Deep Learning with Symbolic Knowledge 2. Efficient Reasoning During Learning 3. Probabilistic and Logistic Circuits

  4. Deep Learning with Symbolic Knowledge R L

  5. Motivation: Vision [Lu, W. L., Ting, J. A., Little, J. J., & Murphy, K. P. (2013). Learning to track and identify players from broadcast sports videos.]

  6. Motivation: Robotics    [Wong, L. L., Kaelbling, L. P., & Lozano-Perez, T., Collision-free state estimation. ICRA 2012]

  7. Motivation: Language • Non-local dependencies: “At least one verb in each sentence” • Sentence compression “If a modifier is kept, its subject is also kept” • NELL ontology and rules … and much more! [Chang, M., Ratinov, L., & Roth, D. (2008). Constraints as prior knowledge], [Ganchev, K., Gillenwater, J., & Taskar, B. (2010). Posterior regularization for structured latent variable models] … and many many more!

  8. Motivation: Deep Learning [Graves, A., Wayne, G., Reynolds, M., Harley, T., Danihelka, I., Grabska- Barwińska , A., et al.. (2016). Hybrid computing using a neural network with dynamic external memory. Nature , 538 (7626), 471-476.]

  9. Motivation: Deep Learning … but …  [Graves, A., Wayne, G., Reynolds, M., Harley, T., Danihelka, I., Grabska- Barwińska , A., et al.. (2016). Hybrid computing using a neural network with dynamic external memory. Nature , 538 (7626), 471-476.]

  10. Learning with Symbolic Knowledge Data + Constraints (Background Knowledge) (Physics) 1. Must take at least one of Probability ( P ) or Logic ( L ). 2. Probability ( P ) is a prerequisite for AI ( A ). 3. The prerequisites for KR ( K ) is either AI ( A ) or Logic ( L ).

  11. Learning with Symbolic Knowledge Data + Constraints (Background Knowledge) (Physics) Learn ML Model Today‟s machine learning tools don‟t take knowledge as input! 

  12. Deep Learning + Data Constraints with Deep Neural Learn Symbolic Knowledge Network Neural Network Logical Constraint Output Input Output is probability vector p , not Boolean logic!

  13. Semantic Loss Q: How close is output p to satisfying constraint α ? Answer: Semantic loss function L( α , p ) • Axioms, for example: – If α fixes the labels, then L( α , p ) is cross-entropy – If α implies β then L( α , p ) ≥ L(β , p ) ( α more strict ) • Implied Properties: SEMANTIC – If α is equivalent to β then L( α , p ) = L( β , p ) Loss! – If p is Boolean and satisfies α then L( α , p ) = 0

  14. Semantic Loss: Definition Theorem: Axioms imply unique semantic loss: Probability of getting state x after flipping coins with probabilities p Probability of satisfying α after flipping coins with probabilities p

  15. Simple Example: Exactly-One • Data must have some label We agree this must be one of the 10 digits: • Exactly-one constraint 𝒚 𝟐 ∨ 𝒚 𝟑 ∨ 𝒚 𝟒 ¬𝒚 𝟐 ∨ ¬𝒚 𝟑 → For 3 classes: ¬𝒚 𝟑 ∨ ¬𝒚 𝟒 • Semantic loss: ¬𝒚 𝟐 ∨ ¬𝒚 𝟒 Only 𝒚 𝒋 = 𝟐 after flipping coins Exactly one true 𝒚 after flipping coins

  16. Semi-Supervised Learning • Intuition: Unlabeled data must have some label Cf. entropy minimization, manifold learning • Minimize exactly-one semantic loss on unlabeled data Train with 𝑓𝑦𝑗𝑡𝑢𝑗𝑜𝑕 𝑚𝑝𝑡𝑡 + 𝑥 ∙ 𝑡𝑓𝑛𝑏𝑜𝑢𝑗𝑑 𝑚𝑝𝑡𝑡

  17. Experimental Evaluation Competitive with state of the art in semi-supervised deep learning Outperforms SoA! Same conclusion on CIFAR10

  18. Efficient Reasoning During Learning R L

  19. But what about real constraints? • Path constraint cf. Nature paper vs . • Example: 4x4 grids 2 24 = 184 paths + 16,777,032 non-paths • Easily encoded as logical constraints  [Nishino et al., Choi et al.]

  20. How to Compute Semantic Loss? • In general: #P-hard 

  21. Reasoning Tool: Logical Circuits Representation of logical sentences: 𝐷 ∧ ¬𝐸 ∨ ¬𝐷 ∧ 𝐸 C XOR D

  22. Reasoning Tool: Logical Circuits 1 Representation of 0 1 logical sentences: 1 1 0 1 Input: 0 1 0 1 0 1 1 0 0 0 1 1 0 1 0 1 0

  23. Tractable for Logical Inference • Is there a solution? (SAT) – SAT( 𝛽 ∨ 𝛾 ) iff SAT( 𝛽 ) or SAT( 𝛾 ) ( always ) – SAT( 𝛽 ∧ 𝛾 ) iff ???

  24. Decomposable Circuits Decomposable A B,C,D

  25. Tractable for Logical Inference • Is there a solution? (SAT) ✓ – SAT( 𝛽 ∨ 𝛾 ) iff SAT( 𝛽 ) or SAT( 𝛾 ) ( always ) – SAT( 𝛽 ∧ 𝛾 ) iff SAT( 𝛽 ) and SAT( 𝛾 ) ( decomposable ) • How many solutions are there? (#SAT) • Complexity linear in circuit size 

  26. Deterministic Circuits Deterministic C XOR D

  27. Deterministic Circuits Deterministic C XOR D C ⇔ D

  28. How many solutions are there? (#SAT) x 16 8 8 8 8 1 1 4 4 4 + 2 2 2 2 1 1 1 1 1 1 1 1 1 1

  29. Tractable for Logical Inference • Is there a solution? (SAT) ✓ ✓ • How many solutions are there? (#SAT) • Conjoin, disjoin, equivalence checking, etc. ✓ • Complexity linear in circuit size  • Compilation into circuit by – ↓ exhaustive SAT solver – ↑ conjoin/disjoin/negate [Darwiche and Marquis, JAIR 2002]

  30. How to Compute Semantic Loss? • In general: #P-hard  • With a logical circuit for α : Linear  • Example: exactly-one constraint: L( α , p ) = L( , p ) = - log( ) • Why? Decomposability and determinism!

  31. Predict Shortest Paths Add semantic loss for path constraint Is output Is prediction Are individual a path? the shortest path? edge predictions This is the real task! correct? (same conclusion for predicting sushi preferences, see paper)

  32. Conclusions 1 • Knowledge is (hidden) everywhere in ML • Semantic loss makes logic differentiable • Performs well semi-supervised • Requires hard reasoning in general – Reasoning can be encapsulated in a circuit – No overhead during learning • Performs well on structured prediction • A little bit of reasoning goes a long way!

  33. Probabilistic and Logistic Circuits R L

  34. A False Dilemma? Classical AI Methods Neural Networks Hungry? $25? Restau Sleep? rant? … “Black Box” Clear Modeling Assumption Well-understood Empirical performance

  35. Inspiration: Probabilistic Circuits Can we turn logic circuits into a statistical model ?

  36. Probabilistic Circuits 𝐐𝐬(𝑩, 𝑪, 𝑫, 𝑬) = 𝟏. 𝟏𝟘𝟕 0 . 096 .8 x .3 .194 .096 1 0 .01 .24 0 (.1x1) + (.9x0) .3 0 .1 .8 Input: 0 0 1 0 1 0 1 0 1 0

  37. Each node represents a normalized distribution! 0.1 0.6 0.3 1 0 1 0 1 0 0.6 0.4 1 0 1 0  L K L  P A  P   L  K L   P   L   P  A L P P 0.8 0.2 0.25 0.75 0.9 0.1 A  A A  A A  A Can read probabilistic independences off the circuit structure

  38. Parameters are Interpretable 0.1 0.6 0.3 Probability of course P given L 1 0 1 0 1 0 0.6 0.4 1 0 1 0  L  K L   P   L K L  P A  P   L   P  A L P P 0.8 0.2 0.25 0.75 0.9 0.1 K  K A  A A  A Student takes course P Student takes course L

  39. Properties, Properties, Properties! • Read conditional independencies from structure • Interpretable parameters (XAI) (conditional probabilities of logical sentences) • Closed-form parameter learning • Efficient reasoning – MAP inference : most-likely assignment to x given y (otherwise NP-hard) – Computing conditional probabilities Pr(x|y) (otherwise #P-hard) – Algorithms linear in circuit size  – x and y could even be complex logical circuits

  40. Discrete Density Estimation Q: “Help! I need to learn a discrete probability distribution…” A: Learn probabilistic circuits! Strongly outperforms • Bayesian network learners • Markov network learners LearnPSDD state of the art Competitive SPN learner on 6 datasets!

  41. Learning Preference Distributions PSDD Special-purpose distribution: Mixture-of-Mallows – # of components from 1 to 20 – EM with 10 random seeds – Implementation of Lu & Boutilier

  42. Compilation for Prob. Inference

  43. Collapsed Compilation [NeurIPS 2018] To sample a circuit: 1. Compile bottom up until you reach the size limit 2. Pick a variable you want to sample 3. Sample it according to its marginal distribution in the current circuit 4. Condition on the sampled value 5. (Repeat) Asymptotically unbiased importance sampler 

  44. Circuits + importance weights approximate any query

  45. Experiments Competitive with state-of-the-art approximate inference in graphical models. Outperforms it on several benchmarks!

  46. But what if I only want to classify Y? Pr 𝑍 𝐵, 𝐶, 𝐷, 𝐸) Pr(𝑍, 𝐵, 𝐶, 𝐷, 𝐸)

  47. 𝐐𝐬 𝒁 = 𝟐 𝑩, 𝑪, 𝑫, 𝑬) Logistic 𝟐 Circuits = 𝟐 + 𝒇𝒚𝒒(−𝟐. 𝟘) = 𝟏. 𝟗𝟕𝟘 Logistic function on output weight 0 1 Input: 1 0 1 0 1 0

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