Unifying singular value decompositions of tensors via aligned orthogonality
arXiv:2608.03202
2026
Architecture
1 ideas extracted · analyzed Aug 31, 2026
What the math gives to ML
The paper develops a higher-order analogue of SVD in which tensor rank-one terms are simultaneously aligned with singular-vector bases of tensor flattenings. Its transferable asset is the combination of mode-wise orthogonality, shared indexing across tensor factors, identifiable structured decompositions, and truncation as a critical low-complexity approximation. This suggests tensorized neural layers whose factors remain aligned and orthogonal, enabling principled rank pruning rather than arbitrary CP or Tucker compression. The most practical first test is replacing a dense linear or convolutional layer with an aligned orthogonal tensor factorization and measuring accuracy at equal parameter count and inference FLOPs.
Ideas from this paper
Unverified
2026
Represent a neural-network weight tensor by rank-one terms whose mode factors are selected from shared orthonormal bases, and impose the same basis alignment across tensor flattenings. During or after training, retain the largest coefficients to obtain a structured truncation analogous to truncated SVD. This should produce better-conditioned tensorized layers than unconstrained CP factors while preserving a directly controllable accuracy/compute tradeoff.
Useful6/10
Difficulty5/10
Novelty5/10