1. Elimination algorithm
-
主要目的是为了计算边缘分布
-
Reconstituted graph: 若消去的随机变量为 xk,则所有与 xk 连接的随机变量会形成一个新的 clique
-
复杂度
- Brute-force marginalization:O(∣X∣N)
- Zig-zag elimination:O(∣X∣N)
2. MAP elimination algorithm
-
计算 MAP x∗∈argmaxx∈XNpx(x)
maxx,yf(x)g(x,y)=maxx(f(x)maxyg(x,y))∑x,yf(x)g(x,y)=∑x(f(x)∑yg(x,y)) -
example
px(x)∝exp(x1x2−x1x3−x2x4+x3x4+x3x5) -
algorithm
-
complexicity