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›FEDformer: Frequency Enhanced Decomposed Transformer
Machine learningTime-series forecasting

FEDformer: Frequency Enhanced Decomposed Transformer

FEDformer (Frequency Enhanced Decomposed Transformer) · Also known as: Frequency Enhanced Decomposed Transformer, FED-Transformer, Frequency Domain Transformer, Frekans Tabanlı Ayrıştırılmış Dönüştürücü

FEDformer is a Transformer-based architecture for long-term multivariate time-series forecasting, introduced by Zhou et al. at ICML 2022. Its core innovation is the combination of seasonal-trend decomposition with frequency-domain attention: instead of computing full token-to-token attention in the time domain, FEDformer projects queries, keys, and values into the frequency domain via Fourier or wavelet transforms and operates on a randomly selected subset of frequency components, achieving linear complexity while preserving global temporal structure.

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.

FEDformer
AutoformerFiLMInformerFreTS

When to use it

FEDformer is well suited for long-horizon multivariate time-series forecasting tasks—typically predicting hundreds to thousands of steps ahead—where the data exhibits clear periodic or seasonal patterns (e.g., energy consumption, weather, traffic, finance). It assumes stationarity at the frequency level and benefits most when dominant spectral components carry predictive information. For very short horizons, simpler linear baselines may suffice. For purely non-periodic or highly irregular series, frequency-domain assumptions may not hold, making models like Temporal Fusion Transformer or N-BEATS better alternatives.

Strengths & limitations

Strengths
  • Linear O(L) time and memory complexity via sparse frequency sampling, enabling long-context forecasting
  • Explicit seasonal-trend decomposition provides interpretable model components and improves generalization
  • Frequency-domain operations capture global periodic structures that local time-domain attention often misses
  • Supports both Fourier and wavelet variants, offering flexibility for different signal characteristics
Limitations
  • Random frequency mode selection introduces stochasticity; different random seeds can yield slightly different results
  • The model architecture is relatively complex, with multiple decomposition blocks and specialized attention layers that increase implementation overhead
  • Assumes that a small set of frequency components dominates the series; this assumption fails for non-stationary or chaotic signals
  • Subsequent work (e.g., PatchTST, DLinear) has shown that much simpler architectures can be competitive on standard benchmarks, questioning FEDformer's architectural complexity

Frequently asked

How does FEDformer differ from Autoformer?

Both models use seasonal-trend decomposition and achieve linear complexity, but Autoformer computes auto-correlation in the time domain using FFT as a computational shortcut. FEDformer explicitly moves the attention mechanism into the frequency domain and learns on a sparse subset of frequency modes, making frequency-domain processing a first-class architectural choice rather than a computational trick.

Why is random frequency mode selection used instead of always selecting the top-K modes?

The authors found that randomly sampling frequency components acts as implicit regularization and improves generalization. Deterministically selecting the highest-magnitude modes can overfit to dominant periodic patterns in the training data, whereas random selection forces the model to learn more robust representations across the full spectral distribution.

Can FEDformer handle univariate forecasting, or is it designed only for multivariate data?

FEDformer can handle both univariate and multivariate settings. In univariate mode each channel is processed independently by the same architecture. In multivariate mode, the encoder and decoder jointly process all channels, allowing the model to capture inter-variable correlations through the shared frequency-domain representations and cross-attention mechanism.

Sources

  1. Zhou, T., Ma, Z., Wen, Q., Wang, X., Sun, L., & Jin, R. (2022). FEDformer: Frequency enhanced decomposed transformer for long-term series forecasting. ICML. link ↗

How to cite this page

ScholarGate. (2026, June 2). FEDformer (Frequency Enhanced Decomposed Transformer). ScholarGate. https://scholargate.app/en/deep-learning/fedformer

Related methods

AutoformerFiLMInformer

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.

  • AutoformerDeep learning↔ compare
  • FiLMDeep learning↔ compare
  • InformerDeep learning↔ compare
Compare side by side →

Referenced by

AutoformerFiLMFreTS

Similar methods

AutoformerCrossformerPyraformerFreTSTimeMixerETSformerInformerFiLM

Related reference concepts

Sequence-to-Sequence Models and TransformersConvolutional and Sequence ModelsSelf-Supervised and Representation LearningMachine LearningDimensionality ReductionEnergy Forecasting

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

ScholarGate — FEDformer (FEDformer (Frequency Enhanced Decomposed Transformer)). Retrieved 2026-07-21 from https://scholargate.app/en/deep-learning/fedformer · Dataset: https://doi.org/10.5281/zenodo.20539026
Quick facts
Originator
Tian Zhou et al.
Year
2022
Type
Frequency-domain decomposed Transformer for time-series forecasting
Subfamily
Time-series forecasting
Complexity
O(L) linear complexity via random frequency sampling
Venue
ICML 2022
Related methods
AutoformerFiLMInformer
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