Next Article in Journal
Regime-Dependent Elastic Displacement in Bio-Inspired Parametric Kirigami Structures: An Experimental Study of Geometric Parameter Effects
Previous Article in Journal
3D-Bioprinted Multifunctional Nanocomposite Scaffolds for Alveolar Bone–Periodontal Ligament–Root Cementum Regeneration: A Narrative Review
Previous Article in Special Issue
Design Methodology for a Backrest-Lifting Nursing Bed Based on Dual-Channel Behavior–Emotion Data Fusion and Biomechanical Simulation: A Human-Centered and Data-Driven Optimization Approach
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Mixture of TSMixer Experts for Time Series Forecasting

Department of Computer Science, Chungbuk National University, Cheongju 28644, Republic of Korea
*
Author to whom correspondence should be addressed.
Biomimetics 2026, 11(6), 426; https://doi.org/10.3390/biomimetics11060426 (registering DOI)
Submission received: 14 April 2026 / Revised: 8 June 2026 / Accepted: 9 June 2026 / Published: 15 June 2026
(This article belongs to the Special Issue Advanced Intelligent Systems and Biomimetics)

Abstract

As recent Multi-Layer Perceptron (MLP) mixer models have achieved state-of-the-art performance in time series forecasting, modeling each MLP-mixer as a separate expert within a mixture is expected to extend the representational capacity of the model, allowing each expert to be activated in response to time-varying inputs. However, extending MLP-mixers into a Mixture-of-Experts (MoE) architecture introduces a significant increase in the number of trainable parameters, rendering the model more challenging to train. To mitigate this problem, we propose a method that composes a fully trainable global expert and multiple non-trainable local experts. Specifically, our approach clones the weights of the global expert into the local experts and then modifies their weight distributions using moment learning, a recently proposed unconventional method for training neural networks. Concretely, each local expert is produced by applying moment-based transformations to a shared copy of the global expert’s weights, so that expert specialization is obtained without independently training the additional experts. Experimental results using a lightweight Time Series Mixer (TSMixer) architecture demonstrate that our method achieves performance competitive with fully trainable MoE counterparts, without introducing a significant increase in trainable parameters. Across multiple benchmark settings, the proposed model attains forecasting accuracy on par with, and in several cases favorable to, a fully trainable multi-expert baseline while adding only a small fraction of the extra trainable parameters that such a baseline requires, and this efficiency is further corroborated by measurements of memory footprint as well as an effect-size-based assessment of the observed differences.

Graphical Abstract

1. Introduction

Deep time series forecasting models have been dominated by Transformer-based architectures and recurrent neural networks [1]. While these approaches have achieved strong empirical performance, they often incur substantial computational costs and may not always be optimal for modeling long-term temporal dependencies. Recently, Multi-Layer Perceptron (MLP)-based architectures have emerged as a compelling alternative, demonstrating that competitive performance can be achieved without relying on attention mechanisms. In particular, Time Series Mixer (TSMixer) has shown that carefully structured MLP layers, which decouple temporal and feature-wise interactions, can outperform Transformer-based models on widely used benchmarks while maintaining computational efficiency [2].
From a biomimetic perspective, this multi-expert formulation can be interpreted as an artificial analog of adaptive biological systems, in which a shared underlying structure gives rise to diverse functional responses through controlled variation. This design draws conceptual inspiration from the modular organization of biological neural systems, where distinct specialized regions process different aspects of sensory input in parallel while operating within a common architectural blueprint, as observed in the mammalian neocortex [3,4]. Similarly, non-stationary time series forecasting requires a model to preserve stable knowledge while adapting to heterogeneous temporal regimes. This analogy motivates our design of multiple expert models that share a common backbone but exhibit distinct functional behaviors through structured parameter transformations.
The idea of combining multiple experts is closely related to the Mixture-of-Experts (MoE) paradigm, which has been widely adopted following the success of Transformers in natural language processing [5,6]. In such architectures, standard feed-forward layers are replaced with multiple expert networks, leading to significant performance improvements in large-scale models [7,8]. However, directly applying dense multi-expert architectures to TSMixer introduces several challenges.
First, the number of trainable parameters increases substantially, since each expert corresponds to a full TSMixer module. In dense configurations, all experts are activated for each input, requiring gradient updates across all parameters at every iteration. This leads to high computational cost and inefficient training. While sparse routing methods attempt to alleviate this issue [8,9,10], they often introduce instability or performance degradation unless carefully tuned [11].
Second, ensuring meaningful specialization among experts remains difficult. Without explicit structural constraints, multiple experts may converge to similar representations, limiting the benefits of increased capacity. Prior approaches attempt to address this through architectural modifications, auxiliary loss functions, or improved routing strategies [12,13,14,15,16], but these solutions often increase model complexity and require additional hyperparameter tuning.
To address these limitations, we draw inspiration from moment learning [17], a recently proposed framework that parameterizes neural network weights through the statistical moments of their distributions. In the context of biomimetics, moment-based parameterization provides a computational mechanism for generating diversity from a shared structural template, resembling how biological systems produce functional variation without abandoning their common underlying organization. In its original formulation, moment learning generates weight matrices using random projections, where the structure of the network is implicitly determined by low-dimensional moment parameters. While this approach is effective in reducing the number of trainable parameters, it does not leverage task-specific learned representations, as the generated weights are not directly tied to a fully optimized model.
In contrast, we reinterpret this idea in a fundamentally different manner. Instead of generating weights from random projections, we begin with a fully trainable global TSMixer that is optimized using standard gradient-based learning. Each additional expert is then constructed by copying the weights of this global model and transforming their distribution through a small set of trainable moment parameters. This design is conceptually analogous to biological adaptation, where individual variations emerge from a shared structural basis rather than from entirely independent organisms. In this way, all experts inherit a strong, task-optimized initialization, while their functional diversity is introduced through controlled distributional modifications.
More specifically, the transformation applied to each expert can be viewed as a structured deformation of the global parameter space. By parameterizing deviations in terms of statistical moments—such as mean, variance, skewness, and kurtosis—and applying a truncated series expansion around a baseline distribution (e.g., Gaussian), we obtain a family of experts that are closely related to the global model but exhibit distinct functional behaviors [18]. Importantly, this process requires optimizing only a small number of parameters per expert, rather than the full set of weights.
This design provides two key advantages. First, it significantly reduces the number of trainable parameters compared to fully trainable multi-expert architectures, since only the global TSMixer and a small set of moment parameters are optimized. Second, it enables explicit and stable expert specialization. Because all experts are derived from a shared, well-trained global model but are deformed in different statistical directions, they operate in related yet distinct functional subspaces. This ensures meaningful diversity without sacrificing parameter efficiency.
We apply this framework to long-term time series forecasting, where TSMixer has demonstrated strong baseline performance but has not been extensively explored in a multi-expert setting. Existing approaches in this domain either rely on single-model architectures or introduce multiple experts at the cost of significantly increased parameter complexity. Our approach bridges this gap by providing a parameter-efficient method for extending TSMixer into a multi-expert framework.
It is worth making the biomimetic motivation of this work precise, since it is not merely a descriptive analogy but the organizing principle behind the proposed design. In living organisms, the remarkable functional diversity of differentiated cells—neurons, muscle cells, and epithelial cells, among many others—does not arise from each cell type carrying a separate, independently specified blueprint. Instead, every cell descends from a single shared genome, and specialization emerges when regulatory processes selectively modulate how that common template is expressed, so that distinct phenotypes are produced through controlled variation around a stable structural foundation rather than through wholesale reconstruction. The proposed method is deliberately constructed as a computational counterpart of this principle. The fully trainable global expert plays the role of the shared genome, providing a single task-optimized structural template; the small set of learnable moment parameters plays the role of the regulatory modulation that reshapes the statistical distribution of the cloned weights; and the resulting local experts play the role of differentiated cell types, each a specialized functional variant of the same underlying backbone. Under this correspondence, the biological notions of a shared structure, of controlled phenotypic variation, and of specialization without duplication are each realized by a concrete and identifiable mechanism in the model—weight cloning, moment-based distributional morphing, and gated combination of the resulting experts—so that the biomimetic perspective is grounded in the actual computation rather than invoked only by name. This biological insight of generating diversity from a shared foundation is precisely what motivates a parameter-efficient construction, because it allows the model to obtain expert diversity while avoiding the parameter growth that would accompany training each expert as an entirely independent organism.
In summary, this study makes the following contributions. First, we extend TSMixer into a multi-expert architecture without incurring a proportional increase in trainable parameters. Second, we propose a novel reinterpretation of moment-based parameterization, replacing random projection-based weight generation with distributional transformations of a learned global model. Third, we introduce a biomimetically motivated expert generation mechanism, in which multiple specialized experts are derived from a shared global structure through controlled statistical variation. Fourth, we demonstrate that this approach enables effective expert specialization and achieves competitive performance compared to fully trainable multi-expert baselines.
The remainder of this paper is organized as follows. In Section 2, we review the relevant literature. Section 3 introduces the proposed methodology. Section 4 presents the experimental results along with a detailed discussion. Finally, Section 5 concludes the paper and discusses potential directions for future research.

