Aij is the element in the (i)th row and (j)th column of the matrix A
pi: i-th element of p, (1≤i≤m)
qj: j-th element of q, (1≤j≤n)
Interpretation:
the columns of p are scaled, by a scaling factor given in vector q, and result in the columns in A
the rows of qT are scaled, by a scaling factor given in vector p, and result in the rows in A
Examples of video frames
a set of image frames representing a video, each image represented by a row vector of pixels → can represent the whole video as a matrix A
if the video shows a no-movement scene
→ each row in matrix A is identical
→ all rows are scaled copies of the same row vector + all cols are scaled copies of the same col vector
→ matrix A is dyad
Sum of dyads
SVD theorem: any matrix can be written as a sum of dyads: A=∑i=1rpiqiT (pi,qi are mutually orthogonal)
can interpret data as sum of simpler matrix (dyads)
mutual orthogonality of each dyad ensures each encodes independent information