LGAIFeb 9

StretchTime: Adaptive Time Series Forecasting via Symplectic Attention

arXiv:2602.08983v11 citationsh-index: 4
Originality Highly original
AI Analysis

This addresses the challenge of modeling time-warped dynamics in real-world systems like finance and biology, offering a novel solution for time series forecasting.

The paper tackled the problem of time series forecasting with non-uniform temporal dynamics by proposing Symplectic Positional Embeddings (SyPE) to replace standard positional encodings, achieving state-of-the-art performance on benchmarks with improved robustness for non-stationary data.

Transformer architectures have established strong baselines in time series forecasting, yet they typically rely on positional encodings that assume uniform, index-based temporal progression. However, real-world systems, from shifting financial cycles to elastic biological rhythms, frequently exhibit "time-warped" dynamics where the effective flow of time decouples from the sampling index. In this work, we first formalize this misalignment and prove that rotary position embedding (RoPE) is mathematically incapable of representing non-affine temporal warping. To address this, we propose Symplectic Positional Embeddings (SyPE), a learnable encoding framework derived from Hamiltonian mechanics. SyPE strictly generalizes RoPE by extending the rotation group $\mathrm{SO}(2)$ to the symplectic group $\mathrm{Sp}(2,\mathbb{R})$, modulated by a novel input-dependent adaptive warp module. By allowing the attention mechanism to adaptively dilate or contract temporal coordinates end-to-end, our approach captures locally varying periodicities without requiring pre-defined warping functions. We implement this mechanism in StretchTime, a multivariate forecasting architecture that achieves state-of-the-art performance on standard benchmarks, demonstrating superior robustness on datasets exhibiting non-stationary temporal dynamics.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes