TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Papers/Temporal Pattern Attention for Multivariate Time Series Fo...

Temporal Pattern Attention for Multivariate Time Series Forecasting

Shun-Yao Shih, Fan-Keng Sun, Hung-Yi Lee

2018-09-12Time Series ForecastingUnivariate Time Series ForecastingTime SeriesMultivariate Time Series ForecastingTime Series Analysis
PaperPDFCodeCodeCode(official)Code

Abstract

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.

Results

TaskDatasetMetricValueModel
Time Series ForecastingElectricityRRSE0.0823TPA-LSTM (3 step)
Time Series ForecastingElectricityRRSE0.0916TPA-LSTM (6 step)
Time Series ForecastingElectricityRRSE0.0964TPA-LSTM (12 step)
Time Series ForecastingElectricityRRSE0.1006TPA-LSTM (24 step)
Time Series AnalysisElectricityRRSE0.0823TPA-LSTM (3 step)
Time Series AnalysisElectricityRRSE0.0916TPA-LSTM (6 step)
Time Series AnalysisElectricityRRSE0.0964TPA-LSTM (12 step)
Time Series AnalysisElectricityRRSE0.1006TPA-LSTM (24 step)

Related Papers

The Power of Architecture: Deep Dive into Transformer Architectures for Long-Term Time Series Forecasting2025-07-17MoTM: Towards a Foundation Model for Time Series Imputation based on Continuous Modeling2025-07-17Emergence of Functionally Differentiated Structures via Mutual Information Optimization in Recurrent Neural Networks2025-07-17Data Augmentation in Time Series Forecasting through Inverted Framework2025-07-15D3FL: Data Distribution and Detrending for Robust Federated Learning in Non-linear Time-series Data2025-07-15Towards Interpretable Time Series Foundation Models2025-07-10MoFE-Time: Mixture of Frequency Domain Experts for Time-Series Forecasting Models2025-07-09Foundation models for time series forecasting: Application in conformal prediction2025-07-09