Synthetic Time Series Forecasting with Transformer Architectures: Extensive Simulation Benchmarks
Ali Forootani, Mohammad Khosravi
TL;DR
This work benchmarks three Transformer-based time-series models—PatchTST, Informer, and Autoformer—across three architectural variants (Minimal, Standard, Full) using 1500 controlled experiments on synthetic signals to assess accuracy, robustness, and scalability under clean and noisy conditions. It shows PatchTST Standard as the most robust generalist, Autoformer variants excelling with trend-seasonal decomposition, and Informer limited by noise sensitivity for long-horizon tasks. The authors further introduce Deep Koopformer, a stability-constrained Transformer-Koopman framework that enforces spectral stability and energy contraction in a learned latent space, improving long-horizon forecasts for nonlinear/dynamical systems such as Van der Pol and Lorenz. This hybrid approach combines the flexibility of deep sequence models with principled dynamical-system constraints, offering interpretable and robust forecasting suitable for noisy real-world conditions. Overall, the paper provides a comprehensive, standardized comparison and a promising direction toward dynamics-aware, Koopman-augmented transformers for reliable time-series prediction.
Abstract
Time series forecasting plays a critical role in domains such as energy, finance, and healthcare, where accurate predictions inform decision-making under uncertainty. Although Transformer-based models have demonstrated success in sequential modeling, their adoption for time series remains limited by challenges such as noise sensitivity, long-range dependencies, and a lack of inductive bias for temporal structure. In this work, we present a unified and principled framework for benchmarking three prominent Transformer forecasting architectures-Autoformer, Informer, and Patchtst-each evaluated through three architectural variants: Minimal, Standard, and Full, representing increasing levels of complexity and modeling capacity. We conduct over 1500 controlled experiments on a suite of ten synthetic signals, spanning five patch lengths and five forecast horizons under both clean and noisy conditions. Our analysis reveals consistent patterns across model families. To advance this landscape further, we introduce the Koopman-enhanced Transformer framework, Deep Koopformer, which integrates operator-theoretic latent state modeling to improve stability and interpretability. We demonstrate its efficacy on nonlinear and chaotic dynamical systems. Our results highlight Koopman based Transformer as a promising hybrid approach for robust, interpretable, and theoretically grounded time series forecasting in noisy and complex real-world conditions.
