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

Temporal Pattern Attention for Multivariate Time Series Forecasting

About

Forecasting multivariate time series data, such as prediction of electricity consumption, solar power production, and polyphonic piano pieces, has numerous valuable applications. However, complex and non-linear interdependencies between time steps and series complicate the task. To obtain accurate prediction, it is crucial to model long-term dependency in time series data, which can be achieved to some good extent by recurrent neural network (RNN) with attention mechanism. Typical attention mechanism reviews the information at each previous time step and selects the relevant information to help generate the outputs, but it fails to capture the temporal patterns across multiple time steps. In this paper, we propose to use a set of filters to extract time-invariant temporal patterns, which is similar to transforming time series data into its "frequency domain". Then we proposed a novel attention mechanism to select relevant time series, and use its "frequency domain" information for forecasting. We applied the proposed model on several real-world tasks and achieved state-of-the-art performance in all of them with only one exception.

Shun-Yao Shih, Fan-Keng Sun, Hung-yi Lee• 2018

Related benchmarks

TaskDatasetResultRank
Multivariate Time-series ForecastingSolar Energy
RSE0.1803
64
Multivariate Time-series ForecastingSolar-Energy (test)
RSE0.1803
56
Multivariate Time-series ForecastingTraffic
RSE0.4487
40
Multivariate Time-series ForecastingExchange Rate
RSE0.0174
36
Short-term Time Series ForecastingElectricity (test)
RSE0.0823
32
Short-term Time Series ForecastingExchange-Rate (test)
RSE0.0174
32
Short-term Time Series ForecastingTraffic (test)
RSE0.4487
32
Polyphonic music forecastingMusedata (test)
Precision85.581
3
Polyphonic music forecastingLPD-5-Cleansed (test)
Precision0.8398
3
Showing 9 of 9 rows

Other info

Code

Follow for update