2. Prior Work

The success of the Transformer architecture and its self-attention mechanism [6] has led to the development of numerous variants for long-term time series forecasting (LTSF), many of which report strong empirical performance on standard benchmarks [19,20,21]. However, recent studies have questioned whether such parameter-heavy architectures are necessary for this task. In particular, Zeng et al. [22] show that simple linear models, such as DLinear, can outperform vanilla Transformers while using significantly fewer parameters. This observation highlights the vulnerability of complex models to non-stationarity and motivates the exploration of more efficient and robust alternatives.
One line of research addresses non-stationarity through normalization techniques. For example, the Non-Stationary Transformer incorporates normalization directly into model architectures [23]. Although these methods improve robustness to distributional shifts, they do not fundamentally resolve the inefficiency and overfitting issues associated with highly parameterized models.
An alternative direction is to design lightweight architectures that maintain strong predictive performance with reduced complexity. In this context, MLP-based mixer models have recently emerged as competitive alternatives to Transformer-based approaches [2,24,25,26]. In particular, TSMixer models temporal and feature interactions through simple feed-forward mixing operations and has been shown to outperform several Transformer variants on LTSF benchmarks [2]. Compared to more complex mixer variants, TSMixer offers a favorable trade-off between performance and computational efficiency, making it an appealing backbone for further architectural extensions.
Another promising approach for improving model capacity and adaptability is the Mixture-of-Experts (MoE) framework. By decomposing a model into multiple experts, MoE architectures enable input-dependent specialization and have demonstrated strong scaling properties in large-scale settings [9]. However, applying MoE directly to time series models introduces significant challenges. Dense expert configurations incur substantial increases in the number of trainable parameters, while sparse routing mechanisms require careful balancing to avoid instability and performance degradation. Moreover, ensuring meaningful specialization among experts remains difficult without introducing additional architectural or optimization complexity.
While recent studies have explored MoE in large-scale or foundation-model settings for time series forecasting, relatively little attention has been given to parameter-efficient multi-expert designs built on lightweight backbones. In particular, extending TSMixer into a multi-expert framework without incurring a proportional increase in trainable parameters remains an open problem. Furthermore, existing approaches typically rely on independently trained experts, which limits parameter efficiency and does not explicitly control the diversity among experts.
To address these limitations, our work builds upon TSMixer with a parameter-efficient multi-expert formulation inspired by moment-based parameterization: rather than generating weights through random projections, we construct additional experts by transforming the weight distribution of a fully trained global model. This retains task-specific representations while inducing structured diversity across experts, achieving both parameter efficiency and effective specialization.

3. Proposed Method

The proposed time series forecasting model comprises multiple TSMixers functioning as distinct experts within a single mixture, as illustrated in Figure 1. Among these experts, only the global mixer is fully trainable; the weights of each local mixer expert are cloned from the global mixer and then morphed via trainable moment parameters, rather than optimizing every weight individually. This is a variant of moment learning [17].
The design of the proposed model is also motivated by a biomimetic principle observed in biological neural systems: functional specialization can emerge from localized modification of a shared structural substrate. In the mammalian cortex, specialized regions and circuits process different types of information while preserving a broadly shared anatomical and developmental organization [3,4]. Such specialization is further shaped by experience-dependent synaptic plasticity, through which neural circuits are selectively modified rather than constructed independently from scratch [27]. Analogously, our framework maintains a shared global expert as a stable structural template and derives multiple local experts through controlled statistical transformations of its weights. In this sense, the local experts can be interpreted as biomimetically inspired functional variants of a common backbone, enabling the model to adapt to heterogeneous temporal regimes without independently training every expert.

3.1. Weight Cloning and Modification

