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

CARD: Channel Aligned Robust Blend Transformer for Time Series Forecasting

About

Recent studies have demonstrated the great power of Transformer models for time series forecasting. One of the key elements that lead to the transformer's success is the channel-independent (CI) strategy to improve the training robustness. However, the ignorance of the correlation among different channels in CI would limit the model's forecasting capacity. In this work, we design a special Transformer, i.e., Channel Aligned Robust Blend Transformer (CARD for short), that addresses key shortcomings of CI type Transformer in time series forecasting. First, CARD introduces a channel-aligned attention structure that allows it to capture both temporal correlations among signals and dynamical dependence among multiple variables over time. Second, in order to efficiently utilize the multi-scale knowledge, we design a token blend module to generate tokens with different resolutions. Third, we introduce a robust loss function for time series forecasting to alleviate the potential overfitting issue. This new loss function weights the importance of forecasting over a finite horizon based on prediction uncertainties. Our evaluation of multiple long-term and short-term forecasting datasets demonstrates that CARD significantly outperforms state-of-the-art time series forecasting methods. The code is available at the following repository:https://github.com/wxie9/CARD

Wang Xue, Tian Zhou, Qingsong Wen, Jinyang Gao, Bolin Ding, Rong Jin• 2023

Related benchmarks

TaskDatasetResultRank
Long-term time-series forecastingETTh1
MAE0.429
351
Long-term time-series forecastingWeather
MSE0.239
348
Long-term time-series forecastingETTh2
MSE0.368
327
Long-term time-series forecastingETTm2
MSE0.272
305
Long-term time-series forecastingETTm1
MSE0.382
295
Multivariate long-term series forecastingWeather
MSE0.156
288
Long-term time-series forecastingTraffic
MSE0.453
278
Long-term time-series forecastingETTh1 (test)
MSE0.401
221
Multivariate long-term series forecastingETTm2
MSE0.268
175
Traffic ForecastingMETR-LA
MAE0.35
127
Showing 10 of 39 rows

Other info

Follow for update