CAPS: Unifying Attention, Recurrence, and Alignment in Transformer-based Time Series Forecasting
Viresh Pati, Yubin Kim, Vinh Pham, Jevon Twitty, Shihao Yang, Jiecheng Lu
TL;DR
CAPS introduces a structured, three-path attention mechanism that decouples global, local, and alignment components in time-series forecasting by combining a Clock-based temporal weighting, SO(2) phase alignment, and diagonal SPD scaling. The three additive paths—Riemann softmax for trend, prefix-product for causal decay, and Clock baseline for temporal priors—enable linear-time computation while preserving rich, content-, interval-, and phase-sensitive representations. Theoretical analysis shows softmax attention inherently couples tokens, while CAPS achieves decoupled aggregation, interval-based decay, and phase-aware matching. Empirically, CAPS outperforms linear-attention baselines and remains competitive with strong baselines across ten datasets, with ablations confirming the three-path design as the source of gains and revealing the favorable performance of the linear variant in time-series forecasting. The work underscores practical impact by offering a lightweight, interpretable, and scalable attention mechanism for diverse forecasting tasks, enabling integration into broader multi-scale architectures.
Abstract
This paper presents $\textbf{CAPS}$ (Clock-weighted Aggregation with Prefix-products and Softmax), a structured attention mechanism for time series forecasting that decouples three distinct temporal structures: global trends, local shocks, and seasonal patterns. Standard softmax attention entangles these through global normalization, while recent recurrent models sacrifice long-term, order-independent selection for order-dependent causal structure. CAPS combines SO(2) rotations for phase alignment with three additive gating paths -- Riemann softmax, prefix-product gates, and a Clock baseline -- within a single attention layer. We introduce the Clock mechanism, a learned temporal weighting that modulates these paths through a shared notion of temporal importance. Experiments on long- and short-term forecasting benchmarks surpass vanilla softmax and linear attention mechanisms and demonstrate competitive performance against seven strong baselines with linear complexity. Our code implementation is available at https://github.com/vireshpati/CAPS-Attention.
