Skip to main content
. 2019 Nov 19;19(22):5051. doi: 10.3390/s19225051
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: W0=P0=T0=O, μ0=106, μmax=108, ρ0=1.5, ε1=ε2=106. Repeat (k=0,1,)

  • 1:

    Update W by solving (11), where, for problem (5), WqWk=DTDWkDTYTk+μk(WkPk) and ηk=μk+D22 for problem (17), WqWk=12(KD,D+KD,DT)WkKY,DTTk+μk(WkPk) and ηk=μk+12(KD,D+KD,DT)

  • 2:

    update P by solving (14);

  • 3:

    update T by solving (15);

  • 4:

    update μ, where μk+1=min(μmax,ρμk), where ρ=ρ0 if maxWk+1Wk/D,Pk+1Pk/Dε2; otherwise ρ=1; Until Wk+1Pk+1/D<ε1 and maxWk+1Wk/D,Pk+1Pk/D<ε2, where ε2<