| Algorithm 1 Training strategy of FPIRST |
|
Input: Given
videos from the HNUFD video dataset, feature parameter image training sample
after data processing and their type labels
.
Output: The well-trained model FPIRST. 1: Construct the FPIRST method shown in Figure 1; 2: Initialize the parameters; 3: Repeat 4: Randomly select a batch of instances from ; 5: Forward learn training samples through the FPIST model; 6: Compute the error by 7: Propagate the error back through FPIST and update the parameters; 8: Find by minimizing with ; 9: Until the end condition is satisfied. |