paper-with-me

홈 › Papers

Transformer Modeling for Both Scalability and Performance in Multivariate Time Series

2025-09-23 · Hunjae Lee, Corey Clark arxiv

Variable count is among the main scalability bottlenecks for transformer modeling in multivariate time series (MTS) data. On top of this, a growing consensus in the field points to indiscriminate inter-variable mixing as a potential source of noise-accumulation and performance degradation. This is likely exacerbated by sparsity of informative signals characteristic of many MTS systems coupled with representational misalignment stemming from indiscriminate information mixing between (heterogeneous) variables. While scalability and performance are often seen as competing interests in transformer design, we show that both can be improved simultaneously in MTS by strategically constraining the representational capacity of inter-variable mixing. Our proposed method, transformer with Delegate Token Attention (DELTAformer), constrains inter-variable modeling through what we call delegate tokens which are then used to perform full, unconstrained, inter-temporal modeling. Delegate tokens act as an implicit regularizer that forces the model to be highly selective about what inter-variable information is allowed to propagate through the network. Our results show that DELTAformer scales linearly with variable-count while actually outperforming standard transformers, achieving state-of-the-art performance across benchmarks and baselines. In addition, DELTAformer can focus on relevant signals better than standard transformers in noisy MTS environments and overall exhibit superior noise-resilience. Overall, results across various experiments confirm that by aligning our model design to leverage domain-specific challenges in MTS to our advantage, DELTAformer can simultaneously achieve linear scaling while actually improving its performance against standard, quadratic transformers.

📄 PDF Abstract BibTeX arXiv:2509.19471

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

MICA: Multivariate Infini Compressive Attention for Time Series Forecasting

2026-04-07 · Willa Potosnak, Nina Żukowska, Michał Wiliński, Dan Howarth 외 arxiv

Multivariate forecasting with Transformers faces a core scalability challenge: modeling cross-channel dependencies via attention compounds attention's quadratic sequence complexity with quadratic channel scaling, making …

Time Series Forecasting

IPatch: A Multi-Resolution Transformer Architecture for Robust Time-Series Forecasting

2026-03-25 · Aymane Harkati, Moncef Garouani, Olivier Teste, Julien Aligon 외 arxiv

Accurate forecasting of multivariate time series remains challenging due to the need to capture both short-term fluctuations and long-range temporal dependencies. Transformer-based models have emerged as a powerful appro…

Gateformer: Advancing Multivariate Time Series Forecasting through Temporal and Variate-Wise Attention with Gated Representations

2025-05-01 · Yu-Hsiang Lan, Eric K. Oermann

There has been a recent surge of interest in time series modeling using the Transformer architecture. However, forecasting multivariate time series with Transformer presents a unique challenge as it requires modeling bot…

Multivariate Time Series ForecastingTime SeriesTime Series Forecasting

HTMformer: Hybrid Time and Multivariate Transformer for Time Series Forecasting

2025-10-08 · Tan Wang, Yun Wei Dong, Qi Wang arxiv

Transformer-based methods have achieved impressive results in time series forecasting. However, existing Transformers still exhibit limitations in sequence modeling as they tend to overemphasize temporal dependencies. Th…

Time Series Forecasting

Deep Generative Transformers for Probabilistic Time Series and Spatiotemporal Forecasting

2026-03-12 · Rajdeep Pathak, Rahul Goswami, Madhurima Panja, Palash Ghosh 외 arxiv

Reliable uncertainty quantification is paramount for forecasting multivariate time series and spatiotemporal data. While Transformer architectures excel at sequence modeling, current probabilistic approaches typically re…