Given the weights between two linear layers in the global mixer expert, denoted as W R d o u t × d i n , where d i n and d o u t represent the input and output dimensions respectively, the corresponding linear layer weights of the m -th local mixer expert (out of M local experts) are initialized as W ( m ) W , and then morphed using parameterized statistical moments, such as mean, variance, skewness, and kurtosis, characterizing the shape of the weight distribution.
This weight cloning and modification process can be viewed as a biomimetic abstraction of variation around a shared biological template. Instead of constructing each expert as an entirely independent model, the proposed method preserves a common structural foundation and introduces controlled deviations in the statistical properties of the weights. This mechanism resembles how biological systems maintain stable core structures while producing diverse functional variants through small but systematic variations. In this interpretation, moment-based deformation plays a role analogous to localized synaptic modification, in which a shared neural substrate is selectively reshaped to support specialized functional responses.
First, for each element w i ( m ) W ( m ) , the adjustment of higher-order moments—those of order greater than 2 (i.e., skewness, kurtosis, and beyond)—is performed using the Edgeworth expansion. This procedure morphs the distribution of the copied weight values of a local mixer expert as follows:
w i ( m ) w i ( m ) + k = 3 K γ k ( m ) k ! H k 1 w i ( m ) ,
where K is the number of moment parameters, γ k ( j ) denotes the k -th moment parameter for the m -th local expert, and H k 1 w is the probabilists’ Hermite polynomial of order k 1 , evaluated at w , and is computed as
H k 1 w = p = 0 k 1 / 2 k 1 ! 1 p p ! k 2 p 1 ! 2 p w k 2 p 1 .
Since this computation involves multiple factorial operations, the term k 1 ! 1 p / p ! k 2 p 1 ! 2 p for each k = 3 , , K is precomputed and cached. During training, only the term w k 2 p 1 is computed dynamically.
Second, using the lower-order moment parameters, γ 1 ( m ) and γ 2 ( m ) , corresponding to the mean and the standard deviation (in place of variance), respectively, the weight value distribution of the m-th local expert is morphed as follows:
w i ( m ) γ 1 ( m ) + e x p γ 2 ( m ) · w i ( m ) ,
where the exponentiation ensures that the standard deviation of the weight distribution remains non-negative. Through these higher- and lower-order adjustments, the local mixer experts attain weight distributions that differ from one another and from the global expert, thereby enabling each expert to define a distinct learned projection space.
In practical terms, the individual moments act on complementary aspects of the cloned weight distribution and therefore induce different forms of specialization. Adjusting the mean shifts the overall location of the weights and thus the baseline response of the expert, while scaling the standard deviation controls the spread of the weights and hence the sharpness or smoothness of the projection it realizes. The skewness parameter introduces a directional asymmetry, biasing an expert toward emphasizing one side of the weight distribution, and the kurtosis parameter reshapes the relative mass of the tails, modulating how strongly an expert relies on a few large-magnitude weights as opposed to many moderate ones. Higher-order terms refine this shaping further but exert progressively smaller influence, which is consistent with the truncated nature of the expansion. Collectively, these distinct effects allow the experts to occupy diverse regions of function space while remaining anchored to the shared global template, so that specialization is achieved through interpretable distributional shaping rather than through unconstrained independent training.
From a biomimetic viewpoint, these moment-based transformations play a role analogous to controlled phenotypic variation. The global expert provides a stable and task-optimized structural basis, while each local expert expresses a different functional behavior through changes in the distributional moments of its weights. Therefore, the proposed model does not simply increase the number of experts; rather, it generates a population of related but specialized experts from a common origin. This design allows the model to balance robustness and adaptability, which is a characteristic property of many biological adaptive systems.
We define the forward-pass inference of each local expert as a distinct nonlinear transformation, simply given by:
Y ^ ( m ) = f ( m ) X ; W ( m ) , Γ ( m ) ,
where X is the input matrix, and Γ ( m ) denotes the moment parameter matrix for the m-th local expert (i.e., γ k ( m ) Γ ( m ) ). Based on this formulation, the final output of the proposed model is computed as a weighted combination of the global and local expert outputs:
Y ^ = λ Y ^ g l o b a l + 1 λ m = 1 M α · , m 1 1 × d o u t Y ^ ( m ) .
Here, Y ^ g l o b a l is the output of the global mixer expert and λ 0 ,   1 is a trade-off coefficient which balances the contributions of the global and local experts. Specifically, λ controls the trade-off between the generalization offered by the global mixer and the specialization provided by the local mixers. In the biomimetic interpretation, this trade-off corresponds to the balance between structural stability and adaptive diversity: the global expert preserves the common knowledge shared across temporal regimes, whereas the local experts provide specialized responses to regime-specific patterns.
The term α · , m denotes gating weight vector for the m -th local expert, which can be computed using softmax or sigmoid gating functions. A learned input-dependent gate is adopted rather than a fixed uniform combination so that the relative emphasis placed on each moment-shaped expert can adapt to the local characteristics of the input sequence; the choice between the softmax and sigmoid forms, which differ in whether the experts compete through a normalized distribution or are weighted independently, is treated as a design option and resolved empirically in Section 4.
The vector 1 1 × d o u t is an all-one row vector used to broadcast the scalar weight across the output dimension. The operation denotes element-wise multiplication. This formulation allows each local expert to contribute to the final output while maintaining a shared context with the globally trained expert. The gating mechanism can also be interpreted as an adaptive selection process, in which different expert variants are emphasized depending on the input condition. This is loosely analogous to attentional modulation in biological neural systems, where contextual signals can amplify or suppress the influence of different processing pathways [4].
Note that we employ a dense-expert architecture, where all local experts are activated, as opposed to sparse gating, which is commonly used in large language models. However, the formulation can be readily modified to support sparse gating by setting α · , m to the zero vector for all unselected local experts and normalizing the outputs of the selected ones.
During training, the moment parameters are initialized to 0 and updated using a learning rate η l o c a l which is distinct from η g l o b a l used for updating the global expert weights W and all other trainable components Θ . At each training batch, we reset the temporary weight matrix W t e m p , so that all moment-based adjustments are applied to the latest global parameters. The overall procedure is presented in Algorithm 1. In terms of implementation flow, each training iteration proceeds in three stages. First, the global expert is updated by a standard gradient step on the forecasting loss, so that it continues to serve as a well-trained shared template. Second, its current weights are cloned into every local expert and morphed according to that expert’s own moment parameters through the truncated expansion described above, producing the specialized expert variants without storing independent full-weight matrices. Third, the gating network combines the resulting expert outputs, and the loss is back-propagated to update the gating parameters together with the small set of per-expert moment parameters, while the cloned weights themselves are treated as derived quantities rather than free variables. Because only the moment parameters and the gating map carry additional trainable weight, the optimization remains close in cost to training the single global expert, and the use of a larger learning rate for the local moment parameters reflects their comparatively small scale relative to the global weights.
Algorithm 1: Training of TSMixer Experts.
Input Training data X , targets Y
Parameter M , K , λ , η g l o b a l , η l o c a l
Output Trained W , Θ , Γ (moment parameters)
1:     Initialize W , Θ , Γ
2:    Precompute the Hermite coefficients using Equation (2)
3:    while not converged do
4:       for m 1 to M  do
5:           W t e m p ( m ) W
6:           Higher-order moment morphing using Equation (1)
7:           Lower-order moment morphing using Equation (3)
8:            W ( m ) W t e m p ( m )
9:         end for
10:        Compute global output Y ^ g l o b a l
11:        for m 1 to M  do
12:          Compute m - th local output Y ^ ( m )
13:       end for
14:       Compute α using a gating function
15:       Compute Y ^ using Equation (5) and final model output
16:        Update W and Θ using η g l o b a l
17:        Update Γ using η l o c a l
18:   end while
19:   return W , Θ , Γ

3.2. Model Architecture

The central concept of the proposed method is to replace a fully trainable Multi-Layer Perceptron (MLP) or MLP-based model with a biomimetically inspired Mixture-of-Experts (MoE) architecture in which only a global expert is trainable; all other local experts are derived from this global expert and diversified through learnable moment parameters. In this architecture, the global expert functions as a common structural template, while the local experts function as specialized variants generated through controlled distributional deformation. Consequently, our framework can be integrated into any MLP-Mixer–style model that comprises multiple distinct MLP-based mixer blocks.
Recent mixer models for time series forecasting typically comprise two distinct MLP-based blocks. For example, TSMixer employs a temporal mixer and a channel mixer [2], whereas WPMixer consists of a token (patch) mixer and an embedding mixer [24]. Our proposed model extends the TSMixer backbone by incorporating Mixture-of-Experts modules into both its temporal and channel mixing blocks.
For completeness, we summarize the structural configuration of the model. Each MoE-augmented mixing block preserves the two-linear-layer structure of the original TSMixer block, with a single nonlinear activation applied between the two layers; the hidden width of these layers is set by the global expert, and every local expert inherits exactly this width because its weight matrices are cloned from the global expert rather than dimensioned independently. Consequently, adding experts does not alter the layer geometry of the network, only the statistical shaping of the cloned weights. The gating component is a lightweight linear map from the flattened block input to a per-expert score vector, followed by the chosen normalization—softmax or sigmoid—so that its own parameter cost is negligible relative to a mixing block. Both the temporal and the channel mixing blocks are extended in this way, and the global expert, the local experts, and the gating network are trained jointly under the procedure of Algorithm 1. The per-dataset hidden widths and look-back windows follow the reference TSMixer configuration so that differences in performance can be attributed to the moment-based expert mechanism rather than to architectural retuning.

3.3. Computational Complexity

Although the proposed model is motivated by a biomimetic principle of shared structure and controlled variation, its computational behavior in cached inference mode is identical to that of a standard dense MoE. Given an input sequence X R B × n × c , where B denotes the batch size, n is the sequence length, and c is the number of channels (i.e., features), the global mixer path first applies the Temporal and Channel mixer blocks—each composed of two linear layers—resulting in O B n c d m o d e l operations. Because there are M local experts, each with the same block architecture, their forward passes add an additional O M B n c d m o d e l cost. Finally, the gating mechanism requires flattening the input to compute a B × M score matrix and performing a weighted sum across experts, incurring O M B n c overhead. Altogether, the total inference complexity in cached mode is O 1 + M B n c d m o d e l + B M c d m o d e l .

