Algorithm 2 Inexact ALM method for solving RPCA. |
-
Input:
Observation matrix and parameter for local affinity.
-
1:
Initialize: .
-
2:
while not converged do
-
3:
//Lines 4-5 resolve .
-
4:
;
-
5:
.
-
6:
//Line 7 resolves .
-
7:
.
-
8:
.
-
9:
.
-
10:
end while
-
Output:
The low-rank matrix .
|