Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Revisiting the Seasonal Trend Decomposition for Enhanced Time Series Forecasting

About

Time series forecasting presents significant challenges in real-world applications across various domains. Building upon the decomposition of the time series, we enhance the architecture of machine learning models for better multivariate time series forecasting. To achieve this, we focus on the trend and seasonal components individually and investigate solutions to predict them with less errors. Recognizing that reversible instance normalization is effective only for the trend component, we take a different approach with the seasonal component by directly applying backbone models without any normalization or scaling procedures. Through these strategies, we successfully reduce error values of the existing state-of-the-art models and finally introduce dual-MLP models as more computationally efficient solutions. Furthermore, our approach consistently yields positive results with around 10% MSE average reduction across four state-of-the-art baselines on the benchmark datasets. We also evaluate our approach on a hydrological dataset extracted from the United States Geological Survey (USGS) river stations, where our models achieve significant improvements while maintaining linear time complexity, demonstrating real-world effectiveness. The source code is available at https://github.com/Sanjeev97/Time-Series-Decomposition

Sanjeev Panta, Xu Yuan, Li Chen, Nian-Feng Tzeng• 2026

Related benchmarks

TaskDatasetResultRank
Time Series ForecastingETTh2
MSE0.276
438
Time Series ForecastingETTm2
MSE0.167
382
Time Series ForecastingElectricity
MSE0.136
77
Time Series ForecastingWeather
MSE0.155
50
Time Series ForecastingHydro
MSE0.106
40
Showing 5 of 5 rows

Other info

Follow for update