LGCVNANAJun 24

Tensorion: A Tensor-Aware Generalization of the Muon Optimizer

arXiv:2606.259758.9
Predicted impact top 49% in LG · last 90 daysOriginality Incremental advance
AI Analysis

For practitioners training models with tensor-structured parameters (e.g., tensor layers), Tensorion offers a principled optimizer that exploits multilinear structure, though results are preliminary and domain-specific.

Tensorion extends Muon's constrained optimization to higher-order tensors, improving convergence and stability over Adam and tensor-aware baselines in tensor-based computer vision tasks.

Common first-order optimizers, such as Adam, implicitly treat each parameter block as an unstructured vector, which disregards the multilinear weight structure present in many modern machine learning models. Recent work has shown that exploiting matrix structure can improve optimization dynamics. A notable example is Muon, which performs steepest descent under the spectral norm constraint. We take the next step and introduce Tensorion, a tensor-aware optimizer that extends Muon's constrained optimization perspective from matrices to higher-order tensors. Tensorion is built around a linear minimization oracle (LMO) over a tensor norm ball. The norm is carefully chosen to balance two objectives: tightly bounding the tensor spectral norm, while still keeping the LMO tractable. This LMO becomes computable because it reduces to operations on adaptively selected unfolding matrices. Notably, when restricted to order-2 tensors (i.e., matrices), Tensorion recovers Muon exactly. Experiments on tensor-based computer vision problems suggest that Tensorion can offer improved convergence behavior and more stable gradient updates compared with Adam-based and existing tensor-aware baselines in the evaluated settings.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes