Low-Rank Approximation

low-rank-approximationsingular-value-decompositionfactor-modeldimension-reductionleast-squarescovariance-matrix

Definition

Low-rank approximation is the problem of representing a matrix AA by another matrix BB of prescribed rank rr that is as close to AA as possible. Under the least-squares (Frobenius-norm) criterion, the Eckart-Young theorem (Eckart-Young 1936) shows the optimum is the truncated singular value decomposition: keep the rr largest singular values of AA and zero the rest. It is the mathematical foundation of principal components, factor analysis, and reduced-rank regression.

Key Ideas

Why It Matters

Open Questions

Related