Hello. I have four different images (X1, X2, X3 and X4) which I classify with four different discriminate probabilistic models (discriminative classifiers) to obtain posterior probabilities of a pixel belonging to four classes i.e. in each case I obtain a vector four 4 indication membership values to the four classes. Assuming C1, C2, C3 and C4 to be class labels then the estimated posterior probabilities in each case as (P(C1|X1), P(C2| X2), P(C2|X3) and P(C4|X4). I wish to combine the probabilities from the 4 classifiers. So assume P(C1), P(C2), P(C3) and P(C4) to represent the posterior probability values (and class conditional independence) I decided to determine their joint probability P(C1,C2,C3,C4) which i solve using chain rule as: P(C1,C2,C3,C4) = P(C1)*P(C1,C2)/P(C1)*P(C1,C2, C3)/P(C1, C2)*P(C1,C2, C3, C4)/P(C1, C2, C3). Is this justifiable theoretically? I have gone through this article (http://www.mpia.de/Gaia/publications/probcomb_TN.pdf) but still did not get my case there clearly. Kindly advice.
Thanks