Hybrid Method Accelerates MIONet Training

Jun Choi, Chang-Ock Lee, Minam Moon· July 9, 2026 View original

▶ The 2-minute explainer

Key takeaways

  • A new hybrid LSGD method significantly accelerates MIONet training.
  • The approach leverages the multilinear nature of MIONets for alternating least squares optimization.
  • Tensor products are used to efficiently handle large system matrices.
  • This method offers faster model development and deployment for function approximation tasks.

Who benefits

Scientific ComputingEngineering SimulationAI ResearchManufacturing

Summary

This paper proposes an efficient hybrid least squares/gradient descent (LSGD) method to significantly accelerate the training of MIONets. The technique treats MIONets as multilinear functions, allowing for alternating least squares optimization combined with tensor decomposition to handle large system matrices.

Training MIONets, a type of neural network, can be computationally intensive. This research introduces a novel hybrid optimization approach that combines least squares (LS) and gradient descent (GD) methods to speed up this process. The method extends a similar technique previously applied to DeepONets. The core idea is to view the MIONet as a multilinear function with respect to the final layer parameters of its individual branch networks. This perspective enables the use of an alternating least squares method, where parameters for each branch network are optimized sequentially. To manage the large system matrices that arise in this process, the authors leverage Kronecker and Khatri-Rao products along with tensor permutation matrices. This factorization breaks down large matrices into smaller, more manageable ones, making the optimization more efficient. The proposed method is also flexible enough to accommodate various L2 loss functions with regularization.

Why it matters

Data scientists and AI engineers can significantly reduce the training time for MIONets, enabling faster experimentation, deployment, and iteration on models used for complex function approximation.

How to implement this in your domain

  1. 1Review the mathematical foundations of the LSGD method for MIONets and DeepONets.
  2. 2Experiment with implementing the hybrid LSGD approach in existing MIONet architectures.
  3. 3Benchmark training speed and model performance against traditional gradient descent methods.
  4. 4Consider how Kronecker and Khatri-Rao products can be applied to optimize other multilinear deep learning models.

Original post by Jun Choi, Chang-Ock Lee, Minam Moon

"arXiv:2607.06976v1 Announce Type: new Abstract: 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 o…"

View on X

Originally posted by Jun Choi, Chang-Ock Lee, Minam Moon on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses