51
School of Computer Science Probabilistic Graphical Models The Belief Propagation (Sum-Product) Algorithm Eric Xing Lecture 5, January 29, 2014 Reading: KF-chap 10 1 © Eric Xing @ CMU, 2005-2014 X 1 X 4 X 3 X 2 m 32 (x 2 ) m 42 (x 2 ) m 21 (x 1 ) X 1 X 4 X 3 X 2 m 32 (x 2 ) m 42 (x 2 ) m 21 (x 1 )

Probabilistic Graphical Modelsnlp.chonbuk.ac.kr/PGM2019/slides/lecture5-BP.pdf · Complexity The overall complexity is determined by the number of the largest elimination clique What

  • Upload
    others

  • View
    0

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Probabilistic Graphical Modelsnlp.chonbuk.ac.kr/PGM2019/slides/lecture5-BP.pdf · Complexity The overall complexity is determined by the number of the largest elimination clique What

School of Computer Science

Probabilistic Graphical Models

The Belief Propagation (Sum-Product) Algorithm

Eric XingLecture 5, January 29, 2014

Reading: KF-chap 101© Eric Xing @ CMU, 2005-2014

X1

X4X3

X2

m32(x2) m42(x2)

m21(x1)X1

X4X3

X2

m32(x2) m42(x2)

m21(x1)

Page 2: Probabilistic Graphical Modelsnlp.chonbuk.ac.kr/PGM2019/slides/lecture5-BP.pdf · Complexity The overall complexity is determined by the number of the largest elimination clique What

Pros and Cons of Procedure Elimination

Algebraic elimination graphical elimination

B A

DC

E F

G H

B A

DC

E F

G H

B A

DC

B A

DC

E F

G

B A

DC

E F

B A

DC

E

B A

C

B A A

2© Eric Xing @ CMU, 2005-2014

Page 3: Probabilistic Graphical Modelsnlp.chonbuk.ac.kr/PGM2019/slides/lecture5-BP.pdf · Complexity The overall complexity is determined by the number of the largest elimination clique What

Complexity The overall complexity is determined by the number of the

largest elimination clique

What is the largest elimination clique? – a pure graph theoretic question

Tree-width k: one less than the smallest achievable value of the cardinality of the largest elimination clique, ranging over all possible elimination ordering

“good” elimination orderings lead to small cliques and hence reduce complexity (what will happen if we eliminate "e" first in the above graph?)

Find the best elimination ordering of a graph --- NP-hard Inference is NP-hard

But there often exist "obvious" optimal or near-opt elimination ordering

3© Eric Xing @ CMU, 2005-2014

Page 4: Probabilistic Graphical Modelsnlp.chonbuk.ac.kr/PGM2019/slides/lecture5-BP.pdf · Complexity The overall complexity is determined by the number of the largest elimination clique What

Our algorithm so far answers only one query (e.g., on one node), do we need to do a complete elimination for every such query?

Elimination message passing on a clique tree

Messages can be reused

E F

H

A

E F

B A

C

E

G

A

DC

E

A

DC

B A A

hmgm

emfm

bmcm

dm

B A

DC

E F

G H

B A

DC

E F

G H

B A

DC

B A

DC

E F

G

B A

DC

E F

B A

DC

E

B A

C

B A A

From Elimination to Message Passing

e

fg

e

