Iterative tensor network transformations for element-wise evaluation of elementary and filtering functions
arXiv:2608.17135
2026
Architecture
1 ideas extracted · analyzed Sep 1, 2026
What the math gives to ML
The paper provides a constructive polynomial iteration for evaluating the discontinuous sign function element-wise while remaining in a tensor-train (TT) representation. The key transferable asset is that addition, scalar multiplication, and Hadamard products can implement nonlinear thresholding without expanding an exponentially large explicitly stored field, provided intermediate TT ranks are controlled by rounding. In neural networks, this is most promising for compressed binary gating or threshold masks over very large structured activation tensors, especially TT-compressed mixture-of-experts routing or binary-weight/activation layers. The first experiment should test whether a few cubic iterations produce useful hard gates at lower memory than densifying the TT tensor, while measuring approximation error and rank growth.
Ideas from this paper
Unverified
2026
Replace explicit thresholding of a large structured routing-logit tensor with the paper's cubic sign iteration applied directly to its TT cores. The resulting approximate sign field can be converted into binary expert gates or binary activation masks without materializing all tensor entries, enabling routing over exponentially large Cartesian index spaces. Use TT rounding after each Hadamard product to prevent rank explosion, and compare the method against dense thresholding on smaller…
Useful6/10
Difficulty6/10
Novelty7/10