4. Experiments

4.1. Experimental Designs

Research Questions (RQs): In this study, we formulate the following two research questions.
  • RQ1: How does the proposed model’s performance compare to that of the standard MLP-Mixer and its MoE variant?
  • RQ2: How does the number of moment parameters, number of experts, and other hyperparameters impact the performance?
Baselines: As noted above, we select the relatively lightweight TSMixer [2] and its fully trainable MoE counterpart (MoE-TSMixer) as our primary baselines. This choice reflects our focus on evaluating the efficiency of MoEfication (i.e., the procedure of converting a single dense model into a functionally equivalent Mixture-of-Experts model) itself, rather than re-benchmarking overall LTSF accuracy across disparate architectures. By comparing the proposed model directly against these two models, which share the same underlying Mixer backbone, we isolate the effects of moment morphing on parameter count, and forecasting performance.
Data: The time series datasets employed in this study are widely used benchmark collections in prior LTSF research (e.g., [22]), such as the ETT dataset. We adhere strictly to the preprocessing protocols established in those works, including date-based train/validation/test splits, scaling or normalization procedures, and any sequence-window construction rules.
Metrics: Prior LTSF studies have typically compared models using only Mean Squared Error (MSE) and Mean Absolute Error (MAE). To maintain consistency with this literature, our evaluation focuses exclusively on MSE and MAE, while also reporting the total number of trainable parameters to assess model complexity.
Training: All models use a fixed set of hyperparameters for each dataset, with no extensive tuning. When training the proposed model, the learning rate for updating the moment parameters, η l o c a l , is set to be ten times higher than the learning rate used for the global expert, ensuring more sensitive adaptation. This choice has a concrete rationale rather than being arbitrary: the moment parameters are few in number and are deliberately initialized to zero, so that each local expert begins as an exact copy of the global model. A comparatively larger learning rate allows these parameters to depart from that degenerate initialization quickly enough to induce meaningful inter-expert diversity within the shared training budget, whereas the much larger and already well-conditioned global backbone is updated more conservatively in order to preserve its task-optimized representation. The two learning rates therefore play asymmetric roles, and decoupling them is what permits stable specialization without destabilizing the shared template. The number of local experts is set to M = 8 for both MoE-TSMixer and the proposed model. Because we do not perform hyperparameter optimization, our results may differ from those reported in prior studies. All training is conducted on a single NVIDIA A6000 GPU (NVIDIA Corporation, Santa Clara, CA, USA). All models were implemented in Python 3.10 and PyTorch 2.1 (Meta AI, Menlo Park, CA, USA). To support reproducibility and ensure a controlled comparison, all competing models share an identical training protocol for each dataset—the same optimizer, look-back window, batch size, and number of training epochs—so that the only systematic difference between the proposed model and MoE-TSMixer is the mechanism by which the local experts are parameterized. We further emphasize that the choice of eight local experts is adopted here only as a representative default rather than a tuned optimum; its influence is not assumed but is examined directly through the sensitivity analysis reported in the table, in which the number of local experts is varied over a wide range.

4.2. Experimental Results

