Notable efficiency inference

Multi-Rate Mixture of Experts for Accelerating Liquid Neural Network Training

Shilong Zong, Almuatazbellah Boker, Hoda Eldardiry

Published
Jun 10, 2026 — 15:43 UTC

Problem
The paper addresses the limitations of traditional recurrent neural networks (RNNs), particularly Long Short-Term Memory (LSTM) networks, in modeling complex multivariate time-series data characterized by irregular sampling and heterogeneous dynamics. While Liquid Neural Networks (LNNs) offer continuous-time dynamics, they typically utilize a single dynamical system, which restricts their capacity to capture diverse temporal patterns. This work proposes a Multi-Rate Mixture-of-Experts (MR-MoE) framework to enhance LNNs by enabling the modeling of fast and slow temporal dynamics simultaneously. The research is presented as a preprint and has not undergone peer review.

Method
The MR-MoE framework integrates multiple LNN-based experts, each operating at distinct temporal scales, allowing for the explicit separation of fast-changing dynamics from slow-evolving trends. A gating network is employed to facilitate adaptive expert specialization based on the input conditions, enhancing the model’s flexibility. Additionally, the architecture incorporates feature-level and temporal attention mechanisms. Feature-level attention is designed to suppress irrelevant or noisy variables, while temporal attention focuses on significant historical states, thereby improving the model’s robustness and interpretability. The training process and computational efficiency are optimized, although specific training compute details are not disclosed.

Results
The MR-MoE framework was evaluated on a complex multivariate time-series prediction task, demonstrating significant performance improvements over strong baselines, including LSTM, monolithic LNN, and standard Mixture-of-Experts (MoE) models. The proposed method achieved superior Area Under the Receiver Operating Characteristic (AUROC) and Area Under the Precision-Recall Curve (AUPRC) metrics, although exact numerical results are not provided in the summary. The findings indicate that the combination of continuous-time dynamics, multi-scale expert decomposition, and adaptive attention mechanisms leads to enhanced predictive performance.

Limitations
The authors acknowledge that the MR-MoE framework, while effective, may still face challenges in scalability and generalization to extremely high-dimensional datasets. Additionally, the reliance on a gating network introduces complexity that may affect interpretability. The paper does not discuss potential overfitting issues or the computational overhead associated with training multiple experts, which could be a concern in resource-constrained environments.

Why it matters
The introduction of the MR-MoE framework represents a significant advancement in the modeling of multivariate time-series data, particularly in contexts where temporal dynamics are complex and heterogeneous. By leveraging continuous-time dynamics and adaptive attention mechanisms, this work opens avenues for more accurate and interpretable time-series forecasting models. The implications of this research extend to various applications, including finance, healthcare, and IoT, where understanding temporal dependencies is crucial. This work is available on arXiv and contributes to the ongoing discourse on enhancing neural network architectures for time-series analysis.

Turing Wire

By Turing Wire editorial staff · Jun 10, 2026 · Editorial standards →

Source: arXiv cs.LG