Graphical Model
G = (V, E)
𝕐 = (𝕐v)v ∈ V
Markov Property :
where v and w are neighbors in the graph G
For sequences, Chains/ Tree
Fundamental Theorem of random Fields
𝕩 data sequence 𝕪 label sequence |Y| Dictionary of possible states fk, gk boolean features, f associated to pair/edge (transition), g to point/vertices (state) 𝕪|S Set of components of 𝕪 with verticies in subgraph S
fy′,y(<u, v > ,𝕪|<u, v>, 𝕩)=δ(𝕪u, y′)δ(𝕪v, y)
g − y, x(v, 𝕪|v, 𝕩)=δ(𝕪v, y)δ′𝕩v, x)
For a sequence, set 𝕐0 = start and 𝕐n + 1 = stop
M, matrix |Y|×|Y| Mi(𝕩)=[Mi(y′,y|𝕩)] where i is the position of the observation in the sequence 𝕩
Mi(y′,y|𝕩)=exp(Λ(y′,y|𝕩)) where Λ(y′,y|𝕩)=∑kλkfk(ei, 𝕐|ei = (y′,y),𝕩)+∑kμkgk(vi, 𝕐|vi = y, 𝕩)
Normalisation constant :
Zθ(𝕩)=(M1(𝕩)M2(𝕩)...Mn + 1(𝕩))start, stop
Giving :
with y0 = start and yn + 1 = stop