RQ1: The proposed method can be effectively applied to MoEfication. The core innovation of the proposed method lies in its weight cloning approach, which replaces the conventional practice of fully training each local expert with the learning of a small set of statistical moment parameters—mean, variance, skewness, and kurtosis—via a truncated Edgeworth expansion. By cloning the global expert’s weights and morphing each local copy through these moments, the proposed MoE model achieves explicit expert specialization while updating only a fraction of the parameters required by traditional dense MoE methods.
The empirical results reported in Table 1 provide a comprehensive and nuanced evaluation of the proposed model in comparison with two strong baselines, namely MoE-TSMixer and the standard TSMixer, across multiple benchmark datasets and forecasting horizons. A careful examination of these results reveals a consistent and meaningful pattern: the proposed model is able to achieve competitive—often superior—forecasting performance while maintaining a dramatically lower number of trainable parameters compared to conventional MoE architectures. This observation is particularly significant in the context of time series forecasting, where model efficiency, generalization, and scalability are critical considerations.
At a high level, Table 1 demonstrates that the proposed model successfully captures the benefits of the MoE paradigm—namely, enhanced representational capacity and adaptability to heterogeneous temporal patterns—without incurring the substantial parameter overhead typically associated with MoE-based designs. In conventional MoE frameworks such as MoE-TSMixer, multiple experts are independently parameterized and jointly trained, leading to a near-linear increase in the number of parameters as the number of experts grows. In contrast, the proposed model leverages a parameter-efficient mechanism that enables it to emulate the diversity of multiple experts while sharing or reusing a significantly smaller set of parameters. This design choice is clearly reflected in the parameter counts reported in Table 1, where the proposed model consistently uses only a fraction of the parameters required by MoE-TSMixer.
Focusing first on the ETTm1 dataset, which is widely regarded as a standard benchmark for multivariate time series forecasting, the proposed model demonstrates strong and stable performance across all prediction horizons (96, 192, 336, and 720). Notably, at the shortest forecasting horizon the proposed model delivers the most accurate predictions among all compared methods, improving upon both its fully trainable MoE counterpart and the single-expert TSMixer under squared- and absolute-error criteria alike. As reported in Table 1, this advantage is obtained while the proposed model retains only a small fraction of the trainable parameters demanded by the conventional dense MoE design, indicating that the gain stems from a markedly more economical allocation of model capacity rather than from an expansion of the parameter budget. This improvement is particularly noteworthy given that the proposed model uses only 137,806 parameters, compared to 980,398 parameters for MoE-TSMixer. This corresponds to approximately a 7-fold reduction in model size, while simultaneously achieving better predictive performance.
As the prediction horizon increases, the advantages of the proposed model remain evident. At horizon 192, the proposed model continues to outperform MoE-TSMixer by a substantial margin in both MSE and MAE, while maintaining a similar level of performance to TSMixer. At horizon 336, although TSMixer achieves slightly lower error values, the proposed model still significantly outperforms MoE-TSMixer and does so with far fewer parameters. At the longest horizon of 720, the proposed model once again demonstrates superior performance relative to MoE-TSMixer and competitive performance relative to TSMixer, reinforcing the robustness of the approach across varying temporal scales.
A similar trend is observed in the ETTm2 dataset, which presents additional challenges due to its distinct temporal dynamics. Across the majority of horizons the proposed model attains lower error than its fully trainable MoE counterpart, frequently by a pronounced margin, with the advantage widening most clearly at the longer horizons where the dense baseline tends to degrade. As Table 1 indicates, the occasional settings in which the two models are closely matched still leave the proposed model at a decisive advantage in parameter efficiency. Moreover, the proposed model frequently outperforms or remains competitive with TSMixer, despite using a comparable or slightly higher number of parameters. This indicates that the proposed approach is not merely reducing parameter count at the expense of performance, but rather achieving a more efficient allocation of model capacity.
The results on the ETTh2 dataset provide further insight into the behavior of the proposed model under more challenging conditions. This dataset is the most demanding of those considered, and we report its outcome candidly rather than selectively. At the shortest horizon the proposed model is the strongest of all compared methods, yet as the horizon lengthens the single-expert TSMixer becomes progressively harder to match, and at the longest horizon even the fully trainable MoE baseline regains an edge over the proposed model, as the effect-size analysis in Table 2 makes explicit. Rather than diminishing the contribution, this behavior delineates the operating regime in which moment-based expert generation is most effective: it recovers much of the benefit of a dense mixture at a small fraction of its parameter cost, while signaling that highly volatile, long-horizon regimes can still favor either a carefully tuned single model or a fully parameterized mixture. We regard this explicit characterization of where the method does and does not dominate as more informative than an unqualified claim of uniform superiority.
To establish whether the differences summarized above are meaningful rather than incidental, we complement the raw error figures with a pairwise effect-size analysis, reported in Table 2. For every dataset and forecasting horizon we record the difference in Mean Squared Error between each baseline and the proposed model together with the corresponding standardized effect size, so that the practical magnitude of each comparison—not merely its direction—can be appreciated. This analysis indicates that the proposed model’s advantage over the fully trainable MoE baseline is, in the clear majority of settings, substantial rather than marginal, while it also renders transparent the smaller subset of long-horizon cases in which a baseline retains the upper hand. Reporting effect sizes alongside the error metrics directly addresses the concern that closely spaced values might otherwise be over-interpreted, and places the headline comparisons on a firmer inferential footing.
Beyond predictive accuracy, the practical efficiency of the proposed model is examined empirically in Table 3, which reports forward-pass time and peak inference memory across the benchmark datasets and horizons. These measurements give concrete, hardware-level substance to the asymptotic complexity analysis of Section 3.3, which on its own could only describe the expected scaling behavior. Two observations stand out. First, the peak memory footprint of the proposed model at inference remains consistently lighter than that of both the fully trainable mixture and the Transformer baseline, reflecting the fact that its experts are regenerated on the fly from a shared backbone rather than stored as independent copies. Second, its forward-pass time stays competitive with the dense alternatives and, at the longer forecasting horizons where computational load is greatest, frequently improves upon them. Taken together with the parameter counts of Table 1, these directly measured metrics substantiate the efficiency claims of the paper with practical computational evidence rather than parameter counts alone.
Considered across the full ETT benchmark family, the parameter counts reported in Table 1 reveal a consistent theme: the proposed model operates with only a small fraction of the trainable parameters of the dense MoE baseline, yet preserves the bulk of the accuracy benefits that motivate a multi-expert design in the first place. The reduction is most pronounced precisely where conventional mixtures are most expensive, because the dense baseline must store and update a complete copy of the backbone for every expert, whereas the proposed model derives all of its experts from a single shared template through a compact set of moment parameters. This decoupling of expert count from parameter growth is the mechanism underlying the efficiency advantages documented throughout this section.
Taken together, these results support a compelling conclusion: the proposed model successfully realizes the core advantages of MoE architectures—namely, increased flexibility and capacity to model complex temporal patterns—while avoiding their primary drawback, which is the substantial increase in parameter count. By effectively simulating the behavior of multiple experts within a compact parameter space, the proposed model achieves a favorable balance between accuracy and efficiency.
This balance has important implications for real-world applications. In many practical scenarios, such as edge deployment, real-time forecasting, or large-scale financial systems, computational resources and memory constraints are critical considerations. A model that can deliver MoE-like performance with significantly fewer parameters is therefore highly desirable, as it enables faster inference, reduced energy consumption, and improved scalability. Moreover, a more compact model is less prone to overfitting, which can further enhance generalization performance, particularly in noisy and non-stationary environments such as financial time series.
In brief, Table 1 provides strong empirical evidence that the proposed model achieves its intended design goal: to emulate the benefits of Mixture-of-Experts architectures in a parameter-efficient manner. Across a diverse set of datasets and forecasting horizons, the proposed model consistently demonstrates that it can match or surpass the performance of MoE-TSMixer while using a fraction of the parameters, and remain competitive with the standard TSMixer. This positions the proposed approach as a promising and practical alternative to traditional MoE-based models in time series forecasting.
RQ2: Moment parameters influence performance. The results in Table 1 reveal that the proposed model’s forecasting performance exhibits small but consistent variations as the number of moment parameters K changes. Across the ETT benchmark family, the error curves shift only slightly, indicating that model performance is sensitive, even if subtly, to how many moment parameters are trained. As Table 4 shows, the single most accurate setting differs from one dataset and horizon to another, with no individual value of K dominating universally; what remains consistent is that the spread of outcomes across the tested range stays narrow. These variations, though modest, underscore that selecting K impacts the trade-off between model expressiveness and over-parameterization.
Among all tested values, K = 4 stands out not only for its competitive performance but also for its intuitive alignment with the four primary statistical moments—mean, variance, skewness, and kurtosis. Training exactly four moment parameters corresponds directly to reshaping the global expert’s weight distribution via these familiar statistical descriptors. Yet the table also shows that even when K 4 , performance can improve or degrade, which implies that simply tuning the total number of moment parameters can yield statistically significant differences in forecasting performance.
Above all, these findings provide compelling evidence that learning weight-distribution moments is both feasible and beneficial. By demonstrating that the proposed model can adjust its behavior through a small set of statistical moment parameters, we highlight a novel and efficient route to expert specialization in MoE architectures. This outcome validates our core hypothesis: moment morphing offers a powerful mechanism for capturing meaningful weight distribution shifts without the computational burden of fully retraining millions of parameters.
The number of local experts is examined in Table 5, which varies the expert count over a broad range while holding the remaining configuration fixed. The purpose of this analysis is to determine whether the default of eight experts represents a sensible operating point rather than an arbitrary one. The results indicate that forecasting performance responds only gently to the number of experts across most datasets and horizons, with the strongest setting drifting modestly rather than collapsing or improving dramatically at any single value. This behavior is consistent with the design philosophy of the method: because every local expert is generated from the same shared backbone, enlarging the expert population introduces additional functional diversity without the destabilizing parameter growth that an equivalent number of independently trained experts would incur. Two practical conclusions follow. First, the model is robust to the precise choice of expert count, which simplifies deployment in settings where exhaustive tuning is impractical. Second, a moderate number of experts is already sufficient to capture most of the attainable benefit, so that the eight-expert configuration adopted elsewhere in this paper is well supported by the evidence rather than chosen at random.
Two further design choices are examined in Figure 2, which reports an ablation for the proposed model on a representative benchmark. The left panel contrasts the two gating functions introduced in Section 3.1. Whereas an earlier discussion described softmax and sigmoid gating only conceptually, the figure compares them empirically, so that the more suitable option for this setting can be identified from measured error rather than assumed in advance; this directly addresses the absence of an experimental comparison between the two gating strategies. The right panel varies the trade-off coefficient that balances the contribution of the shared global expert against that of the specialized local experts. The resulting curve exhibits a clear interior region in which forecasting error is minimized, confirming that neither extreme—relying solely on the global expert nor solely on the local experts—is optimal, and that the benefit of the method derives precisely from blending stable shared knowledge with controlled local specialization. Taken together, these ablations make the roles of the gating mechanism and the mixing coefficient concrete rather than purely formal, and they offer practical guidance for configuring the model.

5. Conclusions

