| Algorithm 1 The procedure for MSFBEL framework. |
|
Input: Number of scales s, number of classes c, training data , training data label , a subset of training data , the labels of subset , testing data ; Output: The label of testing data: l. 1: for do 2: Compute the label of testing data under scale j via Algorithm 2; 3: end for 4: Compute decision matrix by Equation (4) with and ; 5: Compute and ; 6: Compute the adaptive weight via Algorithm 3; 7: Compute . |