Jul 2026· La Main· pp. 1-9· 0 citations· 35 references
Abstract
Forecasting time series over long horizons is essential for proactive decision-making in many systems. Recent research has focused on transformer-based architectures, which capture long-range dependencies in sequential data. However, several studies show that simpler linear models can outperform transformers by avoiding overfitting during training. In this context, we present NeuroFlexMLP, a deep learning model for multivariate time series forecasting tasks. NeuroFlexMLP's key distinct feature is the adaptability to the diverse complexity of real-world time series, which is achieved, from the architecture standpoint, by adding non-linear residual blocks to a first linear block. This architectural design simplifies hyperparameter optimization, leading to accurate forecasts for various time series data types regardless of the lookback or prediction horizons, outperforming state-of-the-art (SOTA) models on challenging real-world datasets. Its Multi-Layer Perceptron (MLP) design ensures high computational efficiency, making it scalable for longer input sequences than transformer-based models. We validate NeuroFlexMLP for the LEO satellite beam hopping use case, where its lightweight design enables on-board deployment, and on state-of-the art AI datasets. Across all these benchmarks, NeuroFlexMLP achieves competitive accuracy over state-of-the-art models while providing an adaptive architecture that significantly reduces computational overhead. On the LEO beam hopping task, it achieves up to 35.9% MSE reduction over Informer, which translates into up to 28% lower provisioning cost under asymmetric cost models that penalize under-allocation more heavily than over-allocation.
The Decomposed Recurrent Neural Network (DeRNN) is proposed, which decouples global trend modeling from local fluctuation extraction via an asymmetric dual-track architecture and exhibits superior robustness against noise and distribution shifts.
Shanyun Qian· Poster Volume 0008 The 2026...· 0 citations
This paper proposes a time-series data processing model based on the Transformer Encoder, designed to address the limitations of traditional Recurrent Neural Networks (RNNs) and Long Short-Term Memory networks (LSTM) in handling long sequences, such as long-term dependency issues, vanishing or exploding gradients, and low computational efficiency. By employing a self-attention mechanism along with learnable positional encoding and multi-head self-attention, the model effectively captures global dependencies in sequential data and significantly enhances its expressive power. To improve training stability, layer normalization is applied after the Transformer encoder, and the data processing flow is optimized through reorganization across batch and node dimensions. The model demonstrates clear advantages in parallel computation and long-term dependency modeling, enabling more efficient processing of complex time-series data. It exhibits superior computational efficiency and stronger generalization capabilities, particularly in real-time traffic flow prediction tasks based on large-scale datasets and long sequences. Experimental results show that the proposed model outperforms traditional RNN and LSTM models across various tasks, indicating promising potential for practical applications.
Ze Zhao, Mingyan Jiang, Feng Wang· International Conference on...· 0 citations
Long-term time series forecasting requires models that can represent smooth global trends and irregular local fluctuations without assigning the same capacity to both. Existing decomposition-based neural forecasters often separate signals but continue to process the resulting components with architecturally homogeneous encoders, which can overfit simple trends and underfit nonlinear residuals. This paper proposes MLPFormer, a hybrid MLP–Transformer framework for component-specific forecasting. The input sequence is decomposed by a moving-average filter into trend and residual terms. A shallow channel-wise MLP encodes the low-frequency trend, providing a low-capacity inductive bias for smooth structures, whereas a Transformer encoder with depthwise separable convolution models high-frequency residual dynamics and cross-variable dependencies. The two paths are fused and decoded by parallel linear and nonlinear prediction heads. Experiments on nine public benchmarks, with results reported as the mean over three random seeds, show average reductions of 11.8% in MSE and 8.1% in MAE relative to the mean of seven competitive baselines spanning Transformer-based, linear/MLP-based, and RNN-based paradigms published between 2023 and 2025. Ablation studies confirm that the gains arise from matching encoder capacity to component complexity rather than from increasing parameter count. MLPFormer provides a practical hybrid artificial intelligence design for forecasting tasks in which trend and residual structures coexist.
This study compares ARIMA, LSTM, and temporal fusion transformer (TFT) models across three applications and shows that TFT consistently achieved superior forecasting performance and demonstrated greater robustness to increasing missingness, while k-NN generally provided the most effective imputation performance across datasets.
M. Hosseini, Mohamad Forouzanfar· Computer Science and Informa...· 0 citations
The rapid expansion of multivariate time series (MTS) data has made deep learning a central tool for forecasting across industrial and scientific domains. As these architectures move into settings such as clinical decision support, industrial monitoring, and financial risk management, researchers need to examine not only predictive accuracy but also computational cost and the kinds of explanations that a model can support. This survey re-examines deep learning models for MTS forecasting through the requirements of efficiency and explainability. Our contributions are threefold: (1) We synthesize the literature through a dual-axis scalability view over sequence length
L
and variate dimension
N
, together with a three-question explainability taxonomy covering temporal importance, variate importance, and pattern decomposition. (2) We review dominant architectural families, including Transformer variants, frequency-domain methods, linear and channel-independent backbones, state space models, and foundation-style forecasters, to describe how different designs occupy different efficiency–explainability profiles under specific data and deployment assumptions. (3) Building on this synthesis, we identify key open challenges—including the absence of standardized explainability benchmarks for time series, the interpretability gap in state space models, and the need to advance from correlational to causal explanations—and offer reporting considerations to guide more comparable future research.