Isotropic Decompositions via Inverse Eigenvectors
arXiv:2607.26048
2026
Geometry
1 ideas extracted · analyzed Aug 31, 2026
What the math gives to ML
The paper constructs a nonlinear analogue of an eigenbasis from vectors satisfying the coordinatewise inverse-eigenvector equation Mα = α⁻¹, and uses these vectors to decompose the identity into positive rank-one terms. For real correlation matrices, the resulting vectors and weights form a centered discrete isotropic probability measure, equivalently a weighted tight frame with Σᵢ cᵢαᵢαᵢᵀ = I and Σᵢcᵢ = 1. This provides a principled way to generate finite prototype or feature dictionaries whose covariance is exactly controlled without applying an explicit whitening transform. The most plausible ML transfer is a structured initialization or trainable codebook for embeddings, attention directions, or MoE routers, with approximate inverse-eigenvector solving performed offline and the tight-frame residual monitored during training.
Ideas from this paper
Unverified
2026
Construct a finite neural prototype dictionary from solutions of Mα = α⁻¹, where the inverse is coordinatewise, and assign positive weights so the dictionary obeys the isotropy identity Σᵢ cᵢαᵢαᵢᵀ = I. Use the resulting frame as the initialization or fixed geometry for embedding prototypes, attention directions, or MoE router experts instead of initializing those vectors independently. The isotropy guarantee should reduce directional collapse and make early optimization…
Useful5/10
Difficulty6/10
Novelty6/10