A Direct Polynomial Approach to Spectral Decomposition
arXiv:2607.20218
2026
Architecture
1 ideas extracted · analyzed Aug 30, 2026
What the math gives to ML
The paper gives an explicit Hermite-interpolation construction of spectral projectors directly as matrix polynomials, including non-diagonalizable matrices with nontrivial nilpotent components. The transferable asset is that invariant spectral subspaces and matrix functions can be evaluated using only repeated matrix multiplications, avoiding an eigendecomposition at inference time and retaining information about Jordan structure. A practical target is a small state-space or recurrent layer whose transition operator is decomposed into polynomially computed modes, allowing mode-specific stability constraints, gains, dropout, or truncation. The main engineering limitation is numerical conditioning when eigenvalues are close, so an initial implementation should use normal or symmetric transition matrices and refresh the polynomial coefficients only occasionally.
Ideas from this paper
Unverified
2026
Replace an eigendecomposition-based spectral controller in a small recurrent or state-space transition layer with explicit polynomial projectors. Each hidden state is split into invariant modes, and each mode receives a separately constrained recurrent multiplier, enabling direct suppression of unstable modes or selective retention of long-memory modes using only matrix-polynomial evaluations.
Useful5/10
Difficulty6/10
Novelty6/10