Which directions does a matrix refuse to rotate?
Vishnu Boddeti
Example 1
PCA supports diagnosis and compression, but high variance is not the same as downstream importance; some post-processing methods even remove dominant common directions.
Example 2
Leading eigenvalues reveal directional sharpness, while a stochastic trace estimate summarizes total signed curvature across all directions.
Example 3
The top eigenvector exposes a shared pattern worth investigating, while residual eigenmodes identify failures that need separate interventions.
Example 4
The paper turns this competing-objective problem into a generalized eigendecomposition, giving globally optimal directions within the chosen kernel feature space.
Each scenario hides a mathematical structure from this lecture. Identify the structure, justify your choice, and then solve the resulting problem.
A linearized recurrent or state-space block repeatedly applies the same transition. The team wants to predict long-horizon stability without simulating thousands of token steps.
$h_{t+1}=Wh_t$ with $W=\begin{bmatrix}1.1&0\\0&0.7\end{bmatrix}$ and $h_0=(a,b)^\top$.
A two-channel message-passing operator has unknown eigenvalues. Logging records only its trace and determinant. Repeated propagation oversmooths when one mode persists while the other rapidly vanishes.
The operator is $2\times2$, with $\operatorname{tr}(A)=1.2$ and $\det(A)=0.2$.
A linearized self-supervised consistency update is applied repeatedly to an embedding. Engineers expect one semantic feature to remain invariant while nuisance disagreement decays.
$A=\begin{bmatrix}0.8&0.2\\0.1&0.9\end{bmatrix}$ is the local update on two-dimensional embeddings.