In this work, we propose a new, computationally efficient alternative for MoEfication by learning only a small set of statistical moment parameters instead of full expert weight matrices, originally inspired by random projection-based moment learning. The experimental findings in this study substantiate the central premise of the proposed approach: it is possible to approximate the functional benefits of MoE architectures without incurring their characteristic parameter explosion. By leveraging weight cloning and moment-based distributional morphing, the proposed method achieves a compelling balance between representational diversity and parameter efficiency.
From a biomimetic perspective, the proposed framework can be interpreted as an artificial abstraction of adaptive biological systems, in which functional diversity emerges from controlled variations around a shared structural foundation. In biological systems, organisms often preserve common anatomical or genetic structures while exhibiting specialized behaviors or phenotypic variations in response to changing environmental conditions. Similarly, our model maintains a fully trainable global expert as a shared structural template and derives multiple local experts through moment-based transformations of its weight distribution. This design enables the model to generate specialized expert variants without independently training each expert from scratch, thereby reflecting a biomimetic balance between stability, diversity, and adaptation.
Empirically, the model consistently demonstrates competitive—often superior—forecasting performance relative to fully trainable MoE baselines, while utilizing only a fraction of their parameters. This indicates that the diversity required for expert specialization does not necessarily require independent parameterization of each expert, but can instead be induced through structured transformations in weight space. In this sense, the proposed method redefines the notion of an “expert” in MoE architectures, shifting from independently learned functions to statistically deformed variants of a shared, well-optimized global model. This reinterpretation is particularly valuable in time series forecasting, where non-stationarity demands adaptability, yet excessive model complexity often leads to overfitting and inefficiency.
Despite these advantages, the proposed method is not without limitations. First, while the model achieves strong parameter efficiency, its performance does not uniformly surpass all baselines across every dataset and forecasting horizon. In particular, datasets such as Exchange and certain configurations of ETTh2 reveal that standard TSMixer or fully trainable MoE models can still achieve lower error metrics. This suggests that the expressiveness of moment-based transformations, although effective, may be inherently constrained compared to fully independent expert parameterization. Second, the method introduces additional design choices, such as the number of moment parameters and the form of distributional transformation, which can subtly influence performance and may require careful tuning. Third, the current formulation relies on dense expert activation, which may limit scalability in extremely large-scale settings where sparse routing could offer further computational benefits. Finally, the theoretical understanding of how moment-based perturbations translate into functional diversity across experts remains relatively underexplored, leaving room for deeper analytical investigation.
These observations naturally motivate several promising directions for future research. One important research direction is the development of adaptive or data-driven mechanisms for selecting the number and type of moment parameters, potentially enabling the model to dynamically adjust its expressive capacity based on the complexity of the input data. Another direction involves integrating sparse gating strategies into the proposed framework, thereby combining parameter efficiency with computational efficiency at inference time. Additionally, extending the moment-based transformation framework beyond MLP-Mixer architectures to other model families, such as recurrent neural network-based or convolutional time series models, could further validate the generality of the approach.
From the viewpoint of biomimetics, future research may further investigate how principles observed in biological adaptation, such as population diversity, structural reuse, specialization, and environmental selection, can be translated into parameter-efficient neural architecture design. In particular, the proposed framework suggests that scalable machine learning models need not rely solely on brute-force expansion of independently trained components. Instead, they may benefit from biologically inspired mechanisms that generate diversity through structured transformations of a shared foundation. Ultimately, the proposed method opens a new line of inquiry into parameter-efficient MoE design, suggesting that future architectures may increasingly rely on structured parameter sharing, controlled distributional variation, and adaptive expert selection rather than brute-force scaling of independent experts.

Author Contributions

Conceptualization, J.H. and K.M.L.; data curation, K.M.L.; formal analysis, J.H.; funding acquisition, K.M.L.; investigation, J.H.; methodology, J.H.; project administration, K.M.L.; resources, K.M.L.; software, J.H.; supervision, K.M.L.; visualization, J.H.; writing—original draft, J.H.; writing—review and editing, K.M.L. All authors have read and agreed to the published version of the manuscript.

Funding

This work was supported by funding from the academic research program of Chungbuk National University in 2025. This work was supported by the National Research Foundation of Korea (NRF) grant funded by the Korea government (MSIT) (No. 2022R1A5A8026986).

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

We use the Electricity Transformer Temperature (ETT) datasets, which are among the most widely adopted benchmarks for time series forecasting and are publicly and freely accessible. Their broad use in prior work makes them a standard basis for evaluation and ensures that our experiments can be readily reproduced and compared against existing methods.

Conflicts of Interest

The authors declare no conflicts of interest.

Abbreviations

The following abbreviations are used in this manuscript:
MoEMixture-of-Experts
TSMixerTime Series Mixer
MoE-TSMixerMixture-of-Experts version of TSMixer
MLPMulti-Layer Perceptron
LTSFLong-Term Time Series Forecasting

