Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Peri-midFormer: Periodic Pyramid Transformer for Time Series Analysis

About

Time series analysis finds wide applications in fields such as weather forecasting, anomaly detection, and behavior recognition. Previous methods attempted to model temporal variations directly using 1D time series. However, this has been quite challenging due to the discrete nature of data points in time series and the complexity of periodic variation. In terms of periodicity, taking weather and traffic data as an example, there are multi-periodic variations such as yearly, monthly, weekly, and daily, etc. In order to break through the limitations of the previous methods, we decouple the implied complex periodic variations into inclusion and overlap relationships among different level periodic components based on the observation of the multi-periodicity therein and its inclusion relationships. This explicitly represents the naturally occurring pyramid-like properties in time series, where the top level is the original time series and lower levels consist of periodic components with gradually shorter periods, which we call the periodic pyramid. To further extract complex temporal variations, we introduce self-attention mechanism into the periodic pyramid, capturing complex periodic relationships by computing attention between periodic components based on their inclusion, overlap, and adjacency relationships. Our proposed Peri-midFormer demonstrates outstanding performance in five mainstream time series analysis tasks, including short- and long-term forecasting, imputation, classification, and anomaly detection.

Qiang Wu, Gechang Yao, Zhixi Feng, Shuyuan Yang• 2024

Related benchmarks

TaskDatasetResultRank
Long-term time-series forecastingWeather
MSE0.233
348
Long-term time-series forecastingETTh2
MSE0.317
327
Long-term time-series forecastingETTm2
MSE0.258
305
Long-term time-series forecastingETTm1
MSE0.354
295
Long-term time-series forecastingTraffic
MSE0.392
278
Long-term forecastingETTh1
MSE0.409
179
Long-term forecastingExchange (test)
MAE0.398
127
Time Series ImputationWeather
MAE0.039
120
Long-term time-series forecastingTraffic (test)
MSE0.475
116
Time Series ImputationETTm1
MSE0.03
110
Showing 10 of 54 rows

Other info

Code

Follow for update