SEMixer: Semantics Enhanced MLP-Mixer for Multiscale Mixing and Long-term Time Series Forecasting
About
Modeling multiscale patterns is crucial for long-term time series forecasting (TSF). However, redundancy and noise in time series, together with semantic gaps between non-adjacent scales, make the efficient alignment and integration of multi-scale temporal dependencies challenging. To address this, we propose SEMixer, a lightweight multiscale model designed for long-term TSF. SEMixer features two key components: a Random Attention Mechanism (RAM) and a Multiscale Progressive Mixing Chain (MPMC). RAM captures diverse time-patch interactions during training and aggregates them via dropout ensemble at inference, enhancing patch-level semantics and enabling MLP-Mixer to better model multi-scale dependencies. MPMC further stacks RAM and MLP-Mixer in a memory-efficient manner, achieving more effective temporal mixing. It addresses semantic gaps across scales and facilitates better multiscale modeling and forecasting performance. We not only validate the effectiveness of SEMixer on 10 public datasets, but also on the \textit{2025 CCF AlOps Challenge} based on 21GB real wireless network data, where SEMixer achieves third place. The code is available at the link https://github.com/Meteor-Stars/SEMixer.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Time Series Forecasting | ETTh1 | MSE0.4 | 601 | |
| Time Series Forecasting | ETTh2 | MSE0.331 | 438 | |
| Time Series Forecasting | ETTm2 | MSE0.241 | 382 | |
| Time Series Forecasting | Exchange | MSE0.344 | 176 | |
| Time Series Forecasting | Electricity | MSE0.154 | 77 | |
| Time Series Forecasting | ETTm1 | MAE0.375 | 66 | |
| Time Series Forecasting | ILI | MAE1.08 | 58 | |
| Time Series Forecasting | Traffic | MSE0.388 | 31 | |
| Time Series Forecasting | Solar Energy | MSE0.184 | 16 | |
| KPI forecasting | CCF AIOps Challenge wireless network KPI dataset 2025 | Prediction Error0.4425 | 6 |