Research Article

Fast Second-Order Orthogonal Tensor Subspace Analysis for Face Recognition

Algorithm 3

Newton's method for trace ratio optimization.
Input: and a dimension
Output: which solves the trace ratio optimization problem (27)
(1) Select an initial unitary matrix ;
(2) Compute
       ;
(3) Until convergence Do:
   (3.1) Compute the eigenvectors of the matrix
     corresponding to the largest eigenvalues.
   (3.2) Set ;
   (3.3) Compute
         .
   End Do