paper-with-me

Papers

UniTST: Effectively Modeling Inter-Series and Intra-Series Dependencies for Multivariate Time Series Forecasting

2024-06-07 · Juncheng Liu, Chenghao Liu, Gerald Woo, Yiwei Wang, Bryan Hooi, Caiming Xiong, Doyen Sahoo

Transformer-based models have emerged as powerful tools for multivariate time series forecasting (MTSF). However, existing Transformer models often fall short of capturing both intricate dependencies across variate and temporal dimensions in MTS data. Some recent models are proposed to separately capture variate and temporal dependencies through either two sequential or parallel attention mechanisms. However, these methods cannot directly and explicitly learn the intricate inter-series and intra-series dependencies. In this work, we first demonstrate that these dependencies are very important as they usually exist in real-world data. To directly model these dependencies, we propose a transformer-based model UniTST containing a unified attention mechanism on the flattened patch tokens. Additionally, we add a dispatcher module which reduces the complexity and makes the model feasible for a potentially large number of variates. Although our proposed model employs a simple architecture, it offers compelling performance as shown in our extensive experiments on several datasets for time series forecasting.

📄 PDF Abstract BibTeX arXiv:2406.04975

Code (0)

등록된 구현이 없습니다.

Tasks

Multivariate Time Series ForecastingTime SeriesTime Series Forecasting

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
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…
MTS 설명 없음
Adam 설명 없음

Similar Papers 제목 키워드 기반

Stage-Diff: Stage-wise Long-Term Time Series Generation Based on Diffusion Models

2025-08-29 · Xuan Hou, Shuhan Liu, Zhaohui Peng, Yaohui Chu 외 arxiv

Generative models have been successfully used in the field of time series generation. However, when dealing with long-term time series, which span over extended periods and exhibit more complex long-term temporal pattern…

Robust Multivariate Time Series Forecasting against Intra- and Inter-Series Transitional Shift

2024-07-18 · Hui He, Qi Zhang, Kun Yi, Xiaojun Xue 외

The non-stationary nature of real-world Multivariate Time Series (MTS) data presents forecasting models with a formidable challenge of the time-variant distribution of time series, referred to as distribution shift. Exis…

Multivariate Time Series ForecastingTime SeriesTime Series Forecasting

WaveGNN: Modeling Irregular Multivariate Time Series for Accurate Predictions

2024-12-14 · Arash Hajisafi, Maria Despoina Siampou, Bita Azarijoo, Cyrus Shahabi

Accurately modeling and analyzing time series data is crucial for downstream applications across various fields, including healthcare, finance, astronomy, and epidemiology. However, real-world time series often exhibit i…

AstronomyEpidemiologyGraph Neural NetworkImputation+1

Revitalizing Multivariate Time Series Forecasting: Learnable Decomposition with Inter-Series Dependencies and Intra-Series Variations Modeling

2024-02-20 · Guoqi Yu, Jing Zou, Xiaowei Hu, Angelica I. Aviles-Rivero 외

Predicting multivariate time series is crucial, demanding precise modeling of intricate patterns, including inter-series dependencies and intra-series variations. Distinctive trend characteristics in each time series pos…

Multivariate Time Series ForecastingTime SeriesTime Series Forecasting

Warpformer: A Multi-scale Modeling Approach for Irregular Clinical Time Series

2023-06-14 · Jiawen Zhang, Shun Zheng, Wei Cao, Jiang Bian 외

Irregularly sampled multivariate time series are ubiquitous in various fields, particularly in healthcare, and exhibit two key characteristics: intra-series irregularity and inter-series discrepancy. Intra-series irregul…

Irregular Time SeriesRepresentation LearningTime Series