Hybrid Least Squares/Gradient Descent Methods for MIONets
arXiv:2607.06976
2026
Optimization
1 ideas extracted · analyzed Aug 30, 2026
What the math gives to ML
The paper exposes a useful multilinear structure in MIONets: once all but one branch's final-layer parameters are fixed, the network output is linear in the remaining parameters. This permits exact or ridge-regularized block least-squares updates instead of noisy gradient steps, while retaining gradient descent for nonlinear hidden layers. The transferable asset is alternating optimization over multilinear factors together with matrix-free Kronecker/Khatri-Rao implementations that avoid constructing enormous design matrices. A practical first test is a hybrid optimizer for tensor-factorized MLPs or multi-input operator networks, measuring loss decrease and wall-clock time at equal computational cost.
Ideas from this paper
✓✓ Beats tuned baseline
2026
Replace gradient updates for one branch's final linear layer at a time with an exact ridge least-squares solve while holding the other branches, trunk, and hidden layers fixed. The method applies to any model whose output is a sum of products of branch factors and a trunk factor, including MIONets and tensorized neural networks.
Useful7/10
Difficulty5/10
Novelty6/10