NeFut Logo NeFut
Admin Login

[CS.AI] Efficient Hybrid LSGD Method for MIONets Training

Published at: 2026-07-10 22:00 Last updated: 2026-07-13 08:25
#algorithm #Machine Learning #optimization

In this paper, we propose an efficient hybrid least squares/gradient descent (LSGD) method for MIONets to accelerate training. This method generalizes the LSGD method for DeepONets. Since MIONet is the sum of the entrywise product of multiple branch networks and a trunk network, it can be viewed as a multilinear function with respect to the last layer parameters of each branch network. These sets of parameters can be optimized using the alternating least squares method, where we solve the LS system for a single branch network in turn. To handle the large-sized system matrix, we introduce Kronecker and Khatri-Rao products and tensor permutation matrices to factor the large matrix into small ones. Our method is compatible with a general type of $L^2$ loss with regularization terms for the last layer parameters of each branch, where linear operators can be applied to the MIONet output in each loss term.

Blogger's Review: This paper significantly enhances the training efficiency of MIONets by introducing the hybrid LSGD method, especially in optimizing multi-branch networks. The use of tensor decomposition techniques effectively reduces computational complexity, providing new insights for training deep learning models.

Original Source: https://arxiv.org/abs/2607.06976

[h] Back to Home