Canonical Correlation Analysis: An Overview With Application To Learning Methods
Canonical Correlation Analysis: An Overview With Application To Learning Methods
Presented by:
Shankar Bhargav
Canonical Correlation Analysis
ρ= E[Sx Sy ]
√ E[Sx2] E[Sy2]
ρ= E[(xT wx yT wy)]
√E[(xT wx xT wx) ] E[(yT wy yT wy)]
ρ= max w x wy E[wxTx yT wy]
√E[wxTx xT wx ] E[wyT y yT wy]
ρ= max w x wy wxTCxy wy
√ wxTCxxwx wyTCyy wy
Solving this
with constraint wxTCxxwx =1
wyTCyy wy=1
Cxx-1CxyCyy-1Cyx wx = ρ2 wx
Cyy-1CyxCxx-1Cxy wy= ρ2 wy
λx=λy-1= wyTCyywy
√ wxTCxxwx
CCA in Matlab
[ A, B, r, U, V ] = canoncorr(x, y)
where countjk = 1 if the image k in the set is of
the same label as the text query present in
the set, else countjk = 0.
Comparison of KCCA (with 5 and 30 Eigen
vectors) with GVSM
Content based retrieval
`
Mate based retrieval
Match the exact image among the
selected retrieved images
Tested with 10 and 30 images sets
The bad
The data set and the number of classes used
were small
The image set size is not taken into account