eamemdcepdcam

),()(),|(),,(

4© Eric Xing @ CMU, 2005-2014

Page 5: Probabilistic Graphical Modelsnlp.chonbuk.ac.kr/PGM2019/slides/lecture5-BP.pdf · Complexity The overall complexity is determined by the number of the largest elimination clique What

E F

H

A

E F

B A

C

E

G

A

DC

E

A

DC

B A A

cm bm

gm

em

dmfm

hm

From Elimination to Message Passing Our algorithm so far answers only one query (e.g., on one node), do we

need to do a complete elimination for every such query?

Elimination message passing on a clique tree Another query ...

Messages mf and mh are reused, others need to be recomputed5© Eric Xing @ CMU, 2005-2014

Page 6: Probabilistic Graphical Modelsnlp.chonbuk.ac.kr/PGM2019/slides/lecture5-BP.pdf · Complexity The overall complexity is determined by the number of the largest elimination clique What

Undirected tree: a unique path between any pair of nodes

Directed tree: all nodes except the root have exactly one parent

Poly tree: can have multiple parents

We will come back tothis later

Tree GMs

6© Eric Xing @ CMU, 2005-2014

Page 7: Probabilistic Graphical Modelsnlp.chonbuk.ac.kr/PGM2019/slides/lecture5-BP.pdf · Complexity The overall complexity is determined by the number of the largest elimination clique What

Any undirected tree can be converted to a directed tree by choosing a root node and directing all edges away from it

A directed tree and the corresponding undirected tree make the same conditional independence assertions

Parameterizations are essentially the same.

Undirected tree:

Directed tree:

Equivalence:

Evidence:?

Equivalence of directed and undirected trees

7© Eric Xing @ CMU, 2005-2014

Page 8: Probabilistic Graphical Modelsnlp.chonbuk.ac.kr/PGM2019/slides/lecture5-BP.pdf · Complexity The overall complexity is determined by the number of the largest elimination clique What

From elimination to message passing Recall ELIMINATION algorithm:

Choose an ordering Z in which query node f is the final node Place all potentials on an active list Eliminate node i by removing all potentials containing i, take sum/product over xi. Place the resultant factor back on the list

8© Eric Xing @ CMU, 2005-2014

Page 9: Probabilistic Graphical Modelsnlp.chonbuk.ac.kr/PGM2019/slides/lecture5-BP.pdf · Complexity The overall complexity is determined by the number of the largest elimination clique What

f

i

j

k l

Elimination on a tree

Let mji(xi) denote the factor resulting from eliminating variables from bellow up to i, which is a function of xi:

This is reminiscent of a message sent from j to i.

mij(xi) represents a "belief" of xi from xj!

9© Eric Xing @ CMU, 2005-2014

Page 10: Probabilistic Graphical Modelsnlp.chonbuk.ac.kr/PGM2019/slides/lecture5-BP.pdf · Complexity The overall complexity is determined by the number of the largest elimination clique What

Message passing on a tree Elimination on trees is equivalent to message passing along

tree branches!f

i

j

k l10© Eric Xing @ CMU, 2005-2014

Page 11: Probabilistic Graphical Modelsnlp.chonbuk.ac.kr/PGM2019/slides/lecture5-BP.pdf · Complexity The overall complexity is determined by the number of the largest elimination clique What

From elimination to message passing Recall ELIMINATION algorithm:

Choose an ordering Z in which query node f is the final node Place all potentials on an active list Eliminate node i by removing all potentials containing i, take sum/product over xi. Place the resultant factor back on the list

For a TREE graph: Choose query node f as the root of the tree View tree as a directed tree with edges pointing towards leaves from f Elimination ordering based on depth-first traversal Elimination of each node can be considered as message-passing (or Belief

Propagation) directly along tree branches, rather than on some transformed graphs

thus, we can use the tree itself as a data-structure to do general inference!!

11© Eric Xing @ CMU, 2005-2014

Page 12: Probabilistic Graphical Modelsnlp.chonbuk.ac.kr/PGM2019/slides/lecture5-BP.pdf · Complexity The overall complexity is determined by the number of the largest elimination clique What

X1

X4X3

X2

Computing P(X1)

m32(x2) m42(x2)

m21(x1)

The message passing protocol: A node can send a message to its neighbors when (and only when)

it has received messages from all its other neighbors. Computing node marginals:

Naïve approach: consider each node as the root and execute the message passing algorithm

12© Eric Xing @ CMU, 2005-2014

Page 13: Probabilistic Graphical Modelsnlp.chonbuk.ac.kr/PGM2019/slides/lecture5-BP.pdf · Complexity The overall complexity is determined by the number of the largest elimination clique What

X1

X4X3

X2

Computing P(X2)

m32(x2) m42(x2)

m12(x2)

The message passing protocol: A node can send a message to its neighbors when (and only when)

it has received messages from all its other neighbors. Computing node marginals:

Naïve approach: consider each node as the root and execute the message passing algorithm

13© Eric Xing @ CMU, 2005-2014

Page 14: Probabilistic Graphical Modelsnlp.chonbuk.ac.kr/PGM2019/slides/lecture5-BP.pdf · Complexity The overall complexity is determined by the number of the largest elimination clique What

X1

X4X3

X2

Computing P(X3)

m23(x3) m42(x2)

m12(x2)

The message passing protocol: A node can send a message to its neighbors when (and only when)

it has received messages from all its other neighbors. Computing node marginals:

Naïve approach: consider each node as the root and execute the message passing algorithm

14© Eric Xing @ CMU, 2005-2014

Page 15: Probabilistic Graphical Modelsnlp.chonbuk.ac.kr/PGM2019/slides/lecture5-BP.pdf · Complexity The overall complexity is determined by the number of the largest elimination clique What

Computing node marginals Naïve approach:

Complexity: NC N is the number of nodes C is the complexity of a complete message passing

Alternative dynamic programming approach 2-Pass algorithm (next slide ) Complexity: 2C!

15© Eric Xing @ CMU, 2005-2014

Page 16: Probabilistic Graphical Modelsnlp.chonbuk.ac.kr/PGM2019/slides/lecture5-BP.pdf · Complexity The overall complexity is determined by the number of the largest elimination clique What

m24(X 4)

X1

X2

X3X4

The message passing protocol: A two-pass algorithm:

m21(X 1)

m32(X 2) m42(X 2)

m12(X 2)

m23(X 3)16© Eric Xing @ CMU, 2005-2014

Page 17: Probabilistic Graphical Modelsnlp.chonbuk.ac.kr/PGM2019/slides/lecture5-BP.pdf · Complexity The overall complexity is determined by the number of the largest elimination clique What

Belief Propagation (SP-algorithm): Sequential implementation

17© Eric Xing @ CMU, 2005-2014

Page 18: Probabilistic Graphical Modelsnlp.chonbuk.ac.kr/PGM2019/slides/lecture5-BP.pdf · Complexity The overall complexity is determined by the number of the largest elimination clique What

Belief Propagation (SP-algorithm): Parallel synchronous implementation

For a node of degree d, whenever messages have arrived on any subset of d-1 node, compute the message for the remaining edge and send! A pair of messages have been computed for each edge, one for each direction All incoming messages are eventually computed for each node

18© Eric Xing @ CMU, 2005-2014

Page 19: Probabilistic Graphical Modelsnlp.chonbuk.ac.kr/PGM2019/slides/lecture5-BP.pdf · Complexity The overall complexity is determined by the number of the largest elimination clique What

Correctness of BP on tree

Collollary: the synchronous implementation is "non-blocking"

Thm: The Message Passage Guarantees obtaining all marginals in the tree

What about non-tree?

19© Eric Xing @ CMU, 2005-2014

Page 20: Probabilistic Graphical Modelsnlp.chonbuk.ac.kr/PGM2019/slides/lecture5-BP.pdf · Complexity The overall complexity is determined by the number of the largest elimination clique What

Example 1

X1

X2

X3

X5

X4

X1

X2

X3

X5

X4

P(X1) P(X2) P(X3|X1,X2) P(X5|X1,X3) P(X4|X2,X3)

fa(X1) fb(X2) fc(X3,X1,X2) fd(X5,X1,X3) fe(X4,X2,X3)

fa

fb

fc

fd

fe

Another view of SP: Factor Graph

20© Eric Xing @ CMU, 2005-2014

Page 21: Probabilistic Graphical Modelsnlp.chonbuk.ac.kr/PGM2019/slides/lecture5-BP.pdf · Complexity The overall complexity is determined by the number of the largest elimination clique What

Example 2

Example 3

X1

X2

x1,x2,x3) = fa(x1,x2)fb(x2,x3)fc(x3,x1)

