1 / 64

Undirected Probabilistic Graphical Models (Markov Nets)

Undirected Probabilistic Graphical Models (Markov Nets). (Slides from Sam Roweis Lecture). Connection to MCMC: MCMC requires sampling a node given its markov blanket Need to use P( x|MB (x)). For Bayes nets MB(x) contains more

pancho
Télécharger la présentation

Undirected Probabilistic Graphical Models (Markov Nets)

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Undirected Probabilistic Graphical Models(Markov Nets) (Slides from Sam Roweis Lecture)

  2. Connection to MCMC: MCMC requires sampling a node given its markov blanket Need to use P(x|MB(x)). For Bayes nets MB(x) contains more nodes than are mentioned in the local distribution CPT(x)  For Markov nets,

  3. Because neighbor relation is symmetric nodes xi and xj are both neighbors of each other.. In contrast, note that in Bayes Nets, CPTs can be filled with any real numbers between 0 and 1, and we can be sure the ensuing product will define a valid joint distribution!

  4. 12/2 All project presentations on 12/14 (10min each) All project reports due on 12/14 On 12/7, we will read and discuss MLN paper Today: Complete discussion of Markov Nets; Start towards MLN

  5. We can have potentials on any cliques—not just the maximal ones. So, for example we can have a potential on A in addition to the other four pairwise potentials A Factor says a=b=0 B D Qn: What is the most likely configuration of A&B? C But, marginal says a=0;b=1! Okay, you convinced me that given any potentials we will have a consistent Joint. But given any joint, will there be a potentials I can provide? Hammersley-Clifford theorem… Although A,B would Like to agree, B&C Need to agree, C&D need to disagree And D&A need to agree .and the latter three have Higher weights! Mr. & Mrs. Smith example  Moral: Factors are notmarginals!

  6. Markov Networks Smoking Cancer • Undirected graphical models Asthma Cough • Potential functions defined over cliques

  7. Log-Linear models for Markov Nets A B D Without loss of generality! C Factors are “functions” over their domains Log linear model consists of  Features fi(Di ) (functions over domains) Weights wi for featuress.t.

  8. Markov Networks Smoking Cancer • Undirected graphical models Asthma Cough • Log-linear model: Weight of Feature i Feature i

  9. Markov Nets vs. Bayes Nets

  10. Inference in Markov Networks • Goal: Compute marginals & conditionals of • Exact inference is #P-complete • Most BN inference approaches work for MNs too • Variable Elimination used factor multiplication—and should work without change.. • Conditioning on Markov blanket is easy: • Gibbs sampling exploits this

  11. MCMC: Gibbs Sampling state← random truth assignment fori← 1 tonum-samples do for each variable x sample x according to P(x|neighbors(x)) state←state with new value of x P(F) ← fraction of states in which F is true

  12. Other Inference Methods • Many variations of MCMC • Belief propagation (sum-product) • Variational approximation • Exact methods

  13. Learning Markov Networks • Learning parameters (weights) • Generatively • Discriminatively • Learning structure (features) • Easy Case: Assume complete data(If not: EM versions of algorithms)

  14. Entanglement in log likelihood… a b c

  15. Learning for log-linear formulation What is the expected Value of the feature given the current parameterization of the network? Requires inference to answer (inference at every iteration— sort of like EM ) Use gradient ascent Unimodal, because Hessian is Co-variance matrix over features

  16. Why should we spend so much time computing gradient? • Given that gradient is being used only in doing the gradient ascent iteration, it might look as if we should just be able to approximate it in any which way • Afterall, we are going to take a step with some arbitrary step size anyway.. • ..But the thing to keep in mind is that the gradient is a vector. We are talking not just of magnitude but direction. A mistake in magnitude can change the direction of the vector and push the search into a completely wrong direction…

  17. No. of times feature i is true in data Expected no. times feature i is true according to model Generative Weight Learning • Maximize likelihood or posterior probability • Numerical optimization (gradient or 2nd order) • No local maxima • Requires inference at each step (slow!)

  18. Alternative Objectives to maximize.. Given a single data instance x log-likelihood is • Since log-likelihood requires network inference to compute the derivative, we might want to focus on other objectives whose gradients are easier to compute (and which also –hopefully—have optima at the same parameter values). • Two options: • Pseudo Likelihood • Contrastive Divergence Log prob of data Log prob of allotherpossible data instances (w.r.t. current q) Maximize the distance (“increase the divergence”) Compute likelihood of each possible data instance just using markov blanket (approximate chain rule) Pick a sample of typical other instances (need to sample from Pq Run MCMC initializing with the data..)

  19. Pseudo-Likelihood • Likelihood of each variable given its neighbors in the data • Does not require inference at each step • Consistent estimator • Widely used in vision, spatial statistics, etc. • But PL parameters may not work well forlong inference chains [Which can lead to disasterous results]

  20. Discriminative Weight Learning • Maximize conditional likelihood of query (y) given evidence (x) • Approximate expected counts by counts in MAP state of y given x No. of true groundings of clause i in data Expected no. true groundings according to model

  21. Structure Learning • How to learn the structure of a Markov network? • … not too different from learning structure for a Bayes network: discrete search through space of possible graphs, trying to maximize data probability….

  22. MLNs: Points to ponder • Compared to ground representations, MLNs have easier learning but equal harder inference • MLNs need to learn significantly fewer parameters than a ground network of similar size • MLNs may be compelled to exploit the “relational” structure and thus may spend time inventing lifted inference methods  • Inference approaches • Learning • Parameter • Why Pseudo Likelihood? • Structure—implies learning clauses.. (what ILP does) • Connection to Dynamic Bayes Nets? • Relational

  23. Markov Logic: Intuition • A logical KB is a set of hard constraintson the set of possible worlds • Let’s make them soft constraints:When a world violates a formula,It becomes less probable, not impossible • Give each formula a weight(Higher weight  Stronger constraint)

  24. Markov Logic: Definition • A Markov Logic Network (MLN) is a set of pairs (F, w) where • F is a formula in first-order logic • w is a real number • Together with a set of constants,it defines a Markov network with • One node for each grounding of each predicate in the MLN • One feature for each grounding of each formula F in the MLN, with the corresponding weight w

  25. Example: Friends & Smokers

  26. Example: Friends & Smokers

  27. Example: Friends & Smokers

  28. Example: Friends & Smokers Two constants: Anna (A) and Bob (B)

  29. Example: Friends & Smokers Two constants: Anna (A) and Bob (B) Smokes(A) Smokes(B) Cancer(A) Cancer(B)

  30. Example: Friends & Smokers Two constants: Anna (A) and Bob (B) Friends(A,B) Friends(A,A) Smokes(A) Smokes(B) Friends(B,B) Cancer(A) Cancer(B) Friends(B,A)

  31. Example: Friends & Smokers Two constants: Anna (A) and Bob (B) Friends(A,B) Friends(A,A) Smokes(A) Smokes(B) Friends(B,B) Cancer(A) Cancer(B) Friends(B,A)

  32. Example: Friends & Smokers Two constants: Anna (A) and Bob (B) Friends(A,B) Friends(A,A) Smokes(A) Smokes(B) Friends(B,B) Cancer(A) Cancer(B) Friends(B,A)

  33. Markov Logic Networks • MLN is template for ground Markov nets • Probability of a world x: • Typed variables and constants greatly reduce size of ground Markov net • Functions, existential quantifiers, etc. • Infinite and continuous domains Weight of formula i No. of true groundings of formula i in x

  34. Special cases: Markov networks Markov random fields Bayesian networks Log-linear models Exponential models Max. entropy models Gibbs distributions Boltzmann machines Logistic regression Hidden Markov models Conditional random fields Obtained by making all predicates zero-arity Markov logic allows objects to be interdependent (non-i.i.d.) Relation to Statistical Models

  35. Relation to First-Order Logic • Infinite weights  First-order logic • Satisfiable KB, positive weights Satisfying assignments = Modes of distribution • Markov logic allows contradictions between formulas

  36. MAP/MPE Inference • Problem: Find most likely state of world given evidence Query Evidence

More Related