Hybrid Method Accelerates MIONet Training

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

▶ The 2-minute explainer

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.

Who benefits

Scientific ComputingEngineering SimulationAI ResearchManufacturing

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.

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

More in AI Engineering & DevTools

AI ResearchAI Engineering & DevTools

Transformers Learn Non-Invertible Modular Multiplication via Stratified Fourier Mechanisms.

This research investigates how small transformers learn modular integer multiplication over composite moduli, a non-invertible operation. It proposes the "monoid extension" theory, suggesting models partition input space into hierarchical algebraic regions where Fourier mechanisms apply, explaining how embeddings, attention, and local features contribute to the computation.

Zitong Andrew Chen, Junaid Hasan, Akhil Srinivasan, Hemkesh Bandi, Jarod AlperJul 9, 2026
AI Engineering & DevToolsAI Research

New Interpretable Model Handles Feature Interactions in Tabular Data.

This paper introduces Interaction Aware Interpretable Machine Learning (IAIML), a framework for tabular data that addresses the limitation of traditional interpretable models in capturing feature interactions. IAIML uses adaptive discretization, pairwise interaction scoring, and a partitioned explanation budget to achieve high accuracy while maintaining interpretability.

Srikumar KrishnamoorthyJul 9, 2026
AI ResearchAI Engineering & DevTools

Principles of Deep Feedforward ReLU Networks Unveiled.

This paper systematically studies the mechanisms of deep feedforward ReLU networks, generalizing principles from two-layer networks to deeper architectures. It explains how hidden-layer units form piecewise linear manifolds to divide input space and how paths and their relationships are central to understanding the back-propagation training solution.

Changcun HuangJul 9, 2026