paper-with-me

Papers

Timer-XL: Long-Context Transformers for Unified Time Series Forecasting

2024-10-07 · Yong liu, Guo Qin, Xiangdong Huang, Jianmin Wang, Mingsheng Long

We present Timer-XL, a generative Transformer for unified time series forecasting. To uniformly predict 1D and 2D time series, we generalize next token prediction, predominantly adopted for causal generation of 1D sequences, to multivariate next token prediction. The proposed paradigm uniformly formulates various forecasting scenarios as a long-context generation problem. We opt for the generative Transformer, which can capture global-range and causal dependencies while providing contextual flexibility, to implement unified forecasting on univariate series characterized by non-stationarity, multivariate time series with complicated dynamics and correlations, and covariate-informed contexts that include both endogenous and exogenous time series. Technically, we propose a universal TimeAttention to facilitate generative Transformers on multiple time series, which can effectively capture fine-grained intra- and inter-series dependencies of flattened time series tokens (patches), and is further enhanced by deftly designed position embeddings for the temporal and variable dimensions. Timer-XL achieves state-of-the-art performance across challenging forecasting benchmarks through a unified approach. Based on large-scale pre-training, Timer-XL also demonstrates notable zero-shot performance, making it a promising architecture for large time series models.

📄 PDF Abstract BibTeX arXiv:2410.04803

Code (2)

🤗 thuml/timer-base-84m 공식 구현
thuml/Large-Time-Series-Model pytorch

Tasks

Time SeriesTime Series Forecasting

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Adam 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Residual Connection 설명 없음
Position-Wise Feed-Forward Layer 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

Timer-S1: A Billion-Scale Time Series Foundation Model with Serial Scaling

2026-03-05 · Yong Liu, Xingjian Su, Shiyu Wang, Haoran Zhang 외 arxiv

We introduce Timer-S1, a strong Mixture-of-Experts (MoE) time series foundation model with 8.3B total parameters, 0.75B activated parameters for each token, and a context length of 11.5K. To overcome the scalability bott…

Data Augmentation

TimeRLM: Recursive Language Models Enable Precise Anomaly Localization in Long-Context Time-Series

2026-08-04 · Nicolas Zumarraga, Lorenzo Steno, Ning Wang, Max Rosenblattl 외 arxiv

Precise anomaly localization over long-context time series is a crucial task in monitoring applications across clinical care, industrial operations, financial services, and logistics, where brief evidence may hide inside…

Reinforcement Learning

TIMER: Temporal Instruction Modeling and Evaluation for Longitudinal Clinical Records

2025-03-06 · Hejie Cui, Alyssa Unell, Bowen Chen, Jason Alan Fries 외

Large language models (LLMs) have emerged as promising tools for assisting in medical tasks, yet processing Electronic Health Records (EHRs) presents unique challenges due to their longitudinal nature. While LLMs' capabi…

Timer: Generative Pre-trained Transformers Are Large Time Series Models

2024-02-04 · Yong liu, Haoran Zhang, Chenyu Li, Xiangdong Huang 외

Deep learning has contributed remarkably to the advancement of time series analysis. Still, deep models can encounter performance bottlenecks in real-world data-scarce scenarios, which can be concealed due to the perform…

Anomaly DetectionImputationTime SeriesTime Series Analysis+1

A Family of Open Time-Series Foundation Models for the Radio Access Network

2026-04-05 · Ioannis Panitsas, Leandros Tassiulas arxiv

The Radio Access Network (RAN) is evolving into a programmable and disaggregated infrastructure that increasingly relies on AI-native algorithms for optimization and closed-loop control. However, current RAN intelligence…

Multi-Task LearningAnomaly Detection