probabilistic and logistic circuits
play

Probabilistic and Logistic Circuits: A New Synthesis of Logic and - PowerPoint PPT Presentation

Probabilistic and Logistic Circuits: A New Synthesis of Logic and Machine Learning Guy Van den Broeck RelationalAI ArrowCon Feb 5, 2019 Which method to choose? Classical AI Methods: Neural Networks: Hungry $25? ? Restaura Sleep? nt?


  1. Probabilistic and Logistic Circuits: A New Synthesis of Logic and Machine Learning Guy Van den Broeck RelationalAI ArrowCon Feb 5, 2019

  2. Which method to choose? Classical AI Methods: Neural Networks: Hungry $25? ? Restaura Sleep? nt? … “Black Box” Clear Modeling Assumption Well-understood Good performance on Image Classification

  3. Outline • Adding knowledge to deep learning • Probabilistic circuits • Logistic circuits for image classification

  4. Outline • Adding knowledge to deep learning • Probabilistic circuits • Logistic circuits for image classification

  5. Motivation: Video [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 • Information extraction • Semantic role labeling … and many more! [Chang, M., Ratinov, L., & Roth, D. (2008). Constraints as prior knowledge],…, [ Chang, M. W., Ratinov, L., & Roth, D. (2012). Structured learning with constrained conditional models.], [https://en.wikipedia.org/wiki/Constrained_conditional_model]

  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. Running Example Courses: Data • Logic (L) • Knowledge Representation (K) • Probability (P) • Artificial Intelligence (A) Constraints • Must take at least one of Probability or Logic. • Probability is a prerequisite for AI. • The prerequisites for KR is either AI or Logic.

  10. Structured Space unstructured structured L K P A L K P A 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 • Must take at least one of 0 0 1 0 0 0 1 0 Probability ( P ) or Logic ( L ). 0 0 1 1 0 0 1 1 • Probability is a prerequisite 0 1 0 0 0 1 0 0 for AI ( A ). 0 1 0 1 0 1 0 1 • 0 1 1 0 The prerequisites for KR ( K ) is 0 1 1 0 0 1 1 1 0 1 1 1 either AI or Logic. 1 0 0 0 1 0 0 0 1 0 0 1 1 0 0 1 1 0 1 0 1 0 1 0 7 out of 16 instantiations 1 0 1 1 1 0 1 1 are impossible 1 1 0 0 1 1 0 0 1 1 0 1 1 1 0 1 1 1 1 0 1 1 1 0 1 1 1 1 1 1 1 1

  11. Boolean Constraints unstructured structured L K P A L K P A 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 1 0 0 1 1 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 1 1 1 0 1 1 1 1 0 0 0 1 0 0 0 1 0 0 1 1 0 0 1 1 0 1 0 1 0 1 0 7 out of 16 instantiations 1 0 1 1 1 0 1 1 are impossible 1 1 0 0 1 1 0 0 1 1 0 1 1 1 0 1 1 1 1 0 1 1 1 0 1 1 1 1 1 1 1 1

  12. Learning in Structured Spaces + Data Constraints (Background Knowledge) (Physics) Learn ML Model Today‟s machine learning tools don‟t take knowledge as input! 

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

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

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

  16. 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

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

  18. MNIST Experiment Competitive with state of the art in semi-supervised deep learning

  19. FASHION Experiment Same conclusion on CIFAR10 Outperforms Ladder Nets!

  20. What about real constraints? Paths cf. Nature paper Good variable assignment Bad variable assignment (does not represent route) (represents route) 184 16,777,032 Unstructured probability space: 184+16,777,032 = 2 24 Space easily encoded in logical constraints  [Nishino et al.]

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

  22. Negation Normal Form Circuits Δ = (sun ∧ rain ⇒ rainbow) [Darwiche 2002]

  23. Logical Circuits 1 0 1 Input: 1 1 0 1 0 1 0 1 0 1 1 0 0 0 1 Bottom-up Evaluation 1 0 1 0 1 0 0 = 1 AND 0

  24. Decomposable Circuits Decomposable [Darwiche 2002]

  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 [Darwiche 2002]

  27. How many solutions are there? (#SAT)

  28. How many solutions are there? (#SAT) Arithmetic Circuit

  29. Tractable for Logical Inference • Is there a solution? (SAT) ✓ ✓ • How many solutions are there? (#SAT) • Stricter languages (e.g., BDD, SDD): ✓ – Equivalence checking ✓ – Conjoin/disjoint/negate circuits • Complexity linear in circuit size  • Compilation into circuit language by either – ↓ exhaustive SAT solver – ↑ conjoin/disjoin/negate

  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. Outline • Adding knowledge to deep learning • Probabilistic circuits • Logistic circuits for image classification

  33. Logical Circuits  L K L  P A  P   L   P  A  L  K L   P  L P P K  K A  A A  A Can we represent a distribution over the solutions to the constraint?

  34. Probabilistic Circuits 0.1 0.6 0.3 1 0 1 0 1 0 0.6 0.4 1 0 1 0 L ⊥ ¬ P ⊥ L ⊥ ¬ P ⊥ ¬ L ⊥ ¬ L K P A L ¬ P ¬ A P ¬ L ¬ K P 0.8 0.2 0.25 0.75 0.9 0.1 K ¬ K A ¬ A A ¬ A Syntax: assign a normalized probability to each OR gate input

  35. Bottom-Up Evaluation of PSDDs 𝐐𝐬(𝑩, 𝑪, 𝑫, 𝑬) = 𝟏. 𝟏𝟘𝟕 Input: 0 0.096 0.24= 0.8*0.3 0.096 0.194 1 0 0.01 0.24 0.00 0.1= 0.1*1 + 0.9*0 0.0 0.3 0.1 0.8 0 0 0 1 Multiply the parameters 1 0 bottom-up 1 0 1 0

  36. Alternative View of PSDDs 0.1 0.6 0.3 0.6 1 0 1 0 1 0 0.4 1 0 1 0 L ⊥ ¬ P ⊥ ¬ L ⊥ L ⊥ ¬ P ⊥ ¬ L K P A L ¬ P ¬ A P ¬ L ¬ K P Input: L, K, P, A 0.8 0.2 0.75 0.25 0.9 0.1 are true A ¬ A A ¬ A K ¬ K Pr( L,K,P,A ) = 0.3 x 1 x 0.8 x 0.4 x 0.25 = 0.024

  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! Can interpret every parameter as a conditional probability! (XAI)

  38. Tractable for Probabilistic Inference • MAP inference : Find most-likely assignment to x given y (otherwise NP-hard) • Computing conditional probabilities Pr(x|y) (otherwise #P-hard) • Sample from Pr(x|y) • Algorithms linear in circuit size  (pass up, pass down, similar to backprop)

  39. Parameter Learning Algorithms • Closed form max likelihood from complete data • One pass over data to estimate Pr(x|y) Not a lot to say: very easy! 

  40. PSDDs …are Sum -Product Networks …are Arithmetic Circuits +  1 * * *  n  2  2  1  n * * * p 1 s 1 p 2 s 2 p n s n p 1 p n s 1 p 2 s n s 2 PSDD AC

  41. Learn Mixtures of PSDD Structures State of the art on 6 datasets! Q: “Help! I need to learn a discrete probability distribution…” A: Learn mixture of PSDDs! Strongly outperforms • Bayesian network learners • Markov network learners Competitive with • SPN learners • Cutset network learners

  42. Outline • Adding knowledge to deep learning • Probabilistic circuits • Logistic circuits for image classification

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