Conditional Independence in AI

Estudies4you
what is Conditional Independence in AI,use of Conditional Independence in AI,examples of Conditional Independence in AI,AI Conditional Independence in Artificial Intelligence

Conditional Independence 

In probability theory a variable A is conditionally independent of a set of variables  {{\rm{v}}_i} given a third set {{\rm{v}}_j}
if P(Ai | vi,vj) = P(A | vj). 
We use the, notation I(A, vi | vj) to state the fact that A is conditionally independent. The notation I(A, vi | vj) states that A and vi are conditionally independent if and only if given knowledge vj knowledge of whether A occurs does not provide any information on likelihood of vi occurring and knowledge of where voccurs provide no information on likelihood of A.

Example: 
    Let us say that we roll a blue die and a red die. The two results are independent of each other. Now a third condition that the blue result is not a 6 and red result is not a 1 imposed. This is the new information we got, but this has not affected the independence of the results.
    Because, we can't gain any information about the red die by looking at the blue die. So the probabilities for the results are conditionally independent given the additional information.
    If the third condition is like the sum of the two result is even then we can gain a lot about red die by looking at blue die. For instance, i.e., if wee see a 3 on blue die, the red die can only be 1, 3 or 5. So in this case there is no conditional independence.
    It cannot be noticed that the conditional independence is always relative to the condition given.
    If a single variable Ais conditionally independent of another variable Aj where a set v is given. Then by definition we have,
P(Ai | Aj, v) = (Ai | v)   ------------ 1
From the definition of conditional probability we, have, 
P(Ai, | An, v) P(Ai | v) = P(Ai, Aj | v)  ------ 2

From Equations. 1 and 2 we have, 
        P(A1, Aj | v) = P(A, | v) P(A, | v) 
in case of I({A_i},{A_j}{\rm{ | v}}){\rm{  =  P(}}{{\rm{A}}_i}|v){\rm{ }}P({A_j}|v)
    It can be noted that Ai and Aj appears to be symmetrical. That is if Ai is conditionally independent given set v also implies that Aj is conditionally independent of Aj     given v. 
    It also applies to sets vi and vj given v so p(vi, vj, | v)= P(vi | vj ) P(vj | v). If the set v is empty then vi and vj are independent.

Mutually Conditional Independent:
 If each of the variables are conditionally independent of all other variable given a set v then the variables A1,..... Ak are mutually conditionally independent 
        P({A_1},{A_2},.....{A_k}{\rm{ | }}{{\rm{v}}_i}){\rm{  =  }}\prod\limits_{i = 1}^k {P({A_i}{\rm{ | }}{{\rm{A}}_{i - 1}},...,{A_1},v)}
and as every Ai is conditionally independent of others given a set v, we have, 
        P({A_1},{A_2},.....{A_k}{\rm{ | v}}){\rm{  =  }}\prod\limits_{i = 1}^k {P({A_i}{\rm{ | }}v)}
if v is empty, we have,. 
        P({A_1},{A_2},.....{A_k}{\rm{ | v}}){\rm{  =  }}P({A_1})P({A_2})....P({A_k})
and the variables are unconditionally independent.

To Top