x1,x2,x3) = fa(x1,x2,x3)

X3

fa fc

fb

X1

X2 X3

X1

X2 X3

fa

X1

X2 X3

Factor Graphs

21© Eric Xing @ CMU, 2005-2014

Page 22: Probabilistic Graphical Modelsnlp.chonbuk.ac.kr/PGM2019/slides/lecture5-BP.pdf · Complexity The overall complexity is determined by the number of the largest elimination clique What

Factor Tree A Factor graph is a Factor Tree if the undirected graph

obtained by ignoring the distinction between variable nodes and factor nodes is an undirected tree

x1,x2,x3) = fa(x1,x2,x3)

X1

X2 X3

fa

X1

X2 X3

22© Eric Xing @ CMU, 2005-2014

Page 23: Probabilistic Graphical Modelsnlp.chonbuk.ac.kr/PGM2019/slides/lecture5-BP.pdf · Complexity The overall complexity is determined by the number of the largest elimination clique What

xi

f1

fs

f3

xj

xi

xk

fs

Message Passing on a Factor Tree Two kinds of messages

1. : from variables to factors2. : from factors to variables

23© Eric Xing @ CMU, 2005-2014

Page 24: Probabilistic Graphical Modelsnlp.chonbuk.ac.kr/PGM2019/slides/lecture5-BP.pdf · Complexity The overall complexity is determined by the number of the largest elimination clique What

