TSCNet: A Trend-Seasonality Coupled Network for Efficient Multivariate Time Series Forecasting.
other
Where this comes from
- Record sourced from PubMed, PMID 42758953.
- Also identified by DOI 10.1109/TNNLS.2026.3729311.
- No licence information is recorded for this record.
- Because redistribution is not established, this page shows the abstract only. Follow the links below for the full text.
Abstract
Currently, time series forecasting methods typically follow a "decompose-and-forecast-independently" strategy, where the original series is first decomposed into trend and seasonal components, and different components are then modeled separately. However, in real-world data, trends and seasonality are often dynamically coupled and mutually influential. Ignoring such intercomponent dependencies may weaken the benefits of decomposition-based modeling, thereby limiting forecasting performance. To address this issue, we propose a forecasting framework that explicitly models the coupling between trend and seasonality. In particular, by jointly modeling amplitude and phase, we align trend intensity with seasonal phase at the feature level, thereby capturing their intrinsic relationship. This design improves the interpretability of the coupled representation and yields consistent performance gains across different datasets and prediction horizons. Moreover, we design a heteroscedastic Laplace loss function that combines uncertainty weighting with heteroscedastic modeling, reducing the impact of error accumulation over long prediction horizons and enhancing robustness to outliers and heavy-tailed noise. Extensive experiments on 12 real-world datasets demonstrate that TSCNet achieves competitive or leading performance in terms of forecasting accuracy and long-horizon stability. The code and datasets are available at https://github.com/QiongLouLi/TSCNet.