xPatch: Dual-Stream Time Series Forecasting with Exponential Seasonal-Trend Decomposition
Abstract
In recent years, the application of transformer-based models in time-series forecasting has received significant attention. While often demonstrating promising results, the transformer architecture encounters challenges in fully exploiting the temporal relations within time series data due to its attention mechanism. In this work, we design eXponential Patch (xPatch for short), a novel dual-stream architecture that utilizes exponential decomposition. Inspired by the classical exponential smoothing approaches, xPatch introduces the innovative seasonal-trend exponential decomposition module. Additionally, we propose a dual-flow architecture that consists of an MLP-based linear stream and a CNN-based non-linear stream. This model investigates the benefits of employing patching and channel-independence techniques within a non-transformer model. Finally, we develop a robust arctangent loss function and a sigmoid learning rate adjustment scheme, which prevent overfitting and boost forecasting performance.
Cite
Text
Stitsyuk and Choi. "xPatch: Dual-Stream Time Series Forecasting with Exponential Seasonal-Trend Decomposition." AAAI Conference on Artificial Intelligence, 2025. doi:10.1609/AAAI.V39I19.34270Markdown
[Stitsyuk and Choi. "xPatch: Dual-Stream Time Series Forecasting with Exponential Seasonal-Trend Decomposition." AAAI Conference on Artificial Intelligence, 2025.](https://mlanthology.org/aaai/2025/stitsyuk2025aaai-xpatch/) doi:10.1609/AAAI.V39I19.34270BibTeX
@inproceedings{stitsyuk2025aaai-xpatch,
title = {{xPatch: Dual-Stream Time Series Forecasting with Exponential Seasonal-Trend Decomposition}},
author = {Stitsyuk, Artyom and Choi, Jaesik},
booktitle = {AAAI Conference on Artificial Intelligence},
year = {2025},
pages = {20601-20609},
doi = {10.1609/AAAI.V39I19.34270},
url = {https://mlanthology.org/aaai/2025/stitsyuk2025aaai-xpatch/}
}