paper-with-me

홈 › Papers

Generalizable autoregressive modeling of time series through functional narratives

2024-10-10 · Ran Liu, Wenrui Ma, Ellen Zippi, Hadi Pouransari, Jingyun Xiao, Chris Sandino, Behrooz Mahasseni, Juri Minxha, Erdrin Azemi, Eva L. Dyer, Ali Moin

Time series data are inherently functions of time, yet current transformers often learn time series by modeling them as mere concatenations of time periods, overlooking their functional properties. In this work, we propose a novel objective for transformers that learn time series by re-interpreting them as temporal functions. We build an alternative sequence of time series by constructing degradation operators of different intensity in the functional space, creating augmented variants of the original sample that are abstracted or simplified to different degrees. Based on the new set of generated sequence, we train an autoregressive transformer that progressively recovers the original sample from the most simplified variant. Analogous to the next word prediction task in languages that learns narratives by connecting different words, our autoregressive transformer aims to learn the Narratives of Time Series (NoTS) by connecting different functions in time. Theoretically, we justify the construction of the alternative sequence through its advantages in approximating functions. When learning time series data with transformers, constructing sequences of temporal functions allows for a broader class of approximable functions (e.g., differentiation) compared to sequences of time periods, leading to a 26\% performance improvement in synthetic feature regression experiments. Experimentally, we validate NoTS in 3 different tasks across 22 real-world datasets, where we show that NoTS significantly outperforms other pre-training methods by up to 6\%. Additionally, combining NoTS on top of existing transformer architectures can consistently boost the performance. Our results demonstrate the potential of NoTS as a general-purpose dynamic learner, offering a viable alternative for developing foundation models for time series analysis.

📄 PDF Abstract BibTeX arXiv:2410.08421

Code (0)

등록된 구현이 없습니다.

Tasks

Time SeriesTime Series Analysis

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Non-autoregressive Conditional Diffusion Models for Time Series Prediction

2023-06-08 · Lifeng Shen, James Kwok

Recently, denoising diffusion models have led to significant breakthroughs in the generation of images, audio and text. However, it is still an open question on how to adapt their strong modeling ability to model time se…

DenoisingOpen-Ended Question AnsweringTime SeriesTime Series Prediction

LLM4Fluid: Large Language Models as Generalizable Neural Solvers for Fluid Dynamics

2026-01-29 · Qisong Xiao, Xinhai Chen, Qinglin Wang, Xiaowei Guo 외 arxiv

Deep learning has emerged as a promising paradigm for spatio-temporal modeling of fluid dynamics. However, existing approaches often suffer from limited generalization to unseen flow conditions and typically require retr…

C2FAR: Coarse-to-Fine Autoregressive Networks for Precise Probabilistic Forecasting

2023-12-22 · Shane Bergsma, Timothy Zeyl, Javad Rahimipour Anaraki, Lei Guo

We present coarse-to-fine autoregressive networks (C2FAR), a method for modeling the probability distribution of univariate, numeric random variables. C2FAR generates a hierarchical, coarse-to-fine discretization of a va…

Anomaly DetectionTime Series

TIMED: Adversarial and Autoregressive Refinement of Diffusion-Based Time Series Generation

2025-09-23 · MohammadReza EskandariNasab, Shah Muhammad Hamdi, Soukaina Filali Boubrahimi arxiv

Generating high-quality synthetic time series is a fundamental yet challenging task across domains such as forecasting and anomaly detection, where real data can be scarce, noisy, or costly to collect. Unlike static data…

Anomaly Detection

Multi-scale Attention Flow for Probabilistic Time Series Forecasting

2022-05-16 · Shibo Feng, Chunyan Miao, Ke Xu, Jiaxiang Wu 외

The probability prediction of multivariate time series is a notoriously challenging but practical task. On the one hand, the challenge is how to effectively capture the cross-series correlations between interacting time …

PositionProbabilistic Time Series ForecastingTime SeriesTime Series Analysis+1