References

  1. Wang, Y.; Wu, H.; Dong, J.; Liu, Y.; Wang, C.; Long, M.; Wang, J. Deep Time Series Models: A Comprehensive Survey and Benchmark. arXiv 2024. [Google Scholar] [CrossRef] [PubMed]
  2. Chen, S.-A.; Li, C.-L.; Yoder, N.; Arik, S.O.; Pfister, T. TSMixer: An All-MLP Architecture for Time Series Forecasting. arXiv 2023. [Google Scholar] [CrossRef]
  3. Jacobs, R.A.; Jordan, M.I.; Nowlan, S.J.; Hinton, G.E. Adaptive Mixtures of Local Experts. Neural Comput. 1991, 3, 79–87. [Google Scholar] [CrossRef]
  4. Mountcastle, V. The columnar organization of the neocortex. Brain 1997, 120, 701–722. [Google Scholar] [CrossRef]
  5. Deng, Z.; Ma, W.; Han, Q.-L.; Zhou, W.; Zhu, X.; Wen, S.; Xiang, Y. Exploring DeepSeek: A Survey on Advances, Applications, Challenges and Future Directions. IEEECAA J. Autom. Sin. 2025, 12, 872–893. [Google Scholar] [CrossRef]
  6. Vaswani, A.; Shazeer, N.; Parmar, N.; Uszkoreit, J.; Jones, L.; Gomez, A.N.; Kaiser, Ł.; Polosukhin, I. Attention is all you need. In Proceedings of the 31st International Conference on Neural Information Processing Systems (NIPS’17); Curran Associates Inc.: Red Hook, NY, USA, 2017; pp. 6000–6010. [Google Scholar]
  7. Dai, D.; Deng, C.; Zhao, C.; Xu, R.X.; Gao, H.; Chen, D.; Li, J.; Zeng, W.; Yu, X.; Wu, Y.; et al. DeepSeekMoE: Towards Ultimate Expert Specialization in Mixture-of-Experts Language Models. arXiv 2024. [Google Scholar] [CrossRef]
  8. Fedus, W.; Zoph, B.; Shazeer, N. Switch transformers: Scaling to trillion parameter models with simple and efficient sparsity. J. Mach. Learn. Res. 2022, 23, 1–39. [Google Scholar]
  9. Liu, X.; Liu, J.; Woo, G.; Aksu, T.; Liang, Y.; Zimmermann, R.; Liu, C.; Savarese, S.; Xiong, C.; Sahoo, D. Moirai-MoE: Empowering Time Series Foundation Models with Sparse Mixture of Experts. arXiv 2024. [Google Scholar] [CrossRef]
  10. Riquelme, C.; Puigcerver, J.; Mustafa, B.; Neumann, M.; Jenatton, R.; Pinto, A.S.; Keysers, D.; Houlsby, N. Scaling Vision with Sparse Mixture of Experts. arXiv 2021. [Google Scholar] [CrossRef]
  11. Chen, Z.; Deng, Y.; Wu, Y.; Gu, Q.; Li, Y. Towards understanding the mixture-of-experts layer in deep learning. In Proceedings of the 36th International Conference on Neural Information Processing Systems (NIPS ’22); Curran Associates Inc.: Red Hook, NY, USA, 2022. [Google Scholar]
  12. Guo, H.; Lu, H.; Nan, G.; Chu, B.; Zhuang, J.; Yang, Y.; Che, W.; Cao, X.; Leng, S.; Cui, Q.; et al. Advancing Expert Specialization for Better MoE. arXiv 2025. [Google Scholar] [CrossRef]
  13. Nguyen, H.; Ho, N.; Rinaldo, A. Sigmoid Gating is More Sample Efficient than Softmax Gating in Mixture of Experts. arXiv 2024. [Google Scholar] [CrossRef]
  14. Oldfield, J.; Georgopoulos, M.; Chrysos, G.G.; Tzelepis, C.; Panagakis, Y.; Nicolaou, M.A.; Deng, J.; Patras, I. Multilinear mixture of experts: Scalable expert specialization through factorization. In Proceedings of the 38th International Conference on Neural Information Processing Systems (NIPS ’24); Curran Associates Inc.: Red Hook, NY, USA, 2024. [Google Scholar]
  15. Song, Q.; Jing, S.; Zhang, S.; Zhang, S.; Huang, C. Mixture-of-Experts for Distributed Edge Computing with Channel-Aware Gating Function. arXiv 2025. [Google Scholar] [CrossRef]
  16. Wang, L.; Gao, H.; Zhao, C.; Sun, X.; Dai, D. Auxiliary-Loss-Free Load Balancing Strategy for Mixture-of-Experts. arXiv 2024. [Google Scholar] [CrossRef]
  17. Hong, J.; Lee, K.M. Moment Learning: Forecasting non-stationary time series with fewer parameters via data-dependent weight sampling. Knowl.-Based Syst. 2026, 343, 115978. [Google Scholar] [CrossRef]
  18. Stein, A.; Hall, P. The Bootstrap and Edgeworth Expansion. Statistician 1996, 45, 532. [Google Scholar] [CrossRef]
  19. Nie, Y.; Nguyen, N.H.; Sinthong, P.; Kalagnanam, J. A Time Series is Worth 64 Words: Long-term Forecasting with Transformers. arXiv 2022. [Google Scholar] [CrossRef]
  20. Wu, H.; Xu, J.; Wang, J.; Long, M. Autoformer: Decomposition transformers with auto-correlation for long-term series forecasting. In Proceedings of the 35th International Conference on Neural Information Processing Systems (NIPS ’21); Curran Associates Inc.: Red Hook, NY, USA, 2021. [Google Scholar]
  21. Zhou, T.; Ma, Z.; Wen, Q.; Wang, X.; Sun, L.; Jin, R. FEDformer: Frequency Enhanced Decomposed Transformer for Long-term Series Forecasting. arXiv 2022. [Google Scholar] [CrossRef]
  22. Zeng, A.; Chen, M.; Zhang, L.; Xu, Q. Are Transformers Effective for Time Series Forecasting? Proc. AAAI Conf. Artif. Intell. 2023, 37, 11121–11128. [Google Scholar] [CrossRef]
  23. Liu, Y.; Wu, H.; Wang, J.; Long, M. Non-stationary transformers: Exploring the stationarity in time series forecasting. In Proceedings of the 36th International Conference on Neural Information Processing Systems (NIPS ’22); Curran Associates Inc.: Red Hook, NY, USA, 2022. [Google Scholar]
  24. Murad, M.M.N.; Aktukmak, M.; Yilmaz, Y. WPMixer: Efficient Multi-Resolution Mixing for Long-Term Time Series Forecasting. arXiv 2024. [Google Scholar] [CrossRef]
  25. Wang, S.; Li, J.; Shi, X.; Ye, Z.; Mo, B.; Lin, W.; Ju, S.; Chu, Z.; Jin, M. TimeMixer++: A General Time Series Pattern Machine for Universal Predictive Analysis. arXiv 2024. [Google Scholar] [CrossRef]
  26. Wang, S.; Wu, H.; Shi, X.; Hu, T.; Luo, H.; Ma, L.; Zhang, J.Y.; Zhou, J. TimeMixer: Decomposable Multiscale Mixing for Time Series Forecasting. arXiv 2024. [Google Scholar] [CrossRef]
  27. Bear, M.F.; Connors, B.W.; Paradiso, M.A. Neuroscience: Exploring the Brain, 5th ed.; Jones & Bartlett Learning: Burlington, MA, USA, 2025; ISBN 978-1-284-31986-6. [Google Scholar]