Message Passing on a Factor Tree, con'd Message passing protocol:

A node can send a message to a neighboring node only when it has received messages from all its other neighbors

Marginal probability of nodes:

xi

f1

fs

f3

xj

xi

xk

fs

P(xi) s N(i) si(xi)

is(xi)si(xi)

24© Eric Xing @ CMU, 2005-2014

Page 25: Probabilistic Graphical Modelsnlp.chonbuk.ac.kr/PGM2019/slides/lecture5-BP.pdf · Complexity The overall complexity is determined by the number of the largest elimination clique What

X1 X2X3

X1 X2 X3fd fe

fa fcfb

a1 b2

c3

1d 3ed2e2

2d 2e

2b

d1 e3

1a3c

BP on a Factor Tree

25© Eric Xing @ CMU, 2005-2014

Page 26: Probabilistic Graphical Modelsnlp.chonbuk.ac.kr/PGM2019/slides/lecture5-BP.pdf · Complexity The overall complexity is determined by the number of the largest elimination clique What

Tree-like graphs to Factor trees

X1

X2

X3X4

X5 X6

X1

X2

X3 X4

X5X6

Why factor graph?

26© Eric Xing @ CMU, 2005-2014

Page 27: Probabilistic Graphical Modelsnlp.chonbuk.ac.kr/PGM2019/slides/lecture5-BP.pdf · Complexity The overall complexity is determined by the number of the largest elimination clique What

X1 X2

X3

X5

X4

X1 X2

X3

X5

X4

Poly-trees to Factor trees

27© Eric Xing @ CMU, 2005-2014

Page 28: Probabilistic Graphical Modelsnlp.chonbuk.ac.kr/PGM2019/slides/lecture5-BP.pdf · Complexity The overall complexity is determined by the number of the largest elimination clique What

Why factor graph? Because FG turns tree-like

graphs to factor trees, and trees are a data-structure

that guarantees correctness of BP !

X1

X2

X3X4

X5 X6

X1

X2

X3 X4

X5X6

X1 X2

X3

X5

X4

X1 X2

X3

X5

X4

28© Eric Xing @ CMU, 2005-2014

