paper-with-me

Papers

Analyzing Deep Transformer Models for Time Series Forecasting via Manifold Learning

2024-10-17 · Ilya Kaufman, Omri Azencot

Transformer models have consistently achieved remarkable results in various domains such as natural language processing and computer vision. However, despite ongoing research efforts to better understand these models, the field still lacks a comprehensive understanding. This is particularly true for deep time series forecasting methods, where analysis and understanding work is relatively limited. Time series data, unlike image and text information, can be more challenging to interpret and analyze. To address this, we approach the problem from a manifold learning perspective, assuming that the latent representations of time series forecasting models lie next to a low-dimensional manifold. In our study, we focus on analyzing the geometric features of these latent data manifolds, including intrinsic dimension and principal curvatures. Our findings reveal that deep transformer models exhibit similar geometric behavior across layers, and these geometric features are correlated with model performance. Additionally, we observe that untrained models initially have different structures, but they rapidly converge during training. By leveraging our geometric analysis and differentiable tools, we can potentially design new and improved deep forecasting neural networks. This approach complements existing analysis studies and contributes to a better understanding of transformer models in the context of time series forecasting. Code is released at https://github.com/azencot-group/GATLM.

📄 PDF Abstract BibTeX arXiv:2410.13792

Code (1)

azencot-group/gatlm 공식 구현 pytorch

Tasks

Time SeriesTime Series Forecasting

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Dateformer: Time-modeling Transformer for Longer-term Series Forecasting

2022-07-12 · Julong Young, Junhui Chen, Feihu Huang, Jian Peng

Transformers have demonstrated impressive strength in long-term series forecasting. Existing prediction research mostly focused on mapping past short sub-series (lookback window) to future series (forecast window). The l…

Time SeriesTime Series AnalysisTime Series Forecasting

Time Series Forecasting Using Manifold Learning

2021-10-07 · Panagiotis Papaioannou, Ronen Talmon, Ioannis Kevrekidis, Constantinos Siettos

We address a three-tier numerical framework based on manifold learning for the forecasting of high-dimensional time series. At the first step, we embed the time series into a reduced low-dimensional space using a nonline…

EEGElectroencephalogram (EEG)GPRregression+3

Forecast collapse of transformer-based models under squared loss in financial time series

2026-03-31 · Pierre Andreoletti arxiv

We study trajectory forecasting under squared loss for time series with weak conditional structure, using highly expressive prediction models. Building on the classical characterization of squared-loss risk minimization,…

Trajectory Forecasting

PeriodNet: Boosting the Potential of Attention Mechanism for Time Series Forecasting

2025-11-23 · Bowen Zhao, Huanlai Xing, Zhiwen Xiao, Jincheng Peng 외 arxiv

The attention mechanism has demonstrated remarkable potential in sequence modeling, exemplified by its successful application in natural language processing with models such as Bidirectional Encoder Representations from …

Time Series Forecasting

In-Context and Few-Shots Learning for Forecasting Time Series Data based on Large Language Models

2025-12-08 · Saroj Gopali, Bipin Chhetri, Deepika Giri, Sima Siami-Namini 외 arxiv

Existing data-driven approaches in modeling and predicting time series data include ARIMA (Autoregressive Integrated Moving Average), Transformer-based models, LSTM (Long Short-Term Memory) and TCN (Temporal Convolutiona…

Few-Shot Learning