Fuzzy-MoE: Interpretable Regime-Conditioned Expert Routing for Non-Stationary Multivariate Time Series Forecasting
Summary
Fuzzy-MoE is a novel fuzzy logic-based Mixture-of-Experts model that improves non-stationary multivariate time series forecasting accuracy and interpretability through interpretable expert routing rules.
View Cached Full Text
Cached at: 08/24/26, 04:33 AM
# Fuzzy-MoE: Interpretable Regime-Conditioned Expert Routing for Non-Stationary Multivariate Time Series Forecasting
Source: [https://arxiv.org/html/2608.20761](https://arxiv.org/html/2608.20761)
Jie XiaoZhao SuJun ShenHaoran LiWeixia MaQingguo ZhouBinbin YongThanks:Corresponding author: Binbin Yong\(yongbb@lzu\.edu\.cn\)
###### Abstract
In non\-stationary multivariate time series, different variables and samples often exhibit heterogeneous latent dynamic states, while existing deep forecasting models usually compress them into a unified end\-to\-end mapping, leading to suboptimal modeling of time\-varying dynamics and limited interpretability regarding which forecasting mechanism is activated under different latent states\. To overcome these limitations, we reformulate time series forecasting as a unified framework of latent temporal state identification and interpretable expert routing, and propose Fuzzy\-MoE, a fuzzy logic\-based dynamic Mixture\-of\-Experts model\. Fuzzy\-MoE consists of multiple parallel expert mapping networks and a dual\-view fuzzy router\. By jointly exploiting local convolutional dynamics and global segmented statistics, the router infers latent temporal states and computes expert activation strengths through learnable Gaussian membership functions, enabling explicit IF\-THEN rule\-based expert selection\. This fine\-grained routing strategy allows different variables within the same sequence to activate different experts, effectively capturing heterogeneous temporal dynamics while improving model interpretability\. Experimental results on multiple public time series benchmark datasets show that Fuzzy\-MoE significantly outperforms mainstream forecasting methods in forecasting accuracy\. Moreover, fuzzy memberships and rule activations provide interpretable routing diagnostics, demonstrating the effectiveness of the proposed framework in both forecasting performance and mechanism transparency\. Unlike traditional MoE models that use black\-box routing, Fuzzy\-MoE’s routing is based on clear, interpretable fuzzy rules\. This makes the expert selection transparent and traceable\.
## Introduction
Non\-stationary multivariate time series forecasting is fundamental to numerous real\-world applications\([9](https://arxiv.org/html/2608.20761#bib.bib9);[4](https://arxiv.org/html/2608.20761#bib.bib10);[10](https://arxiv.org/html/2608.20761#bib.bib11)\), yet its inherent heterogeneity remains a primary obstacle\. In such data, the underlying temporal dynamics often vary not only across different time segments \(sample\-level\) but also across different variables within the same observation window \(channel\-level\)\. This diversity implies that no single, unified mapping function can adequately capture all coexisting dynamic regimes; forcing all inputs into a one\-size\-fits\-all end\-to\-end model inevitably leads to suboptimal forecasting performance\([26](https://arxiv.org/html/2608.20761#bib.bib1);[29](https://arxiv.org/html/2608.20761#bib.bib21);[17](https://arxiv.org/html/2608.20761#bib.bib2);[13](https://arxiv.org/html/2608.20761#bib.bib4);[24](https://arxiv.org/html/2608.20761#bib.bib20);[16](https://arxiv.org/html/2608.20761#bib.bib15)\), as the model fails to explicitly identify which latent state governs the current input\([20](https://arxiv.org/html/2608.20761#bib.bib13)\)\.
Figure 1:Comparison of classic black\-box MLP gate and our interpretable fuzzy gate\. \(a\) Traditional MLP gate generates unexplainable routing logits without traceable decision rules; \(b\) Our fuzzy gate fuses local and global temporal cues, computes expert weights via Gaussian fuzzy membership, and yields readable IF\-THEN routing rules for fine\-grained variable\-wise expert assignment\.To cope with this heterogeneity, recent works have turned to Mixture of Experts \(MoE\) architectures, which employ multiple expert networks to cover different pattern subspaces\. However, the routing mechanisms in these models, which determine how inputs are assigned to experts, remaining a critical bottleneck\([28](https://arxiv.org/html/2608.20761#bib.bib14);[21](https://arxiv.org/html/2608.20761#bib.bib22)\)\. The vast majority of existing predictors rely on black\-box linear projections followed by Softmax gating, as shown in Figure[1](https://arxiv.org/html/2608.20761#Sx1.F1)\(a\)\. Such designs not only lack interpretability, as the resulting weights offer no insight into which temporal features drive the selection of a particular expert, but they are also prone to gate\-collapsing, where a few experts dominate all inputs while others degenerate\. Consequently, despite strong fitting capabilities, these models provide no transparent rationale for their decisions, severely limiting trust and deployability in high\-stakes domains\. Standard MoE has a problem\. It outputs routing weights but cannot explain why\. It cannot answer: ’Why was this expert chosen?’ This makes the model hard to trust\.
We address these challenges by fundamentally reformulating the forecasting task\. Instead of learning a single direct mapping, we propose a paradigm shift toward latent temporal state identification followed by interpretable expert routing\. Our core philosophy is that the model should first diagnose the underlying dynamic regime of each input, and then explicitly select the expert network best suited to that regime\. This decomposition transforms the opaque end\-to\-end forecasting into a two\-stage, inspectable process: state reasoning and conditional forecasting\. Our method is different from standard MoE\. We do not hide routing weights inside\. Instead, we create clear IF\-THEN rules\. You can see which expert is chosen and why\.
In this work, we proposed Fuzzy\-MoE, a fuzzy logic\-based dynamic Mixture\-of\-Experts model, as shown in Figure[1](https://arxiv.org/html/2608.20761#Sx1.F1)\(b\)\. It extracts complementary state cues via a dual\-view router that captures local convolutional dynamics and global segmented statistics\. These cues are projected into a low\-dimensional fuzzy space, where routing weights are generated through learnable Gaussian membership functions and explicit IF\-THEN rule firings\. Crucially, the router operates at the sample\-channel level, allowing different variables within the same sequence to activate different experts, a fine\-grained adaptability that mirrors real\-world heterogeneity\. The product T\-norm aggregation and temperature\-scaled Softmax ensure numerical stability while preserving the physical meaning of each rule’s activation, yielding a fully traceable decision path\. Each rule is simple: IF fuzzy variable is in range\[μ−σ,μ\+σ\]\[\\mu\-\\sigma,\\mu\+\\sigma\], THEN activate expertk\. You can understand the rule without seeing the weights\. In summary, our contributions are as follows:
- •We redefine non\-stationary multivariate forecasting from the traditional sequence\-to\-sequence mapping to an interpretable state\-conditioned expert routing problem\. This formulation extends the contribution beyond a single forecasting task, pointing to a more general adaptive reasoning paradigm under heterogeneous data dynamics\.
- •We propose a transparent routing architecture that extracts local and global state cues, and generates expert weights through learnable Gaussian membership functions and explicit IF\-THEN rules, making latent state identification an inspectable and interpretable intermediate process\.
- •Our model assigns experts at the sample\-channel level, thereby enabling different variables within the same sequence to invoke distinct forecasting mechanisms\. Furthermore, the framework produces multi\-level diagnostic signals, including fuzzy memberships, expert weights, and rule activations, which collectively reveal the model’s confidence, uncertainty, and the specific rationale underlying each expert selection\.
## Related Works
### Time Series Forecasting
Time series forecasting is a core problem in the field of data mining and has received widespread attention for a long time\([18](https://arxiv.org/html/2608.20761#bib.bib24);[27](https://arxiv.org/html/2608.20761#bib.bib25)\)\. Traditional methods, represented by autoregressive moving average \(ARIMA\) perform well when dealing with stationary linear data but lack the ability to fit nonlinear complex patterns\. Machine learning methods like support vector regression \(SVR\) improve forecasting power through nonlinear kernels or ensemble strategies, they still rely on manually designed features and struggle to automatically uncover deep temporal representations\.
In recent years, deep learning models have made significant progress in time series forecasting\. Transformer\-based models leverage self\-attention mechanisms to capture global dependencies and have become one of the mainstream paradigms\. Representative works include: PatchTST\([17](https://arxiv.org/html/2608.20761#bib.bib2)\)and iTransformer\([13](https://arxiv.org/html/2608.20761#bib.bib4)\), which use an inverted architecture embedding independent variable sequences into the attention mechanism to better model multivariate correlations\. TimesNet\([25](https://arxiv.org/html/2608.20761#bib.bib3)\)transforms 1D time series into 2D tensors via Fourier transform, capturing both intra\- and inter\-period variations\. Autoformer\([26](https://arxiv.org/html/2608.20761#bib.bib1)\)replaces standard self\-attention with an autocorrelation mechanism to explicitly model sequence periodicity\. FEDformer\([32](https://arxiv.org/html/2608.20761#bib.bib5)\)introduces frequency\-domain enhancement modules to improve long\-term forecasting performance\. However, all these models rely on a single mapping network to convert from past to future\([6](https://arxiv.org/html/2608.20761#bib.bib18);[14](https://arxiv.org/html/2608.20761#bib.bib19);[3](https://arxiv.org/html/2608.20761#bib.bib23)\), making it difficult to adapt to heterogeneous dynamic states across different variables and segments in non\-stationary time series\.
### Explainability in Time Series Forecasting
The black\-box nature of deep models has long limited their use in high\-risk areas like finance and healthcare\([14](https://arxiv.org/html/2608.20761#bib.bib19);[8](https://arxiv.org/html/2608.20761#bib.bib26);[5](https://arxiv.org/html/2608.20761#bib.bib27)\)\. Existing research on interpretability mainly follows two paths\([15](https://arxiv.org/html/2608.20761#bib.bib29)\)\. The first is post\-hoc explanation, such as analyzing a trained model’s behavior using methods like attention weight visualization\. However, post\-hoc explanations often differ from the model’s actual decisions and can even be misleading\. The second path is inherently interpretable models\([23](https://arxiv.org/html/2608.20761#bib.bib28)\), which make the reasoning process transparent through self\-explanatory structures\. Temporal Fusion Transformer \(TFT\)\([11](https://arxiv.org/html/2608.20761#bib.bib6)\)provides decision support via static variable encoding and interpretable multi\-head attention\. While these methods do offer some level of explanation, their interpretations usually stop at the attribution level of which inputs are important, without addressing the deeper question of under what conditions does the model use which forecasting mechanism\.
### Mixture of Experts
Mixture of Experts \(MoE\)\([7](https://arxiv.org/html/2608.20761#bib.bib32)\)expands model capacity through the collaborative decisions of multiple expert networks, allowing different experts to handle different subsets of data\. In recent years, it has shown remarkable results in large\-scale pre\-trained models\. For example, Google’s Switch Transformer\([2](https://arxiv.org/html/2608.20761#bib.bib7)\)and GLaM\([1](https://arxiv.org/html/2608.20761#bib.bib8)\)use MoE to scale model parameters to the trillion level while keeping computational costs nearly the same\.
In the field of time series forecasting, the MoE architecture has been explored preliminarily\([30](https://arxiv.org/html/2608.20761#bib.bib12)\)\. Some works design different experts as recurrent or convolutional networks with varying receptive fields to handle multi\-scale temporal patterns; others combine MoE with transformers, using sparse gating to select different attention heads or feedforward networks\. However, the gating mechanism in existing MoE predictors is essentially a black\-box linear projection followed by Softmax normalization\([19](https://arxiv.org/html/2608.20761#bib.bib16);[12](https://arxiv.org/html/2608.20761#bib.bib17)\)\. They fail to generate sample\-channel\-level fuzzy conditional rules for fine\-grained variable\-wise expert allocation\. Pattern\-specific and distribution\-shift\-aware expert models mitigate temporal heterogeneity by grouping samples into distinct dynamic clusters and assigning dedicated experts per cluster, but their interpretability is limited to simple cluster\-pattern matching without extracting complementary local convolutional and global segmented statistical state cues or mapping multi\-scale temporal signals into traceable IF\-THEN routing rules, which our Fuzzy\-MoE specially designs for non\-stationary multivariate forecasting tasks\.
## Proposed Method
In this section, we present the proposed Fuzzy\-MoE framework in detail\.
Figure 2:Overall pipeline of the proposed Fuzzy\-MoE framework\. It integrates input segmentation, dual\-view state extraction, fuzzy routing, residual experts pool and output recovery\. The dual\-view fuzzy router outputs sample\-channel\-level expert weights, with auxiliary visualization modules to provide fuzzy embedding, gate attribution and explicit fuzzy rules for full routing interpretability\.### Overall: From Sequence Mapping to Regime\-Conditioned Routing
Conventional deep forecasting models treat multivariate time series forecasting as an end\-to\-end sequence mapping problem: learning a unified functionf:𝒳↦𝒴f:\\mathcal\{X\}\\mapsto\\mathcal\{Y\}that directly transforms the historical observation window into the future horizon\. This “one\-size\-fits\-all” paradigm implicitly assumes that a single set of parameters can adequately capture all temporal dynamic patterns\. However, in non\-stationary time series, different variables and different segments often reside in heterogeneous dynamic regimes, rendering this assumption invalid in practice\.
In this paper, we reformulate the forecasting task as aregime\-conditioned expert routingproblem\. The core idea is that the model should not directly learn a single mapping; instead, it should first identify the underlying temporal regime of the current input and then select the expert network that best suits that regime to complete the forecasting\. Formally, given a historical sequence𝐗∈ℝL×C\\mathbf\{X\}\\in\\mathbb\{R\}^\{L\\times C\}\(whereLLis the look\-back window length andCCis the number of variables\), the model extracts state clues from multiple views, and the fuzzy routing mechanism determines the expert selection:
𝐘^=∑k=1K𝐰k⋅ℰk\(𝐗seg\),\\hat\{\\mathbf\{Y\}\}=\\sum\_\{k=1\}^\{K\}\\mathbf\{w\}\_\{k\}\\cdot\\mathcal\{E\}\_\{k\}\(\\mathbf\{X\}\_\{\\text\{seg\}\}\),\(1\)
whereKKis the total number of experts,𝐰k\\mathbf\{w\}\_\{k\}is the gating weight generated by the fuzzy router with explicit physical semantics,ℰk\\mathcal\{E\}\_\{k\}denotes thekk\-th expert network, and𝐗seg\\mathbf\{X\}\_\{\\text\{seg\}\}is the segmented input\. This formulation decomposes the forecasting process into two independently inspectable stages:regime identification\(fuzzy routing\) andexpert forecasting\(expert networks\), laying the foundation for subsequent interpretability design\.
### Model Architecture Overview
The overall architecture of Fuzzy\-MoE consists of five core modules: input normalization and segmentation, dual\-view state feature extraction, dual\-view fuzzy routing, expert mapping networks, and weighted fusion with output recovery\. Figure[2](https://arxiv.org/html/2608.20761#Sx3.F2)illustrates the complete model structure\.
#### Input Normalization and Segmentation
To mitigate distribution shift, we first apply reversible instance normalization \(RevIN\) to the input sequence𝐗∈ℝB×L×C\\mathbf\{X\}\\in\\mathbb\{R\}^\{B\\times L\\times C\}\(whereBBis the batch size\):
𝐗~=𝐗−μσ\+ϵ,μ=1L∑t=1L𝐗,σ=1L∑t=1L\(𝐗−μ\)2\\tilde\{\\mathbf\{X\}\}=\\frac\{\\mathbf\{X\}\-\\mu\}\{\\sigma\+\\epsilon\},\\quad\\mu=\\frac\{1\}\{L\}\\sum\_\{t=1\}^\{L\}\\mathbf\{X\},\\quad\\sigma=\\sqrt\{\\frac\{1\}\{L\}\\sum\_\{t=1\}^\{L\}\\big\(\\mathbf\{X\}\-\\mu\\big\)^\{2\}\}\(2\)
whereϵ\\epsilonis a small constant for numerical stability\. The normalized sequence is then divided intoS=L/TsegS=L/T\_\{\\text\{seg\}\}non\-overlapping segments of lengthTsegT\_\{\\text\{seg\}\}, yielding𝐗seg∈ℝB×C×Tseg×S\\mathbf\{X\}\_\{\\text\{seg\}\}\\in\\mathbb\{R\}^\{B\\times C\\times T\_\{\\text\{seg\}\}\\times S\}\. This segmentation reduces the sequence length while preserving local temporal structures, enabling efficient expert mapping at the segment level\.
#### Dual\-View State Feature Extraction
To comprehensively capture temporal state information, the model employs two complementary feature extraction pathways\.
Local convolutional dynamics pathway:For each variable channel independently, a 1D convolutional network extracts short\-term patterns and abrupt changes\. This pathway consists of two convolutional layers: the first maps from 1 to 8 channels with kernel sizekkand stridess, followed by batch normalization and GELU activation; the second is a1×11\\times 1convolution that maps back to 1 channel\. The output is𝐇conv∈ℝB×C×Dc\\mathbf\{H\}\_\{\\text\{conv\}\}\\in\\mathbb\{R\}^\{B\\times C\\times D\_\{c\}\}, whereDcD\_\{c\}is the convolutional output dimension\.
Global segment statistics pathway:We compute the mean value within each segment to capture long\-term trends and periodic characteristics:
𝐇global=meanTseg\(𝐗seg\)∈ℝB×C×S,\\mathbf\{H\}\_\{\\text\{global\}\}=\\text\{mean\}\_\{T\_\{\\text\{seg\}\}\}\(\\mathbf\{X\}\_\{\\text\{seg\}\}\)\\in\\mathbb\{R\}^\{B\\times C\\times S\},\(3\)
whereSSis the number of segments\. These two pathways focus on different temporal scales, providing complementary state clues for subsequent fuzzy routing\.
### Dual\-View Fuzzy Routing Mechanism
The fuzzy router is the core component that enables interpretable expert selection in Fuzzy\-MoE\. It consists of two independent fuzzy gate modules: the convolutional fuzzy gate𝒢conv\\mathcal\{G\}\_\{\\text\{conv\}\}and the global fuzzy gate𝒢global\\mathcal\{G\}\_\{\\text\{global\}\}\. Each module’s computation comprises three steps: fuzzy variable projection, Gaussian membership computation and rule activation, and gating weight generation\. The final gating weights are obtained by fusing the outputs of the two pathways\.
#### Step 1: Fuzzy Variable Projection
Given an input feature𝐡∈ℝD\\mathbf\{h\}\\in\\mathbb\{R\}^\{D\}\(whereDDis the feature dimension, withD=DcD=D\_\{c\}for the convolutional gate andD=SD=Sfor the global gate\), we first project it into a low\-dimensional interpretable fuzzy variable space via a multi\-layer projection network:
𝐳=Proj\(𝐡\)∈ℝM,M≪D,\\mathbf\{z\}=\\text\{Proj\}\(\\mathbf\{h\}\)\\in\\mathbb\{R\}^\{M\},\\quad M\\ll D,\(4\)
where the projection networkProjconsists of two linear layers with LayerNorm and GELU activation in between, which can be seen in Figure[3](https://arxiv.org/html/2608.20761#Sx3.F3)\.MMis the number of fuzzy variables\. This projection maps high\-dimensional abstract features into a low\-dimensional latent space\. By constraining the fuzzy membership functions, the model forces the network to organize these latent variables in a structured manner\.
#### Step 2: Gaussian Membership Computation and Rule Activation
For thekk\-th expert, the model maintains a set of learnable Gaussian membership function parameters\{𝝁kc,𝝈k\}k=1K\\\{\\boldsymbol\{\\mu\}\_\{k\}^\{c\},\\boldsymbol\{\\sigma\}\_\{k\}\\\}\_\{k=1\}^\{K\}, where𝝁kc∈ℝM\\boldsymbol\{\\mu\}\_\{k\}^\{c\}\\in\\mathbb\{R\}^\{M\}is the center \(ideal value\) for each fuzzy variable, and𝝈k=exp\(𝝆k\)\+σmin∈ℝM\\boldsymbol\{\\sigma\}\_\{k\}=\\exp\(\\boldsymbol\{\\rho\}\_\{k\}\)\+\\sigma\_\{\\min\}\\in\\mathbb\{R\}^\{M\}is the standard deviation \(condition looseness\), with𝝆k\\boldsymbol\{\\rho\}\_\{k\}being learnable log\-standard\-deviation parameters andσmin\\sigma\_\{\\min\}a minimum standard deviation constant\.
The membership degree of the current sample’s fuzzy variables𝐳\\mathbf\{z\}for thekk\-th expert’smm\-th condition is computed using a Gaussian function:
uk,m=exp\(−12\(zm−μk,mcσk,m\)2\)\.u\_\{k,m\}=\\exp\\left\(\-\\frac\{1\}\{2\}\\left\(\\frac\{z\_\{m\}\-\\mu\_\{k,m\}^\{c\}\}\{\\sigma\_\{k,m\}\}\\right\)^\{2\}\\right\)\.\(5\)
The valueuk,m∈\(0,1\]u\_\{k,m\}\\in\(0,1\]quantifies “the degree to which the current sample satisfies themm\-th premise condition of thekk\-th expert”\.
Then, the firing strength of thekk\-th rule is obtained by aggregating the memberships of all conditions via a product T\-norm:
rk=∏m=1Muk,m\.r\_\{k\}=\\prod\_\{m=1\}^\{M\}u\_\{k,m\}\.\(6\)
The physical meaning ofrkr\_\{k\}is the overall confidence that the current sample simultaneously satisfies all premise conditions of thekk\-th expert\. The product T\-norm embodies the “AND” operation in fuzzy logic, all conditions must be satisfied simultaneously to obtain a high firing strength\.
Figure 3:Detail of our Fuzzy Gate Architecture, which provides an inspectable basis for rule generation that aligns with intuitive regime\-switching behaviors\.
#### Step 3: Temperature\-Scaled Softmax Gating
Unlike existing MoE methods that apply Softmax directly to meaningless linear projections, we apply temperature\-scaled Softmax normalization to the rule firing strengths, which carry explicit physical semantics:
wk=exp\(rk/τ\)∑j=1Kexp\(rj/τ\),w\_\{k\}=\\frac\{\\exp\(r\_\{k\}/\\tau\)\}\{\\sum\_\{j=1\}^\{K\}\\exp\(r\_\{j\}/\\tau\)\},\(7\)
whereτ\\tauis the temperature parameter that controls the sharpness of the gating distribution: smallerτ\\tauyields a sharper distribution, while largerτ\\tauleads to a smoother distribution\. The key advantage of this design is that the inputs to Softmax are physically meaningful rule firing strengths rather than arbitrary linear projection values, making the generation process of gating weights traceable and interpretable\.
#### Step 4: Dual\-View Fusion
The gating computation is performed independently for each variable channel:
𝐖conv\(i\)=𝒢conv\(𝐇conv\(i\)\)∈ℝB×K,\\mathbf\{W\}\_\{\\text\{conv\}\}^\{\(i\)\}=\\mathcal\{G\}\_\{\\text\{conv\}\}\(\\mathbf\{H\}\_\{\\text\{conv\}\}^\{\(i\)\}\)\\in\\mathbb\{R\}^\{B\\times K\},\(8\)
𝐖global\(i\)=𝒢global\(𝐇global\(i\)\)∈ℝB×K\.\\mathbf\{W\}\_\{\\text\{global\}\}^\{\(i\)\}=\\mathcal\{G\}\_\{\\text\{global\}\}\(\\mathbf\{H\}\_\{\\text\{global\}\}^\{\(i\)\}\)\\in\\mathbb\{R\}^\{B\\times K\}\.\(9\)
The two gating outputs are averaged across channels and renormalized:
𝐖~=12\(𝐖conv\+𝐖global\),𝐖=𝐖~∑k𝐖~k\+ϵ\.\\tilde\{\\mathbf\{W\}\}=\\frac\{1\}\{2\}\(\\mathbf\{W\}\_\{\\text\{conv\}\}\+\\mathbf\{W\}\_\{\\text\{global\}\}\),\\quad\\mathbf\{W\}=\\frac\{\\tilde\{\\mathbf\{W\}\}\}\{\\sum\_\{k\}\\tilde\{\\mathbf\{W\}\}\_\{k\}\+\\epsilon\}\.\(10\)
The fused𝐖∈ℝB×C×K\\mathbf\{W\}\\in\\mathbb\{R\}^\{B\\times C\\times K\}generates expert assignment weights independently for each variable channel at the sample\-channel granularity, allowing different variables within the same sequence to select different forecasting mechanisms\.
### Expert Networks and Output Fusion
#### Expert Network Design
Each expert networkℰk\\mathcal\{E\}\_\{k\}adopts a structure with an adaptive residual connection\. The trunk network is a two\-layer linear mapping:ℝS→ℝS→ℝT\\mathbb\{R\}^\{S\}\\to\\mathbb\{R\}^\{S\}\\to\\mathbb\{R\}^\{T\}, whereSSis the number of input segments andTTis the number of output segments\. The shortcut branch is a single linear layerℝS→ℝT\\mathbb\{R\}^\{S\}\\to\\mathbb\{R\}^\{T\}\. The final output is a weighted combination of the two branches:
ℰk\(𝐗seg\)=αshort⋅Shortcut\(𝐗seg\)\+αtrunk⋅Trunk\(𝐗seg\),\\mathcal\{E\}\_\{k\}\(\\mathbf\{X\}\_\{\\text\{seg\}\}\)=\\alpha\_\{\\text\{short\}\}\\cdot\\text\{Shortcut\}\(\\mathbf\{X\}\_\{\\text\{seg\}\}\)\+\\alpha\_\{\\text\{trunk\}\}\\cdot\\text\{Trunk\}\(\\mathbf\{X\}\_\{\\text\{seg\}\}\),\(11\)
where𝜶=Softmax\(𝜶raw\)∈ℝ2\\boldsymbol\{\\alpha\}=\\text\{Softmax\}\(\\boldsymbol\{\\alpha\}\_\{\\text\{raw\}\}\)\\in\\mathbb\{R\}^\{2\}are learnable fusion weights\. This design lets each expert balance linear and nonlinear temporal fitting\.
#### Weighted Fusion and Output Recovery
Each expert maps the historical segments𝐗seg∈ℝB×C×Tseg×S\\mathbf\{X\}\_\{\\text\{seg\}\}\\in\\mathbb\{R\}^\{B\\times C\\times T\_\{\\text\{seg\}\}\\times S\}to predicted segments𝐘^k∈ℝB×C×Tseg×T\\hat\{\\mathbf\{Y\}\}\_\{k\}\\in\\mathbb\{R\}^\{B\\times C\\times T\_\{\\text\{seg\}\}\\times T\}\. All expert outputs are aggregated via weighted summation using the gating weights:
𝐘^=∑k=1K𝐖k⊙𝐘^k∈ℝB×C×Tseg×T,\\hat\{\\mathbf\{Y\}\}=\\sum\_\{k=1\}^\{K\}\\mathbf\{W\}\_\{k\}\\odot\\hat\{\\mathbf\{Y\}\}\_\{k\}\\in\\mathbb\{R\}^\{B\\times C\\times T\_\{\\text\{seg\}\}\\times T\},\(12\)
where⊙\\odotdenotes broadcast multiplication\. The final forecasting is flattened to𝐘^∈ℝB×C×P\\hat\{\\mathbf\{Y\}\}\\in\\mathbb\{R\}^\{B\\times C\\times P\}\(withP=Tseg×TP=T\_\{\\text\{seg\}\}\\times T\), denormalized \(multiplied by standard deviation and added back the mean\), and transposed toℝB×P×C\\mathbb\{R\}^\{B\\times P\\times C\}as the final output\.
## Experiments
### Datasets and Baselines
To validate the forecasting accuracy of our mode, we selected six commonly used datasets: 4 ETT datasetes\(ETTh1, ETTh2, ETTm1, ETTm2\)\([31](https://arxiv.org/html/2608.20761#bib.bib30)\), Weather and Electricity for experimentation\. Based on recency, innovation and forecasting performance, we selected seven well\-regarded time series models in the field as our baselines\. These include both Linear\-based and Transformer\-based models: WPMixer\([16](https://arxiv.org/html/2608.20761#bib.bib15)\), SDE\([24](https://arxiv.org/html/2608.20761#bib.bib20)\), TimeMixer\([22](https://arxiv.org/html/2608.20761#bib.bib31)\), iTransformer\([24](https://arxiv.org/html/2608.20761#bib.bib20)\), Time\-MoE\([19](https://arxiv.org/html/2608.20761#bib.bib16)\), PatchTST\([17](https://arxiv.org/html/2608.20761#bib.bib2)\)and DLinear\([29](https://arxiv.org/html/2608.20761#bib.bib21)\)\.
### Metrics and Implementation Details
This experiment uses Mean Squared Error \(MSE\) and Mean Absolute Error \(MAE\) as the evaluation metrics for the models\. The dimension of fuzzy variables is set to 3\. SGD optimizer with initial learning rate 2e\-5 is used for updating the parameters, the training epoch is 200, the dropout rate is 0\.05, and the training batch size is set to 64\. All experiments were implemented with PyTorch on a single NVIDIA 3090 24GB GPU\. For the details, see Appendix B & Appendix C\.
### Main Results
Table[1](https://arxiv.org/html/2608.20761#Sx4.T1)compares the forecasting performance of different methods on 6 benchmark datasets\. Taking the Electricity dataset with the 720\-step long forecasting horizon as an illustrative case, we compare Fuzzy\-MoE against the strong MLP\-based baseline iTransformer\. On this challenging setting, our model achieves a MSE of 0\.203 and MAE of 0\.294, while iTransformer yields MSE=0\.228 and MAE=0\.313\. Quantitatively, Fuzzy\-MoE cuts MSE error by 10\.96% and MAE error by 6\.07% relative to iTransformer\. This substantial performance gap arises because iTransformer relies on a single shared backbone to model all multivariate variables, failing to isolate distinct dynamic regimes across power load channels; by contrast, our dual\-view fuzzy routing assigns specialized experts to different variables via traceable IF\-THEN rules, precisely fitting heterogeneous periodic and fluctuation patterns within electricity signals under non\-stationary distribution shifts\. The gains are particularly evident on challenging datasets such as Weather and Electricity, demonstrating the effectiveness of the proposed fuzzy\-guided expert routing strategy in modeling complex temporal dynamics and improving forecasting accuracy\.
ModelsOursWPMixer\[AAAI2025\]SDE\[SIGKDD2025\]TimeMixer\[ICLR2024\]iTransformer\[ICLR2024\]Time\-MoE\[ICLR2025\]PatchTST\[ICLR2023\]Dlinear\[AAAI2023\]MetricMSEMAEMSEMAEMSEMAEMSEMAEMSEMAEMSEMAEMSEMAEMSEMAEETTh1960\.3620\.3830\.3740\.3870\.3870\.4020\.3810\.3980\.3940\.4090\.3520\.3800\.3760\.3970\.3960\.4101920\.3990\.4060\.4280\.4140\.4430\.4320\.4410\.4300\.4480\.4410\.3890\.4100\.4260\.4320\.4450\.4403360\.4230\.4210\.4620\.4370\.4920\.4570\.5000\.4590\.4920\.4650\.4240\.4390\.4690\.4570\.4870\.4657200\.4330\.4490\.4820\.4660\.5040\.4840\.5520\.5070\.5210\.5040\.4440\.4650\.5180\.5040\.5120\.510ETTh2960\.2710\.3340\.2770\.3300\.2960\.3440\.2860\.3390\.3000\.3490\.3000\.3550\.3080\.3590\.3410\.3951920\.3320\.3750\.3510\.3770\.3810\.3950\.3910\.4040\.3810\.3990\.3540\.3830\.3800\.4060\.4810\.4793360\.3210\.3800\.3630\.3940\.4290\.4330\.4210\.4320\.4230\.4320\.4050\.4200\.4120\.4290\.5920\.5427200\.3710\.4200\.4050\.4270\.4350\.4440\.4680\.4680\.4260\.4450\.4650\.4660\.4350\.4560\.8400\.661ETTm1960\.2940\.3430\.3340\.3680\.3220\.3630\.3270\.3640\.3410\.3760\.3090\.3550\.3230\.3640\.3450\.3731920\.3350\.3670\.3580\.3750\.3610\.3850\.3670\.3860\.3800\.3940\.3360\.3760\.3710\.3910\.3810\.3913360\.3620\.3840\.3840\.3970\.4010\.4140\.3930\.4030\.4190\.4180\.3740\.4050\.3980\.4080\.4150\.4157200\.4260\.4160\.4560\.4450\.4520\.4430\.4510\.4420\.4860\.4550\.4830\.4810\.4570\.4440\.4720\.450ETTm2960\.1660\.2560\.1700\.2510\.1770\.2630\.1740\.2570\.1830\.2660\.1990\.2880\.1840\.2670\.1930\.2921920\.2210\.2920\.2350\.2950\.2480\.3110\.2360\.2990\.2520\.3120\.2480\.3220\.2460\.3040\.2840\.3613360\.2760\.3280\.3000\.3360\.3130\.3530\.3010\.3390\.3140\.3510\.3180\.3650\.3110\.3480\.3840\.4297200\.3680\.3830\.3910\.3920\.4180\.4150\.4000\.4000\.4110\.4060\.4650\.4510\.4180\.4140\.5560\.523Weather960\.1470\.1980\.1630\.2050\.1650\.2130\.1610\.2080\.1750\.2150\.1580\.2120\.1750\.2170\.1960\.2561920\.1940\.2420\.2070\.2450\.2140\.2550\.2070\.2510\.2250\.2570\.2110\.2600\.2200\.2550\.2380\.2993360\.2480\.2840\.2670\.2910\.2730\.2970\.2640\.2930\.2790\.2980\.2730\.3070\.2790\.2970\.2810\.3307200\.3150\.3360\.3380\.3370\.3530\.3520\.3450\.3450\.3610\.3500\.4120\.4000\.3560\.3480\.3810\.381Electricity960\.1310\.2250\.1660\.2600\.1470\.2450\.1560\.2470\.1480\.240\-\-0\.1800\.2720\.2100\.3011920\.1450\.2410\.1750\.2610\.1610\.2570\.1700\.2600\.1640\.256\-\-0\.1870\.2790\.2100\.3043360\.1640\.2600\.1930\.2820\.1760\.2740\.1870\.2780\.1770\.270\-\-0\.2040\.2950\.2230\.3197200\.2030\.2940\.2330\.3140\.2070\.3040\.2270\.3120\.2280\.313\-\-0\.2450\.3280\.2570\.349Table 1:Comparison of forecasting performance\. The best results are highlighted inboldand the second\-best results areunderlined\. While "\-" denotes missing experimental results of the compared method on the corresponding dataset\. Overall, our method consistently achieves the best performance across forecasting horizons = \{96,192,336,720\}\.Figure 4:Visualization of expert weight attribution on the ETTh2 dataset\. The routing weights are balanced yet discriminative, indicating that the fuzzy gate mechanism effectively mitigates expert collapse while encouraging expert specialization\.Figure[4](https://arxiv.org/html/2608.20761#Sx4.F4)visualizes the average expert routing weights learned by Fuzzy\-MoE on the ETTh2 dataset\. Specifically, Expert 1 consistently receives higher routing weights across multiple channels, suggesting that it captures shared temporal dynamics, whereas the remaining experts focus on complementary latent patterns\. These results demonstrate that the proposed Gaussian membership\-based fuzzy routing enables adaptive and interpretable expert allocation, leading to more effective expert collaboration and improved robustness for multivariate time series forecasting\.
### Ablation Study
Table[2](https://arxiv.org/html/2608.20761#Sx4.T2)presents theΔMAE\\Delta\\text\{MAE\}values resulting from removing rules with different activation strengths on the ETTh1, ETTh2 and Weather datasets, which intuitively reflects the contribution of fuzzy rules to forecasting performance\.
Deletion TypeETTh1ETTh2WeatherTop\-1 activated rule0\.0120\.0030\.044Top\-2 activated rule0\.0080\.0030\.012Lowest rule0\.0010\.0000\.002Table 2:ΔMAE\\Delta\\text\{MAE\}results on ETTh1, ETTh2 and Weather\. The best results are highlighted inbold\.Removing the top\-1 and top\-2 highly activated rules leads to substantially larger MAE increases, on ETTh1, deleting the top\-1 rule yields aΔMAE\\Delta\\text\{MAE\}of 0\.012 and removing the top\-2 rule results in aΔMAE\\Delta\\text\{MAE\}of 0\.008, while both top\-1 and top\-2 rule removals produce aΔMAE\\Delta\\text\{MAE\}of 0\.003 on ETTh2\. In contrast, eliminating the least activated rule only triggers negligible performance degradation, withΔMAE\\Delta\\text\{MAE\}values of merely 0\.001 and 0\.000 on the two datasets respectively\. These observations demonstrate that high\-confidence core IF\-THEN fuzzy rules are critical for Fuzzy\-MoE to achieve precise expert routing and guarantee forecasting accuracy, whereas low\-activation rules exert minimal impact on the overall forecasting performance\. The same trend exists on the Weather dataset\. The ablation study proves the rules are real\. When we remove important rules, prediction gets worse \(Δ\\DeltaMAE=0\.012\)\. When we remove unimportant rules, prediction barely changes \(Δ\\DeltaMAE=0\.001\)\. This shows the model really uses these rules\. This also verifies that the Gaussian membership\-based fuzzy routing rules proposed in this paper can effectively distinguish primary and secondary temporal patterns and adapt to latent temporal dynamic regimes\.
We report the effect of the fuzzy temperature parameterτ\\tauon the proposed model in Table[3](https://arxiv.org/html/2608.20761#Sx4.T3)\. Overall, the best performance is achieved atτ\\tau=5, yielding the lowest MAE and MSE across all forecasting horizons\.
τ\\tau0\.30\.825MetricMSEMAEMSEMAEMSEMAEMSEMAEETTm2960\.1670\.2570\.1660\.2560\.1670\.2560\.1660\.2551920\.2230\.2940\.2210\.2930\.2210\.2930\.2210\.2923360\.2780\.3300\.2760\.3280\.2760\.3280\.2750\.3277200\.3710\.3860\.3690\.3840\.3680\.3830\.3670\.382
Table 3:Performance comparison of different temperatureτ\\tauon ETTm2\. The best results are highlighted inbold\.On ETTm2, a larger temperature produces smoother fuzzy memberships and more balanced expert routing, promoting effective expert collaboration for modeling heterogeneous temporal patterns\. In contrast, smaller temperature values lead to overly concentrated memberships and rigid expert assignment\.
Figure 5:t\-SNE\.Visualization of Local, Global, and Fused State Representations\. \(a\) ETTh1; \(b\) ETTh2\.Figure[5](https://arxiv.org/html/2608.20761#Sx4.F5)presents the t\-SNE visualization of the feature representations learned by the local branch, global branch, and their fusion\. Compared with the individual branches, the fused representations exhibit a more structured and discriminative distribution, indicating that local and global state information provides complementary temporal cues\. This enhanced feature separability enables the Fuzzy Gate to perform more accurate expert routing based on latent temporal states, thereby promoting expert specialization and collaboration, which ultimately contributes to the superior forecasting performance of Fuzzy\-MoE\.
ModelsFuzzy GateMLP GateMetricMSEMAEMSEMAEETTh2960\.2710\.3340\.3030\.3621920\.3320\.3750\.3500\.3923360\.3210\.3800\.3310\.3897200\.3710\.4200\.3780\.426ETTm2960\.1660\.2560\.1810\.2631920\.2210\.2920\.2320\.2993360\.2760\.3280\.2870\.3337200\.3680\.3830\.3760\.389Weather960\.1470\.1980\.1490\.2041920\.1940\.2420\.2030\.2503360\.2480\.2840\.2520\.2907200\.3150\.3360\.3300\.344Table 4:Performance comparison of different gating mechanisms\. The best results are highlighted inbold\.Table[4](https://arxiv.org/html/2608.20761#Sx4.T4)demonstrates that replacing the conventional MLP Gate with the proposed Fuzzy Gate consistently improves forecasting performance across different datasets and forecasting horizons\. By introducing Gaussian fuzzy membership\-based routing, the proposed gating mechanism provides a more discriminative and stable expert assignment than implicit MLP\-based routing, leading to lower MAE and MSE in most settings\. For example, when the horizon is set to 96 on ETTh2, compared with the standard MLP gate, our fuzzy gate achieves MSE of 0\.271 and MAE of 0\.334, corresponding to relative reductions of 10\.56% and 7\.73%, respectively\. Consistent performance gains are further observed on ETTm2 and Weather\.
## Conclusion
This work proposes Fuzzy\-MoE, an interpretable fuzzy Mixture\-of\-Experts framework for non\-stationary multivariate forecasting\. By dual\-view Gaussian fuzzy routing, our model generates traceable IF\-THEN rules and assigns experts per variable to resolve cross\-channel heterogeneous dynamics\. Sufficient benchmarks confirm our method achieves superior forecasting accuracy and intrinsic routing interpretability\. For future work, we will extend the fuzzy rule extraction to online adaptive forecasting and integrate sparse expert activation to reduce computation overhead\. In addition, the proposed framework offers a general, state\-aware routing template that can be readily adapted to other regime\-switching time series problems\.
## References
- Duet al\.\(2022\)N\. Du, Y\. Huang, A\. M\. Dai, S\. Tong, D\. Lepikhin, Y\. Xu, M\. Krikun, Y\. Zhou, A\. W\. Yu, O\. Firat, B\. Zoph, L\. Fedus, M\. P\. Bosma, Z\. Zhou, T\. Wang, Y\. E\. Wang, K\. Webster, M\. Pellat, K\. Robinson, K\. S\. Meier\-Hellstern, T\. Duke, L\. Dixon, K\. Zhang, Q\. V\. Le, Y\. Wu, Z\. Chen, and C\. CuiGLaM: efficient scaling of language models with mixture\-of\-experts\.InInternational Conference on Machine Learning,Vol\.162,pp\. 5547–5569\.Cited by:[Mixture of Experts](https://arxiv.org/html/2608.20761#Sx2.SSx3.p1.1)\.
- Feduset al\.\(2022\)W\. Fedus, B\. Zoph, and N\. ShazeerSwitch transformers: scaling to trillion parameter models with simple and efficient sparsity\.J\. Mach\. Learn\. Res\.23,pp\. 120:1–120:39\.Cited by:[Mixture of Experts](https://arxiv.org/html/2608.20761#Sx2.SSx3.p1.1)\.
- Gaoet al\.\(2024\)S\. Gao, T\. Koker, O\. Queen, T\. Hartvigsen, T\. Tsiligkaridis, and M\. ZitnikUniTS: A unified multi\-task time series model\.InAdvances in Neural Information Processing Systems,Cited by:[Time Series Forecasting](https://arxiv.org/html/2608.20761#Sx2.SSx1.p2.1)\.
- Gruveret al\.\(2023\)N\. Gruver, M\. Finzi, S\. Qiu, and A\. G\. WilsonLarge language models are zero\-shot time series forecasters\.InAdvances in Neural Information Processing Systems,Cited by:[Introduction](https://arxiv.org/html/2608.20761#Sx1.p1.1)\.
- Hertelet al\.\(2026\)M\. Hertel, A\. Nikoltchovska, S\. Pütz, B\. Schäfer, R\. Mikut, and V\. HagenmeyerExplainable load forecasting with covariate\-informed time series foundation models\.InProceedings of the 17th ACM International Conference on Future and Sustainable Energy Systems,pp\. 612–626\.Cited by:[Explainability in Time Series Forecasting](https://arxiv.org/html/2608.20761#Sx2.SSx2.p1.1)\.
- Huanget al\.\(2025\)Q\. Huang, Z\. Zhou, Y\. Li, K\. Yang, B\. Wang, and Y\. WangMany minds, one goal: time series forecasting via sub\-task specialization and inter\-agent cooperation\.InAdvances in Neural Information Processing Systems,Cited by:[Time Series Forecasting](https://arxiv.org/html/2608.20761#Sx2.SSx1.p2.1)\.
- Jianget al\.\(2024\)A\. Q\. Jiang, A\. Sablayrolles, A\. Roux, A\. Mensch, B\. Savary, C\. Bamford, D\. S\. Chaplot, D\. d\. l\. Casas, E\. B\. Hanna, F\. Bressand,et al\.Mixtral of experts\.arXiv preprint arXiv:2401\.04088\.Cited by:[Mixture of Experts](https://arxiv.org/html/2608.20761#Sx2.SSx3.p1.1)\.
- Jianget al\.\(2025\)Y\. Jiang, W\. Yu, G\. Lee, D\. Song, K\. Shin, W\. Cheng, Y\. Liu, and H\. ChenTimeXL: explainable multi\-modal time series prediction with llm\-in\-the\-loop\.InAdvances in Neural Information Processing Systems,Cited by:[Explainability in Time Series Forecasting](https://arxiv.org/html/2608.20761#Sx2.SSx2.p1.1)\.
- Jinet al\.\(2024\)M\. Jin, S\. Wang, L\. Ma, Z\. Chu, J\. Y\. Zhang, X\. Shi, P\. Chen, Y\. Liang, Y\. Li, S\. Pan, and Q\. WenTime\-llm: time series forecasting by reprogramming large language models\.InThe Twelfth International Conference on Learning Representations,Cited by:[Introduction](https://arxiv.org/html/2608.20761#Sx1.p1.1)\.
- Lianget al\.\(2024\)Y\. Liang, H\. Wen, Y\. Nie, Y\. Jiang, M\. Jin, D\. Song, S\. Pan, and Q\. WenFoundation models for time series analysis: A tutorial and survey\.InProceedings of the 30th ACM SIGKDD Conference on Knowledge Discovery and Data Mining,pp\. 6555–6565\.Cited by:[Introduction](https://arxiv.org/html/2608.20761#Sx1.p1.1)\.
- Limet al\.\(2021\)B\. Lim, S\. Ö\. Arık, N\. Loeff, and T\. PfisterTemporal fusion transformers for interpretable multi\-horizon time series forecasting\.International journal of forecasting37\(4\),pp\. 1748–1764\.Cited by:[Explainability in Time Series Forecasting](https://arxiv.org/html/2608.20761#Sx2.SSx2.p1.1)\.
- Liuet al\.\(2025\)X\. Liu, J\. Liu, G\. Woo, T\. Aksu, Y\. Liang, R\. Zimmermann, C\. Liu, J\. Li, S\. Savarese, C\. Xiong, and D\. SahooMoirai\-moe: empowering time series foundation models with sparse mixture of experts\.InForty\-second International Conference on Machine Learning,Vol\.267\.Cited by:[Mixture of Experts](https://arxiv.org/html/2608.20761#Sx2.SSx3.p2.1)\.
- Liuet al\.\(2024\)Y\. Liu, T\. Hu, H\. Zhang, H\. Wu, S\. Wang, L\. Ma, and M\. LongITransformer: inverted transformers are effective for time series forecasting\.InThe Twelfth International Conference on Learning Representations,Cited by:[Introduction](https://arxiv.org/html/2608.20761#Sx1.p1.1),[Time Series Forecasting](https://arxiv.org/html/2608.20761#Sx2.SSx1.p2.1)\.
- Maet al\.\(2025\)X\. Ma, Z\. Ni, S\. Xiao, and X\. ChenTimePro: efficient multivariate long\-term time series forecasting with variable\- and time\-aware hyper\-state\.InForty\-second International Conference on Machine Learning,Vol\.267\.Cited by:[Time Series Forecasting](https://arxiv.org/html/2608.20761#Sx2.SSx1.p2.1),[Explainability in Time Series Forecasting](https://arxiv.org/html/2608.20761#Sx2.SSx2.p1.1)\.
- Mehouachi and Jabari \(2025\)F\. B\. Mehouachi and S\. E\. JabariFlowMixer: A depth\-agnostic neural architecture for interpretable spatiotemporal forecasting\.InAdvances in Neural Information Processing Systems,Cited by:[Explainability in Time Series Forecasting](https://arxiv.org/html/2608.20761#Sx2.SSx2.p1.1)\.
- Muradet al\.\(2025\)M\. M\. N\. Murad, M\. Aktukmak, and Y\. YilmazWPMixer: efficient multi\-resolution mixing for long\-term time series forecasting\.InThirty\-Ninth AAAI Conference on Artificial Intelligence,pp\. 19581–19588\.Cited by:[Introduction](https://arxiv.org/html/2608.20761#Sx1.p1.1),[Datasets and Baselines](https://arxiv.org/html/2608.20761#Sx4.SSx1.p1.1)\.
- Nieet al\.\(2023\)Y\. Nie, N\. H\. Nguyen, P\. Sinthong, and J\. KalagnanamA time series is worth 64 words: long\-term forecasting with transformers\.InThe Eleventh International Conference on Learning Representations,Cited by:[Introduction](https://arxiv.org/html/2608.20761#Sx1.p1.1),[Time Series Forecasting](https://arxiv.org/html/2608.20761#Sx2.SSx1.p2.1),[Datasets and Baselines](https://arxiv.org/html/2608.20761#Sx4.SSx1.p1.1)\.
- Qiuet al\.\(2026\)X\. Qiu, X\. Wu, H\. Cheng, X\. Liu, C\. Guo, J\. Hu, and B\. YangDbloss: decomposition\-based loss function for time series forecasting\.InAdvances in Neural Information Processing Systems,Vol\.38,pp\. 27741–27768\.Cited by:[Time Series Forecasting](https://arxiv.org/html/2608.20761#Sx2.SSx1.p1.1)\.
- Shiet al\.\(2025\)X\. Shi, S\. Wang, Y\. Nie, D\. Li, Z\. Ye, Q\. Wen, and M\. JinTime\-moe: billion\-scale time series foundation models with mixture of experts\.InThe Thirteenth International Conference on Learning Representations,Cited by:[Mixture of Experts](https://arxiv.org/html/2608.20761#Sx2.SSx3.p2.1),[Datasets and Baselines](https://arxiv.org/html/2608.20761#Sx4.SSx1.p1.1)\.
- Sunet al\.\(2025\)Y\. Sun, Z\. Xie, E\. Eldele, D\. Chen, Q\. Hu, and M\. WuLearning pattern\-specific experts for time series forecasting under patch\-level distribution shift\.InAdvances in Neural Information Processing Systems,Cited by:[Introduction](https://arxiv.org/html/2608.20761#Sx1.p1.1)\.
- Wanget al\.\(2026\)R\. Wang, R\. Xue, R\. Razi, H\. Song, and H\. R\. MarloweAME\-ts: anchored mixture\-of\-experts for time series forecasting\.arXiv preprint arXiv:2605\.25166\.Cited by:[Introduction](https://arxiv.org/html/2608.20761#Sx1.p2.1)\.
- Wanget al\.\(2024\)S\. Wang, H\. Wu, X\. Shi, T\. Hu, H\. Luo, L\. Ma, J\. Y\. Zhang, and J\. ZhouTimeMixer: decomposable multiscale mixing for time series forecasting\.InThe Twelfth International Conference on Learning Representations,Cited by:[Datasets and Baselines](https://arxiv.org/html/2608.20761#Sx4.SSx1.p1.1)\.
- Wanget al\.\(2025\)Y\. Wang, J\. Zhu, M\. Li, J\. Liu, Y\. Li, Y\. Yang, J\. Li, and H\. WangLearning reliable and intuitive temporal logic rules for interpretable time series classification\.InProceedings of the 31st ACM SIGKDD Conference on Knowledge Discovery and Data Mining,pp\. 3067–3078\.Cited by:[Explainability in Time Series Forecasting](https://arxiv.org/html/2608.20761#Sx2.SSx2.p1.1)\.
- Wenget al\.\(2025\)Z\. Weng, J\. Han, W\. Jiang, and H\. LiuSDE: A simplified and disentangled dependency encoding framework for state space models in time series forecasting\.InProceedings of the 31st ACM SIGKDD Conference on Knowledge Discovery and Data Mining,pp\. 3168–3179\.Cited by:[Introduction](https://arxiv.org/html/2608.20761#Sx1.p1.1),[Datasets and Baselines](https://arxiv.org/html/2608.20761#Sx4.SSx1.p1.1)\.
- Wuet al\.\(2023\)H\. Wu, T\. Hu, Y\. Liu, H\. Zhou, J\. Wang, and M\. LongTimesNet: temporal 2d\-variation modeling for general time series analysis\.InThe Eleventh International Conference on Learning Representations,Cited by:[Time Series Forecasting](https://arxiv.org/html/2608.20761#Sx2.SSx1.p2.1)\.
- Wuet al\.\(2021\)H\. Wu, J\. Xu, J\. Wang, and M\. LongAutoformer: decomposition transformers with auto\-correlation for long\-term series forecasting\.InAdvances in Neural Information Processing Systems,pp\. 22419–22430\.Cited by:[Introduction](https://arxiv.org/html/2608.20761#Sx1.p1.1),[Time Series Forecasting](https://arxiv.org/html/2608.20761#Sx2.SSx1.p2.1)\.
- Wuet al\.\(2026\)X\. Wu, X\. Qiu, H\. Cheng, Z\. Li, J\. Hu, C\. Guo, and B\. YangEnhancing time series forecasting through selective representation spaces: a patch perspective\.InAdvances in Neural Information Processing Systems,Vol\.38,pp\. 23328–23354\.Cited by:[Time Series Forecasting](https://arxiv.org/html/2608.20761#Sx2.SSx1.p1.1)\.
- Yanget al\.\(2025\)X\. Yang, C\. Venhoff, A\. Khakzar, C\. S\. de Witt, P\. K\. Dokania, A\. Bibi, and P\. TorrMixture of experts made intrinsically interpretable\.InForty\-second International Conference on Machine Learning,Vol\.267\.Cited by:[Introduction](https://arxiv.org/html/2608.20761#Sx1.p2.1)\.
- Zenget al\.\(2023\)A\. Zeng, M\. Chen, L\. Zhang, and Q\. XuAre transformers effective for time series forecasting?\.InThirty\-Seventh AAAI Conference on Artificial Intelligence,pp\. 11121–11128\.Cited by:[Introduction](https://arxiv.org/html/2608.20761#Sx1.p1.1),[Datasets and Baselines](https://arxiv.org/html/2608.20761#Sx4.SSx1.p1.1)\.
- Zhanget al\.\(2025\)Y\. Zhang, J\. Cai, Z\. Wu, P\. Wang, and S\. NgMixture of experts as representation learner for deep multi\-view clustering\.InProceedings of the AAAI Conference on Artificial Intelligence,Vol\.39,pp\. 22704–22713\.Cited by:[Mixture of Experts](https://arxiv.org/html/2608.20761#Sx2.SSx3.p2.1)\.
- Zhouet al\.\(2021\)H\. Zhou, S\. Zhang, J\. Peng, S\. Zhang, J\. Li, H\. Xiong, and W\. ZhangInformer: beyond efficient transformer for long sequence time\-series forecasting\.InThirty\-Fifth AAAI Conference on Artificial Intelligence,pp\. 11106–11115\.Cited by:[Datasets and Baselines](https://arxiv.org/html/2608.20761#Sx4.SSx1.p1.1)\.
- Zhouet al\.\(2022\)T\. Zhou, Z\. Ma, Q\. Wen, X\. Wang, L\. Sun, and R\. JinFEDformer: frequency enhanced decomposed transformer for long\-term series forecasting\.InInternational Conference on Machine Learning,Vol\.162,pp\. 27268–27286\.Cited by:[Time Series Forecasting](https://arxiv.org/html/2608.20761#Sx2.SSx1.p2.1)\.Similar Articles
Expert Routing for Communication-Efficient MoE via Finite Expert Banks
The paper introduces an information-theoretic framework for communication-efficient expert routing in sparse mixture-of-experts models, treating the gate as a stochastic channel and deriving practical mutual information estimators to analyze accuracy-rate tradeoffs over finite expert banks.
Elbow-Based MoE Routing: A Training-Free Inference Time Plugin for Expert Selection
This paper introduces elbow-based routing, a training-free inference-time method for MoE models that dynamically adjusts the number of active experts per token by detecting the elbow point in router probability distributions, achieving a 5.3% average latency reduction while maintaining accuracy.
TIER-MoE: Trust-Informed Expert Routing via Conditional Modality Risk for Multimodal Fusion in Biomedical Classification
This paper introduces TIER-MoE, a risk-guided subspace mixture-of-experts model for multimodal biomedical classification that estimates sample-specific modality reliability from out-of-fold predictions and routes modalities to experts, improving performance and calibration on four public datasets.
Graph-Conditioned Mixture of Graph Neural Network Experts for Traffic Forecasting
Proposes GC-MoE, a graph-conditioned mixture of experts framework for traffic forecasting that assigns each node a personalized combination of frozen pretrained spatio-temporal GNN experts based on graph topology and recent input, training only a lightweight routing module (∼17K parameters) and achieving competitive performance on four benchmarks.
Sticky Routing: Training MoE Models for Memory-Efficient Inference
StickyMoE proposes a differentiable routing consistency loss that encourages adjacent tokens to activate the same experts in MoE models, reducing expert-swapping overhead and cache misses during inference on edge devices by up to 3.92× while improving perplexity.