| Algorithm 2: DCF-DSST Tracker: Iteration at Frame t |
| Inputs: : Image patch : previous frame target position : previous frame target scale : regression target for translation model (Gaussian shaped) : regression target for scale model (Gaussian shaped) Outputs: : detected target position : detected target scale Training: 1 Compute the Gaussian kernel correlation between x and itself, , using (A2) 2 Compute the DFT of the solution coefficients in the dual space, , using (A1) Translation Detection: 3 Construct the test sample, , from at and 4 Compute the correlation response, , using (A3) 5 Maximize the response, , to find target position, Scale Detection: 6 Construct the test sample, , from at and 7 Compute the correlation response, , using (A10) 8 Maximize the response, , to find target scale, Update: 9 Extract training samples and from at and 10 Update the translation model using (A4) and (A5) 11 Update the scale model using (A7) and (A8) |