|
Algorithm 1 Multi-modal Learning Algorithm |
-
1:
Input: Two block matrices V and W.
-
2:
Output: The projection matrix B.
-
3:
Initialize to any column orthogonal matrix.
-
4:
repeat
-
5:
Calculate using Equation (13).
-
6:
Construct the trace difference problem based on Equation (14).
-
7:
Solve the trace difference problem using Equation (15).
-
8:
Reconstruct the projection matrix .
-
9:
Perform singular value decomposition .
-
10:
Update the projection matrix using Equation (16).
-
11:
until.
-
12:
.
|