|
Algorithm 1 Low Rank regularization on Class-level Sparse joint representation model (LRCS) and its kernelized version (K-LRCS) for Image Set Matching (ISM) |
-
Input :
Learned dictionary D, query set feature matrix Y and balance parameters and . For the kernelized version, choose proper kernel and its corresponding parameters.
-
Output :
Representation coefficient matrix W.
Initialization:
, , , , .
Repeat
-
1:
Update W by solving (11), where, for problem (5),
and
for problem (17),
and
-
2:
update P by solving (14);
-
3:
update T by solving (15);
-
4:
update , where , where
if ; otherwise ;
Until
and
, where
|