Share your thoughts, 1 month free Claude Pro on usSee more
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
448
Long-term forecastingETTh1
MSE0.409
365
Long-term time-series forecastingTraffic
MSE0.392
362
Long-term time-series forecastingETTh2
MSE0.317
353
Long-term time-series forecastingETTm1
MSE0.354
334
Long-term time-series forecastingETTm2
MSE0.258
330
Time Series ImputationETTm1
MSE0.03
151
Time Series ImputationETTh1
MSE0.083
149
Long-term time-series forecastingTraffic (test)
MSE0.475
149
Long-term time-series forecastingWeather (test)
MSE0.155
147
Showing 10 of 54 rows

Other info

Code

Follow for update