Skip to contentScholarGate
LibraryBookshelfDeskReview StudioAssistant
Sign in
On this page
IntuitionHow it worksWhen to use itStrengths & limitationsCommon pitfallsApplicationsFrequently asked🔒 Read the full methodSourcesRelated methods
Cite this pageSpotted an issue on this page? Report or suggest a fix →
Home›Deep learning›Autoformer: Decomposition Transformer for Long-Term Time-Series Forecasting
Machine learningTime-series forecasting

Autoformer: Decomposition Transformer for Long-Term Time-Series Forecasting

Autoformer (Auto-Correlation Decomposition Transformer) · Also known as: Auto-Correlation Transformer, Decomposition Transformer, Series Decomposition Forecaster, Oto-Korelasyon Ayrışım Transformer

Autoformer is a deep learning architecture for long-term time-series forecasting, introduced by Wu et al. from Tsinghua University at NeurIPS 2021. It replaces the standard self-attention mechanism with an Auto-Correlation mechanism that exploits periodic dependencies in the frequency domain, and embeds a progressive series decomposition block throughout the encoder and decoder to separately model trend and seasonal components.

ScholarGate
  1. Machine learning
  2. v1
  3. 1 Sources
  4. PUBLISHED
Cite this page →
Tools & resources
Download slides
Learn & explore

Read the full method

Members only

Sign in with a free account to read this section.

Sign in

Method map

The neighbourhood of related methods — select a node to explore.

Autoformer
ARIMAFEDformerInformerTimesNetETSformerFiLMNon-stationary Transform…Pyraformer

When to use it

Autoformer is well-suited for long-horizon forecasting tasks (e.g., 336–720 steps) on time series that exhibit clear periodic structure, such as weather, electricity demand, or traffic flow. It assumes the series can be meaningfully decomposed into trend and seasonal parts. It may underperform on short-horizon tasks or highly irregular series. Consider Informer for extreme-length inputs, FEDformer for frequency-domain mixing, or TimesNet for 2-D temporal pattern modeling as alternatives.

Strengths & limitations

Strengths
  • Progressive series decomposition enables the model to separately refine trend and seasonal components at every layer
  • Auto-Correlation mechanism reduces complexity from O(L²) to O(L log L) while capturing periodic dependencies
  • Aggregation over top-K lags is more interpretable than standard softmax attention over individual time steps
  • Encoder-decoder design with cross-series Auto-Correlation supports effective information transfer for multi-step forecasting
Limitations
  • Moving-average decomposition with a fixed or heuristic kernel may not cleanly separate trend and seasonality in all series
  • Auto-Correlation assumes periodic recurrence; series with irregular or non-periodic dynamics may not benefit from lag-based aggregation
  • The model remains computationally heavier than simple linear baselines that have since shown competitive accuracy on benchmark datasets
  • Long-horizon accuracy can degrade on real-world datasets where the periodicity assumption is only partially valid

Frequently asked

How does Auto-Correlation differ from standard self-attention?

Standard self-attention computes pairwise similarity between every time step, scaling as O(L²). Auto-Correlation instead computes the cross-correlation between query and key sequences in the frequency domain using FFT, identifying which periodic lags are most informative and aggregating values at those lags. This reduces complexity to O(L log L) and explicitly exploits periodicity rather than arbitrary pairwise relationships.

Why is series decomposition embedded throughout the network rather than applied once at the input?

Applying decomposition only at the input produces a one-shot separation that cannot be corrected as the representation evolves. Embedding decomposition at every sublayer allows the network to progressively refine the separation: as each layer learns richer representations, residual trend signals that were missed earlier can be extracted, leading to cleaner seasonal and trend streams at the output.

Is Autoformer still competitive with more recent models?

Autoformer was a strong baseline at its release but subsequent work (PatchTST, DLinear, TimesNet) demonstrated that simpler architectures can match or exceed it on standard benchmarks. It remains widely cited as a foundational decomposition-based forecaster and is often included in comparative studies, but practitioners should evaluate it alongside recent lightweight alternatives before deployment.

Sources

  1. Wu, H., Xu, J., Wang, J., & Long, M. (2021). Autoformer: Decomposition transformers with auto-correlation for long-term series forecasting. NeurIPS, 34. link ↗

How to cite this page

ScholarGate. (2026, June 2). Autoformer (Auto-Correlation Decomposition Transformer). ScholarGate. https://scholargate.app/en/deep-learning/autoformer

Related methods

ARIMAFEDformerInformerTimesNet

Which method?

Set this method beside its closest kin and read them side by side — the library lays the books on the table; the choice is yours.

  • ARIMAEconometrics↔ compare
  • FEDformerDeep learning↔ compare
  • InformerDeep learning↔ compare
  • TimesNetDeep learning↔ compare
Compare side by side →

Referenced by

ETSformerFEDformerFiLMNon-stationary TransformerPyraformerTimesNet

Similar methods

FEDformerETSformerCrossformerPyraformerTimeMixerNon-stationary TransformerInformerTimesNet

Related reference concepts

Sequence-to-Sequence Models and TransformersConvolutional and Sequence ModelsSelf-Supervised and Representation LearningDeep Generative ModelsEnergy ForecastingDeep Learning

Spotted an issue on this page? Report or suggest a fix →

ScholarGate — Autoformer (Autoformer (Auto-Correlation Decomposition Transformer)). Retrieved 2026-07-21 from https://scholargate.app/en/deep-learning/autoformer · Dataset: https://doi.org/10.5281/zenodo.20539026
Quick facts
Originator
Haixu Wu et al. (Tsinghua)
Year
2021
Type
Decomposition-based deep forecasting model
Subfamily
Time-series forecasting
Input
Univariate or multivariate time series
Output
Multi-step ahead point forecasts
Related methods
ARIMAFEDformerInformerTimesNet
ScholarGate

A content-first reference library for research methods — what each one is, how it works, and where it comes from.

Open data (CC-BY)

Explore

  • Library
  • Search the library…
  • Browse by field
  • Fields
  • Journey
  • Compare
  • Which method?

Reference

  • Subjects
  • Atlas
  • Glossary
  • Methodology
  • Philosophy

Your tools

  • Bookshelf
  • Desk
  • Chat

Company

  • About
  • Pricing
  • Contact
  • Suggest a method

Entries are compiled from published sources for reference. Verifying the accuracy and suitability of any information for your own use remains your responsibility.

© 2026 ScholarGate · A research-method reference library
  • Privacy
  • Cookies
  • Terms
  • Delete account