Figure 1. Illustration of the core concept of the proposed MoE-type TSMixer model. A single global expert serves as a shared structural template; its weight values are cloned to each local expert and then morphed using parameterized statistical moments, such as mean, variance, skewness, and kurtosis. This process mimics the generation of functional diversity from a common biological foundation through controlled variation.
Figure 1. Illustration of the core concept of the proposed MoE-type TSMixer model. A single global expert serves as a shared structural template; its weight values are cloned to each local expert and then morphed using parameterized statistical moments, such as mean, variance, skewness, and kurtosis. This process mimics the generation of functional diversity from a common biological foundation through controlled variation.
Biomimetics 11 00426 g001
Figure 2. Gating function and lambda ablation. Forward comparison of the proposed model ablation settings on ETTh1. The left panel compares softmax and sigmoid gating functions, while the right panel shows test MSE variation across lambda values.
Figure 2. Gating function and lambda ablation. Forward comparison of the proposed model ablation settings on ETTh1. The left panel compares softmax and sigmoid gating functions, while the right panel shows test MSE variation across lambda values.
Biomimetics 11 00426 g002
Table 1. Comparative Performance of TSMixer, MoE-TSMixer, Transformer, and the proposed model. The best-performing results are highlighted in bold, and the second-best are underlined.
Table 1. Comparative Performance of TSMixer, MoE-TSMixer, Transformer, and the proposed model. The best-performing results are highlighted in bold, and the second-best are underlined.
DataHorizonProposed ModelMoE-TSMixerTSMixerTransformer
MSEMAEParam.MSEMAEParam.MSEMAEParam.MSEMAEParam.
ETTh1960.48420.487984,5580.51910.5111281,9660.51100.504536,1420.88660.7541276,199
1920.60480.5598131,4930.61860.5686291,2780.59450.553145,4540.91280.7682285,511
3360.69980.6186107,8380.75410.649305,2460.67300.597959,4221.00360.8179299,479
7200.67760.6107118,4620.80640.6903342,4940.74780.658596,6701.34980.9739336,727
ETTh2960.52930.557846,9351.26380.9305281,9660.63850.601536,1421.5671.0553276,199
1921.45920.923993,8701.89211.184291,2780.80270.674345,4543.76471.7137285,511
3361.36470.9067107,8381.83841.1324305,2460.87270.697559,4223.5921.6718299,479
7202.54251.3626145,0861.72641.0791342,4940.97690.726296,6703.61451.6709336,727
ETTm1960.41120.429584,5580.44740.4594281,9660.42000.437736,1420.55860.5335276,199
1920.46060.4658147,1180.51280.508291,2780.44610.458645,4540.60360.5816285,511
3360.53400.5228107,8380.58190.5585305,2460.49430.493559,4220.68860.6288299,479
7200.62600.5683145,0860.76250.6679342,4940.59400.552596,6700.85170.7391336,727
ETTm2960.22780.345884,5580.2880.3844281,9660.27070.392936,1420.29350.3907276,199
1920.40570.486394,1260.40140.4772291,2780.39910.476445,4540.63570.6456285,511
3360.76280.6769107,8380.83910.7255305,2460.54500.569959,4220.93150.7672299,479
7201.20440.8137178,0942.62881.2806342,4941.22500.888496,6703.35691.4834336,727
Table 2. Pairwise MSE difference and effect size of the proposed model against baseline models on ETT datasets. MSE Delta is computed as baseline MSE minus MSE, so positive values indicate that the proposed model achieves lower MSE. Better marks whether the proposed model outperforms the corresponding baseline for each dataset and prediction length. A circle (O) indicates that the proposed model’s improvement is statistically significant, whereas a cross (X) indicates it is not.
Table 2. Pairwise MSE difference and effect size of the proposed model against baseline models on ETT datasets. MSE Delta is computed as baseline MSE minus MSE, so positive values indicate that the proposed model achieves lower MSE. Better marks whether the proposed model outperforms the corresponding baseline for each dataset and prediction length. A circle (O) indicates that the proposed model’s improvement is statistically significant, whereas a cross (X) indicates it is not.
DataHorizonVs. MoE-TSMixerVs. TSMixerVs. Transformer
MSE DeltaCohen’s dBetterMSE DeltaCohen’s dBetterMSE DeltaCohen’s dBetter
ETTh1960.03490.6882O0.02680.496O0.40241.8356O
1920.01380.3306O−0.0103−0.2532X0.3082.3843O
3360.05441.0556O−0.0268−0.7879X0.30392.9745O
7200.12881.5684O0.07022.7057O0.67223.5918O
ETTh2960.73452.8891O0.10910.8593O1.03763.505O
1920.43293.4922O−0.6565−4.7372X2.30545.8116O
3360.47384.7073O−0.492−6.4997X2.22749.9016O
720−0.8161−2.1274X−1.5655−3.1438X1.07212.7572O
ETTm1960.03620.4743O0.00880.2212O0.14750.8398O
1920.05220.5684O−0.0144−0.4786X0.14310.9106O
3360.04790.5864O−0.0397−1.1686X0.15460.9306O
7200.13651.2974O−0.0321−1.1887X0.22571.5761O
ETTm2960.06020.3931O0.0430.2797O0.06580.4142O
192−0.0043−0.0289X−0.0066−0.0459X0.231.5396O
3360.07630.4187O−0.2178−0.889X0.16871.3671O
7201.42442.2226O0.02060.0235O2.15252.7558O
Table 3. Forward-pass time and memory efficiency. Forward-pass time and inference peak memory comparison on ETT benchmarks. The reported time is measured per inference epoch, and memory denotes peak GPU memory usage during inference. Lower values indicate better efficiency.
Table 3. Forward-pass time and memory efficiency. Forward-pass time and inference peak memory comparison on ETT benchmarks. The reported time is measured per inference epoch, and memory denotes peak GPU memory usage during inference. Lower values indicate better efficiency.
DataHorizonProposed ModelMoE-TSMixerTSMixerTransformer
Time (s)Memory (MB)Time (s)Memory (MB)Time (s)Memory (MB)Time (s)Memory (MB)
ETTh1963.096821.680.341626.450.150320.750.190233.07
1924.879722.1617.709926.9317.592321.2317.569433.55
3367.37422.8819.973727.6521.083321.9521.60234.27
72010.688424.8119.983129.5821.229323.8820.751236.2
ETTh2963.00921.680.548626.450.218320.750.233333.07
1924.549222.1616.906726.9320.152721.2317.352633.55
3366.542622.8824.728427.6517.086321.9522.193234.27
72010.526624.8122.49829.5814.943923.8817.344936.2
ETTm1969.769621.71.794326.480.989720.771.101233.1
19221.917822.299.825726.97101.423321.2797.814533.59
33629.703922.94106.379727.7193.740322.0188.941134.33
72058.066524.91100.185129.6977.563423.9890.866136.31
ETTm2969.074621.71.977726.480.788420.771.311533.1
19222.828422.297.75826.9790.280521.2799.601433.59
33633.096822.9487.752727.7186.117722.0187.867334.33
72055.487424.9188.31329.6987.788723.9898.489536.31
Table 4. MSE vs. number of moment parameters. Bold indicates the best performance, and underline indicates the second best.
Table 4. MSE vs. number of moment parameters. Bold indicates the best performance, and underline indicates the second best.
DataHorizonNumber of Moment Parameters ( K )
468101214161820
ETTh1960.50860.50910.50970.50920.50920.50920.50920.50920.5086
1920.60900.60840.60920.60910.6090.60920.60920.60920.6090
3360.69980.6990.69700.69780.69720.69740.69730.69730.6998
7200.76580.76680.76690.76690.76690.76690.76690.76690.7658
ETTh2960.67640.66610.67020.66980.670.66950.66970.66970.6764
1922.32902.35092.34642.34832.34862.34852.34852.34852.3290
3362.18822.18492.15382.15672.15772.15572.15512.15512.1882
7202.75642.75322.75262.75262.7532.75252.75282.75282.7564
ETTm1960.43460.43450.41860.4190.41870.4350.41890.41890.4346
1920.46650.46180.46100.46370.46210.46130.46620.46620.4665
3360.54610.53050.54400.54420.54410.54430.5440.5440.5461
7200.63440.63270.63230.6320.63210.63190.63190.63190.6344
ETTm2960.2640.26870.26540.26520.24660.25180.26490.26490.264
1920.41290.4250.40570.40600.40890.40640.41460.41460.4129
3360.63680.86760.6470.64460.6450.64790.6520.6520.6368
7201.55482.60942.81672.8272.78542.81972.82692.82691.5548
Table 5. MSE vs. number of local experts. Bold indicates the best performance, and underline indicates the second best.
Table 5. MSE vs. number of local experts. Bold indicates the best performance, and underline indicates the second best.
DataHorizonNumber of Local Experts ( M )
468101214161820
ETTh1960.50910.51360.50860.50060.50340.50710.49990.49810.5078
1920.59770.61340.6090.61620.60530.58380.59670.61860.6088
3360.690.70250.69980.69380.7070.68540.68530.70120.6963
7200.74670.75760.76580.77770.7760.74970.73640.74860.7436
ETTh2960.62010.59700.67640.85650.65760.60440.93440.61210.715
1922.96022.5252.32903.13653.00043.22592.06252.50263.0161
3361.96392.38042.18822.26672.51922.35332.15152.62712.6674
7202.32762.46122.75642.04192.32032.05322.28472.18581.8053
ETTm1960.43380.42470.43460.41810.44790.43810.44890.43740.4553
1920.45850.45500.46650.47110.46610.49260.50240.49990.5091
3360.51280.54850.54610.53370.53350.52650.56280.53880.5654
7200.60020.62390.63440.62830.60640.62140.61580.62070.6458
ETTm2960.33620.28150.2640.38320.32310.27420.25720.23440.4162
1920.45490.44450.41290.44160.51830.40170.39740.46390.4108
3360.78560.74320.63680.93720.87180.68280.6620.63540.6718
7202.03942.16791.55481.98192.29971.33121.64492.60451.5136
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Hong, J.; Lee, K.M. Mixture of TSMixer Experts for Time Series Forecasting. Biomimetics 2026, 11, 426. https://doi.org/10.3390/biomimetics11060426

AMA Style

Hong J, Lee KM. Mixture of TSMixer Experts for Time Series Forecasting. Biomimetics. 2026; 11(6):426. https://doi.org/10.3390/biomimetics11060426

Chicago/Turabian Style

Hong, Jaemoo, and Keon Myung Lee. 2026. "Mixture of TSMixer Experts for Time Series Forecasting" Biomimetics 11, no. 6: 426. https://doi.org/10.3390/biomimetics11060426

APA Style

Hong, J., & Lee, K. M. (2026). Mixture of TSMixer Experts for Time Series Forecasting. Biomimetics, 11(6), 426. https://doi.org/10.3390/biomimetics11060426

Article Metrics

Back to TopTop