9.128 min read
Matrix Formulation of Linear Reduction
The linear reduction problem in matrix form: minimize over matrices with .
Since is the projection matrix onto the column space of , this asks: what rank- projection minimizes the Frobenius distance between and its projection? The Frobenius norm measures the total squared size.
Formal View
Definition 9.3 — Linear Reduction as Matrix Approximation
The linear reduction problem:
equivalent to finding the best rank- projection minimizing .
.
Why This Matters
Framing as Frobenius-norm matrix approximation unlocks the Eckart-Young theorem.
- Image compression: minimize .
- Collaborative filtering: best low-rank approximation to user-item matrix.
- Noise reduction: small singular values capture noise; truncating them cleans the signal.
Quiz
Question 1
The Frobenius norm equals:
Question 2
is the orthogonal projection onto the column space of when has orthonormal columns.
Common Mistakes
- Confusing Frobenius norm with spectral norm (largest singular value).
- Thinking — true only if ; for , it is a rank- projection.