Skip to main content
QUICK REVIEW

[논문 리뷰] Autoformer: Decomposition Transformers with Auto-Correlation for Long-Term Series Forecasting

Haixu Wu, Jiehui Xu|arXiv (Cornell University)|2021. 06. 24.
Neural Networks and Applications인용 수 1,311
한 줄 요약

Autoformer는 Auto-Correlation 메커니즘을 포함한 분해 기반 트랜스포머 아키텍처를 도입하여 효율적이고 정확한 장기 시계열 예측을 달성하며 복잡도 O(L log L)와 여섯 벤치마크에서 최첨단 결과를 제공합니다.

ABSTRACT

Extending the forecasting time is a critical demand for real applications, such as extreme weather early warning and long-term energy consumption planning. This paper studies the long-term forecasting problem of time series. Prior Transformer-based models adopt various self-attention mechanisms to discover the long-range dependencies. However, intricate temporal patterns of the long-term future prohibit the model from finding reliable dependencies. Also, Transformers have to adopt the sparse versions of point-wise self-attentions for long series efficiency, resulting in the information utilization bottleneck. Going beyond Transformers, we design Autoformer as a novel decomposition architecture with an Auto-Correlation mechanism. We break with the pre-processing convention of series decomposition and renovate it as a basic inner block of deep models. This design empowers Autoformer with progressive decomposition capacities for complex time series. Further, inspired by the stochastic process theory, we design the Auto-Correlation mechanism based on the series periodicity, which conducts the dependencies discovery and representation aggregation at the sub-series level. Auto-Correlation outperforms self-attention in both efficiency and accuracy. In long-term forecasting, Autoformer yields state-of-the-art accuracy, with a 38% relative improvement on six benchmarks, covering five practical applications: energy, traffic, economics, weather and disease. Code is available at this repository: \\url{https://github.com/thuml/Autoformer}.

연구 동기 및 목표

  • Address the challenges of long-term time series forecasting by modeling intricate temporal patterns.
  • Improve efficiency of Transformer-based forecasting for long sequences without sacrificing information usage.
  • Introduce a progressive decomposition framework that operates inside the model rather than as pre-processing.
  • Leverage series periodicity to design an Auto-Correlation mechanism that aggregates sub-series at the sub-series level.

제안 방법

  • Propose Autoformer, a decomposition forecasting architecture that embeds a SeriesDecomp inner block to separate trend-cyclical and seasonal components.
  • Replace standard self-attention with an Auto-Correlation mechanism that uses series autocorrelation to identify period-based dependencies.
  • Compute autocorrelation via FFT (Wiener–Khinchin theorem) to achieve O(L log L) complexity and roll sub-series by selected time delays for aggregation.
  • Structure the encoder to model seasonal components and progressively refine trend information in the decoder through accumulation of trend parts.
  • Incorporate an inner decomposition block within each layer to progressively decompose hidden variables during forecasting.

실험 결과

연구 질문

  • RQ1How can decomposition and periodicity be integrated into deep forecasting models to handle long-term horizons?
  • RQ2Can a series-wise attention-like mechanism (Auto-Correlation) outperform point-wise self-attention in terms of accuracy and efficiency for long sequences?
  • RQ3Does progressive decomposition within a deep model improve long-term forecast robustness and accuracy across multiple real-world domains?
  • RQ4What are the empirical gains of Autoformer on standard long-term forecasting benchmarks compared to state-of-the-art Transformer-based methods?

주요 결과

  • Autoformer achieves state-of-the-art accuracy on six benchmarks spanning energy, traffic, economics, weather and disease.
  • The proposed Auto-Correlation mechanism provides O(L log L) complexity and superior information utilization by aggregating sub-series at the period level.
  • Autoformer demonstrates strong long-term robustness, with performance that degrades more gracefully as prediction length increases.
  • A progressive decomposition architecture improves performance when integrated with other models, indicating broad applicability of the decomposition approach.
  • Across settings, Autoformer attains substantial MSE reductions (e.g., up to 38% averaged) relative to baselines on multiple datasets.

더 나은 연구,지금 바로 시작하세요

논문 읽기부터 검토까지, 연구 시간을 획기적으로 줄여보세요.

카드 등록 없음 · 무료 플랜 제공

이 리뷰는 AI가 만들고, 인간 에디터가 검토했습니다.