1: \begin{abstract}
2:
3: Factor Analysis is about finding a low-rank plus sparse additive decomposition from a noisy estimate of the signal covariance matrix.
4: % as a low rank matrix and a sparse matrix.
5: %It is required that the sparse matrix be diagonal while the low-rank matrix possesses a sufficiently small rank.
6: In order to get such a decomposition, we formulate an optimization problem using the nuclear norm for the low-rank component, the $\ell_0$ norm for the sparse component, and the Kullback--Leibler divergence to control the residual in the sample covariance matrix.
7: %We design an item-by-item coordinate descent algorithm to update the nonconvex variable $\mathbf{S}$.%, and provide convergence analysis of the local minimizer.
8: %Finally,
9: An alternating minimization algorithm is designed for the solution of the optimization problem.
10: The effectiveness of the algorithm is verified via simulations on synthetic and real datasets.
11: \end{abstract}