Rank-one Matrix

Let . If there exist two vectors and such that

then we call a rank-one matrix.

This is equivalent to saying that the column space (or row space) of is spanned by a single vector.

SVD as Sum of Outer Products

The SVD can be written as a sum of rank-1 matrices formed by outer products of corresponding singular vectors, weighted by singular values:

Each term is a rank-1 matrix by construction, fully depending on / explained by one row and col, and captures a fundamental (orthogonal) direction of variation in the data, weighted by the corresponding singular value .

This sum of rank-1 matrices increasingly improves the approximation of (like denoising! 2).

Link to original