| Algorithm 1: The online optimization of our method at round t. |
|
Input: the t-th data chunk with features ; information stored in our memory ; auxiliary variables , , and ; trade-off parameters; iteration number T. |
|
Output: Projection matrix . |
| Procedure: |
| Randomly initialize all variables , , , and ; |
| for iter = do
|
| Updating with (6); |
| Updating with (8); |
| Updating with (10); |
| Updating with (12); |
| end for
|
|
Return: auxiliary variables , , and ; variables , , , and . |