Page 29: Probabilistic Graphical Modelsnlp.chonbuk.ac.kr/PGM2019/slides/lecture5-BP.pdf · Complexity The overall complexity is determined by the number of the largest elimination clique What

Max-product algorithm:computing MAP probabilities

f

i

j

k l

29© Eric Xing @ CMU, 2005-2014

Page 30: Probabilistic Graphical Modelsnlp.chonbuk.ac.kr/PGM2019/slides/lecture5-BP.pdf · Complexity The overall complexity is determined by the number of the largest elimination clique What

Max-product algorithm:computing MAP configurations using a final bookkeeping backward pass

f

i

j

k l

30© Eric Xing @ CMU, 2005-2014

Page 31: Probabilistic Graphical Modelsnlp.chonbuk.ac.kr/PGM2019/slides/lecture5-BP.pdf · Complexity The overall complexity is determined by the number of the largest elimination clique What

Sum-Product algorithm computes singleton marginal probabilities on: Trees Tree-like graphs Poly-trees

Maximum a posteriori configurations can be computed by replacing sum with max in the sum-product algorithm Extra bookkeeping required

Summary

31© Eric Xing @ CMU, 2005-2014

Page 32: Probabilistic Graphical Modelsnlp.chonbuk.ac.kr/PGM2019/slides/lecture5-BP.pdf · Complexity The overall complexity is determined by the number of the largest elimination clique What

Inference on general GM Now, what if the GM is not a tree-like graph?

Can we still directly runmessage-passing protocol along its edges?

For non-trees, we do not have the guarantee that message-passing will be consistent!

Then what? Construct a graph data-structure from P that has a tree structure, and run

message-passing on it!

Junction tree algorithm

32© Eric Xing @ CMU, 2005-2014

Page 33: Probabilistic Graphical Modelsnlp.chonbuk.ac.kr/PGM2019/slides/lecture5-BP.pdf · Complexity The overall complexity is determined by the number of the largest elimination clique What

Recall that Induced dependency during marginalization is captured in elimination cliques Summation <-> elimination Intermediate term <-> elimination clique

Can this lead to an generic inference algorithm?

Elimination Clique

E F

H

A

E F

B A

C

E

G

A

DC

E

A

DC

B A A

cm bm

gm

em

dmfm

hm

33© Eric Xing @ CMU, 2005-2014

Page 34: Probabilistic Graphical Modelsnlp.chonbuk.ac.kr/PGM2019/slides/lecture5-BP.pdf · Complexity The overall complexity is determined by the number of the largest elimination clique What

Moral Graph Note that for both directed GMs and undirected GMs, the joint

probability is in a product form:

So let’s convert local conditional probabilities into potentials; then the second expression will be generic, but how does this operation affect the directed graph? We can think of a conditional probability, e.g,. P(C|A,B) as a function of the three

variables A, B, and C (we get a real number of each configuration):

Problem: But a node and its parent are not generally in the same clique in a BN Solution: Marry the parents to obtain the "moral graph"

di

i iXPP

