vix.ing · top · new · best · stats · spec

ParallelTime: Dynamically Weighting the Balance of Short- and Long-Term Temporal Dependencies

2025/07/18 by Itay Katav, Katav, Itay, Aryeh Kontorovich +1
Computer Science · Physics and Astronomy · Psychology · #Complex Network Analysis Techniques #Data Visualization and Analytics #FOS: Computer and information sciences #Machine Learning (cs.LG) #Mental Health Research Topics

paper · pdf · doi:10.48550/arxiv.2507.13998

openalex publication_date 2025/07/18 · openalex created_date 2025/10/10 · openalex updated_date 2026/07/28

Abstract

Modern multivariate time series forecasting primarily relies on two architectures: the Transformer with attention mechanism and Mamba. In natural language processing, an approach has been used that combines local window attention for capturing short-term dependencies and Mamba for capturing long-term dependencies, with their outputs averaged to assign equal weight to both. We find that for time-series forecasting tasks, assigning equal weight to long-term and short-term dependencies is not optimal. To mitigate this, we propose a dynamic weighting mechanism, ParallelTime Weighter, which calculates interdependent weights for long-term and short-term dependencies for each token based on the input and the model's knowledge. Furthermore, we introduce the ParallelTime architecture, which incorporates the ParallelTime Weighter mechanism to deliver state-of-the-art performance across diverse benchmarks. Our architecture demonstrates robustness, achieves lower FLOPs, requires fewer parameters, scales effectively to longer prediction horizons, and significantly outperforms existing methods. These advances highlight a promising path for future developments of parallel Attention-Mamba in time series forecasting. The implementation is readily available at: \hrefhttps://github.com/itay1551/ParallelTimeGitHub.

Citations

Related