On low-rank tensor train approximability for linear nearest neighbor systems
arXiv:2607.06453
2026
Architecture
1 ideas extracted · analyzed Aug 30, 2026
What the math gives to ML
The paper develops a constructive tensor-train viewpoint for high-dimensional operators assembled from nearest-neighbor interactions, and studies how polynomial and Krylov iterations increase tensor ranks. The transferable asset is not merely TT compression, which is already known, but the fact that locality and partial commutativity can keep ranks of operator polynomials controlled independently of the number of sites. This suggests neural blocks that apply learned polynomial filters of a chain-local operator while truncating TT ranks after every multiplication, giving costs that scale with local dimension and rank rather than exponentially with feature order. The most credible first target is an implicit or recurrent tensorized residual block, with rank growth and accuracy measured against dense and standard tensorized baselines.
Ideas from this paper
△ Mechanism confirmed, baseline not beaten
2026
Represent a high-order feature tensor as a tensor train and replace a dense global feature transform by a truncated polynomial in a learned nearest-neighbor operator. The block computes a short Krylov expansion, p_m(A)x = sum from k=0 to m of c_k A^k x, compressing back to a fixed TT rank after each operator application; locality is intended to prevent rank growth from scaling with the total number of tensor sites.
Useful7/10
Difficulty6/10
Novelty5/10