:

)|()(1

XX

Cc

ccZP )()( XX 1BN: MRF:

A

BC

P(C|A,B)

A

BC

(A,B,C) = P(C|A,B)

34© Eric Xing @ CMU, 2005-2014

Page 35: Probabilistic Graphical Modelsnlp.chonbuk.ac.kr/PGM2019/slides/lecture5-BP.pdf · Complexity The overall complexity is determined by the number of the largest elimination clique What

Moral Graph (cont.) Define the potential on a clique as the product over all conditional

probabilities contained within the clique Now the product of potentials gives the right answer:

),,(),,(),,(),|()|()|(),|()()(

),,,,,(

654543321

546353421321

654321

XXXXXXXXXXXXPXXPXXPXXXPXPXP

XXXXXXP

),|()()(),,( 21321321 XXXPXPXPXXX

)|()|(),,( 3534543 XXPXXPXXX

),|(),,( 546654 XXXPXXX

where

X1

X2

X3

X4

X5

X6

X1

X2

X3

X5

X4

X6

Note that here the interpretation of potential is ambivalent: it can be either marginals or conditionals

35© Eric Xing @ CMU, 2005-2014

Page 36: Probabilistic Graphical Modelsnlp.chonbuk.ac.kr/PGM2019/slides/lecture5-BP.pdf · Complexity The overall complexity is determined by the number of the largest elimination clique What

Clique trees A clique tree is an (undirected) tree of cliques

Consider cases in which two neighboring cliques V and W have an overlap S (e.g., (X1, X2, X3) overlaps with (X3, X4, X5) ),

Now we have an alternative representation of the joint in terms of the potentials:

X1

X2

X3

X5

X4

X6

X3, X4, X5 X4, X5, X6X1, X2, X3

V WS

)(W)(V )(S

X3, X4, X5 X4, X5, X6X1, X2, X3

X3 X4

36© Eric Xing @ CMU, 2005-2014

Page 37: Probabilistic Graphical Modelsnlp.chonbuk.ac.kr/PGM2019/slides/lecture5-BP.pdf · Complexity The overall complexity is determined by the number of the largest elimination clique What

Clique trees A clique tree is an (undirected) tree of cliques

The alternative representation of the joint in terms of the potentials:

Generally:

X1

X2

X3

X5

X4

X6 X3, X4, X5 X4, X5, X6X1, X2, X3

X3 X4, X5,

),(),,(

)(),,(),,(

),(),,(

)(),,(),,(

),|()|()|(),|()()(),,,,,(

54

654

3

543321

54

654

3

543321

546353421321

654321

XXXXX

XXXXXXX

XXPXXXP

XPXXXPXXXP

XXXPXXPXXPXXXPXPXPXXXXXXP

S SS

C CCP)()(

)(XX

X

Now each potential is isomorphic to the cluster marginal of the attendant set of variables

37© Eric Xing @ CMU, 2005-2014

Page 38: Probabilistic Graphical Modelsnlp.chonbuk.ac.kr/PGM2019/slides/lecture5-BP.pdf · Complexity The overall complexity is determined by the number of the largest elimination clique What

Why this is useful? Propagation of probabilities

Now suppose that some evidence has been "absorbed" (i.e., certain values of some nodes have been observed). How do we propagate this effect to the rest of the graph?

What do we mean by propagate?Can we adjust all the potentials {}, {} so that they still represent the correct cluster marginals (or unnormalized equivalents) of their respective attendant variables?

Utility?

X1

X2

X3

X4

X5

X6

X1

X2

X3

X5

X4

X6

X3, X4, X5 X4, X5, X6X1, X2, X3

X3 X4),,()|(,

32166132

XXXxXXPXX

)()|( 3663 XxXXP Local operations!),,()(

,6546

54

xXXxPXX

38© Eric Xing @ CMU, 2005-2014

Page 39: Probabilistic Graphical Modelsnlp.chonbuk.ac.kr/PGM2019/slides/lecture5-BP.pdf · Complexity The overall complexity is determined by the number of the largest elimination clique What

Local Consistency We have two ways of obtaining p(S)

and they must be the same

The following update-rule ensures this:

Forward update:

Backward update

Two important identities can be proven

V WS

)(W)(V )(S

)()(\

VSPSV )()(

\WSP

SW

SV

VS\

** WS

SW

**

SW

WS\

*** **

****

VS

SV

**

\

*

\

**S

SWW

SVV

S

WV

S

WV

S

WV

**

****

*

**

Local Consistency Invariant Joint39© Eric Xing @ CMU, 2005-2014

Page 40: Probabilistic Graphical Modelsnlp.chonbuk.ac.kr/PGM2019/slides/lecture5-BP.pdf · Complexity The overall complexity is determined by the number of the largest elimination clique What

Message Passing Algorithm

This simple local message-passing algorithm on a clique tree defines the general probability propagation algorithm for directed graphs!

Many interesting algorithms are special cases: Forward-backward algorithm for hidden Markov models, Kalman filter updates Pealing algorithms for probabilistic trees

The algorithm seems reasonable. Is it correct?

V WS

)(W)(V )(S SV

S V\

** WS

SW

**

SW

WS\

*** **

****

VS

SV

40© Eric Xing @ CMU, 2005-2014

Page 41: Probabilistic Graphical Modelsnlp.chonbuk.ac.kr/PGM2019/slides/lecture5-BP.pdf · Complexity The overall complexity is determined by the number of the largest elimination clique What

A problem Consider the following graph and a corresponding clique tree

Note that C appears in two non-neighboring cliques

Question: with the previous message passage, can we ensure that the probability associated with C in these two (non-neighboring) cliques consistent?

Answer: No. It is not true that in general local consistency implies global consistency

What else do we need to get such a guarantee?

A B

C D

A,B B,D

A,C C,D

41© Eric Xing @ CMU, 2005-2014

Page 42: Probabilistic Graphical Modelsnlp.chonbuk.ac.kr/PGM2019/slides/lecture5-BP.pdf · Complexity The overall complexity is determined by the number of the largest elimination clique What

Triangulation A triangulated graph is one in which no cycles with

four or more nodes exist in which there is no chord

We triangulate a graph by adding chords:

Now we no longer have our global inconsistency problem.

A clique tree for a triangulated graph has the running intersection property: If a node appears in two cliques, it appears everywhere on the path between the cliques

Thus local consistency implies global consistency

A B

C D

A B

C D

A,B,C

B,C,D

42© Eric Xing @ CMU, 2005-2014

Page 43: Probabilistic Graphical Modelsnlp.chonbuk.ac.kr/PGM2019/slides/lecture5-BP.pdf · Complexity The overall complexity is determined by the number of the largest elimination clique What

Junction trees A clique tree for a triangulated graph is referred to as a junction tree

In junction trees, local consistency implies global consistency. Thus the local message-passing algorithms is (provably) correct

It is also possible to show that only triangulated graphs have the property that their clique trees are junction trees. Thus if we want local algorithms, we must triangulate

Are we now all set? How to triangulate? The complexity of building a

JT depends on how we triangulate!! Consider this network:

it turns out that we will need to pay an O(24) or O(26) cost depending on how we triangulate!

B A

DC

E F

G H43© Eric Xing @ CMU, 2005-2014

Page 44: Probabilistic Graphical Modelsnlp.chonbuk.ac.kr/PGM2019/slides/lecture5-BP.pdf · Complexity The overall complexity is determined by the number of the largest elimination clique What

moralization

B A

DC

E F

G H

B A

DC

E F

G H

B A

DC

B A

DC

E F

G

B A

DC

E F

B A

DC

E

B A

C

B A A

graph elimination

How to triangulate A graph elimination algorithm

Intermediate terms correspond to the cliques resulted from elimination “good” elimination orderings lead to small cliques and hence reduce complexity

(what will happen if we eliminate "e" first in the above graph?)

finding the optimum ordering is NP-hard, but for many graph optimum or near-optimum can often be heuristically found

44© Eric Xing @ CMU, 2005-2014

Page 45: Probabilistic Graphical Modelsnlp.chonbuk.ac.kr/PGM2019/slides/lecture5-BP.pdf · Complexity The overall complexity is determined by the number of the largest elimination clique What

E F

H

A

E F

B A

C

E

G

A

DC

E

A

DC

B A A

cm bm

gm

em

dmfm

hm

A junction tree

45© Eric Xing @ CMU, 2005-2014

Page 46: Probabilistic Graphical Modelsnlp.chonbuk.ac.kr/PGM2019/slides/lecture5-BP.pdf · Complexity The overall complexity is determined by the number of the largest elimination clique What

Message-passing algorithms

Message update

The Hugin update

The Shafer-Shenoy update

collect distribute

SV

VS\

* WS

SW

**

iji

iSC jk

kiikCijji SmSm\

)()(

46© Eric Xing @ CMU, 2005-2014

Page 47: Probabilistic Graphical Modelsnlp.chonbuk.ac.kr/PGM2019/slides/lecture5-BP.pdf · Complexity The overall complexity is determined by the number of the largest elimination clique What

A Sketch of the Junction Tree Algorithm The algorithm

1. Moralize the graph (trivial)

2. Triangulate the graph (good heuristic exist, but actually NP hard)

3. Build a clique tree (e.g., using a maximum spanning tree algorithm

4. Propagation of probabilities --- a local message-passing protocol

Results in marginal probabilities of all cliques --- solves all queries in a single run

A generic exact inference algorithm for any GM

Complexity: exponential in the size of the maximal clique --- a good elimination order often leads to small maximal clique, and hence a good (i.e., thin) JT

47© Eric Xing @ CMU, 2005-2014

Page 48: Probabilistic Graphical Modelsnlp.chonbuk.ac.kr/PGM2019/slides/lecture5-BP.pdf · Complexity The overall complexity is determined by the number of the largest elimination clique What

Elimination message passing on a clique tree

E F

H

A

E F

B A

C

E

G

A

DC

E

A

DC

B A A

hmgm

emfm

bmcm

dm

Recall the Elimination and Message Passing Algorithm

A AA Ax2 x3x1 xT

y2 y3y1 yT...

...

i

kiit

ktt

kt ayxp ,)|( 11

k

kTP )(x

e

fg

e

eamemdcepdcam

),()(),|(),,(

48© Eric Xing @ CMU, 2005-2014

Page 49: Probabilistic Graphical Modelsnlp.chonbuk.ac.kr/PGM2019/slides/lecture5-BP.pdf · Complexity The overall complexity is determined by the number of the largest elimination clique What

Shafer Shenoy for HMMs Recap: Shafer-Shenoy algorithm

Message from clique i to clique j :

Clique marginal

iji

iSC jk

kiikCji S\

)(

k

kiikCi SCpi

)()(

49© Eric Xing @ CMU, 2005-2014

Page 50: Probabilistic Graphical Modelsnlp.chonbuk.ac.kr/PGM2019/slides/lecture5-BP.pdf · Complexity The overall complexity is determined by the number of the largest elimination clique What

Message Passing for HMMs (cont.) A junction tree for the HMM

Rightward pass

This is exactly the forward algorithm!

Leftward pass …

This is exactly the backward algorithm!

A AA Ax2 x3x1 xT

y2 y3y1 yT...

...

),( 11 xy ),( 21 yy ),( 32 yy ),( TT yy 1

),( 22 xy ),( 33 xy ),( TT xy

)( 2y )( 3y )( Ty)( 1y )( 2y

),( 1tt yy)( ttt y1

),( 11 tt xy

)( 11 ttt y

)( 1 tt y

1

11111ty

tttttttttt yyyyy )()(),()(

t

tt

t

ytttyytt

yttttttt

yayxp

yxpyyyp

)()|(

)|()()|(

, 111

1111

1

ty

tttttttttt yyyyy )()(),()( 11111

1

11111ty

ttttttt yxpyyyp )|()()|(

),( 1tt yy)( ttt y1 )( 11 ttt y

),( 11 tt xy

)( 1 tt y

50© Eric Xing @ CMU, 2005-2014

Page 51: Probabilistic Graphical Modelsnlp.chonbuk.ac.kr/PGM2019/slides/lecture5-BP.pdf · Complexity The overall complexity is determined by the number of the largest elimination clique What

Summary Junction tree data-structure for exact inference on general

graphs Two methods

Shafer-Shenoy Belief-update or Lauritzen-Speigelhalter

Constructing Junction tree from chordal graphs Maximum spanning tree approach

51© Eric Xing @ CMU, 2005-2014