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›ETSformer: Exponential Smoothing Transformers for Time-Series Forecasting
Machine learningTime-series forecasting

ETSformer: Exponential Smoothing Transformers for Time-Series Forecasting

ETSformer (Exponential Smoothing Transformer) · Also known as: Exponential Smoothing Transformer, ETS Transformer, ETSformer forecasting model, Üstel Düzleştirme Transformatörü

ETSformer is a deep learning architecture for time-series forecasting introduced by Woo et al. in 2022. It integrates classical exponential smoothing principles directly into the Transformer framework by replacing standard self-attention with an exponential smoothing attention mechanism. The model decomposes a time series into level, growth (trend), and seasonal components, allowing it to leverage both the long-range dependency modeling of Transformers and the interpretable structure of statistical ETS models.

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.

ETSformer
AutoformerETS Model

When to use it

ETSformer is well suited for univariate and multivariate time-series forecasting tasks where both long-range dependencies and structured trend-seasonal patterns are present, such as energy load, weather, traffic, or financial series. It assumes the series can be meaningfully decomposed into level, growth, and seasonal components. It may underperform relative to simpler linear baselines on datasets dominated by noise or lacking clear periodicity. Alternatives include Autoformer, PatchTST, or DLinear for different trade-offs between model complexity and accuracy.

Strengths & limitations

Strengths
  • Combines the representational power of Transformers with the interpretable structure of classical ETS decomposition
  • Exponential smoothing attention provides a strong inductive bias for recency without sacrificing long-range modeling
  • Frequency-domain seasonal modeling learns multiple periodicities in a parameter-efficient way
  • End-to-end training allows all decomposition parameters to be optimized jointly with the forecasting objective
Limitations
  • Computational cost of the attention mechanism can be prohibitive for very long input sequences
  • Decomposition assumptions may not hold for irregular, non-stationary, or heavily noisy series
  • Subsequent benchmarks have shown that simpler linear models can outperform ETSformer on some standard datasets
  • Hyperparameter choices (number of seasonal frequencies K, smoothing coefficients) can significantly affect performance and require careful tuning

Frequently asked

How does ETSformer differ from the standard Transformer?

The standard Transformer uses uniform-weight self-attention across all positions. ETSformer replaces this with an exponentially decaying attention that gives higher weight to recent time steps, and it adds an explicit structural decomposition into level, growth, and seasonal components. This inductive bias toward classical time-series structure is the defining architectural difference.

Can ETSformer handle multivariate time series?

Yes, the architecture can be extended to multivariate settings by applying the decomposition and attention mechanisms across multiple input channels. However, like many Transformer-based forecasting models, its advantage over simpler baselines in the multivariate setting depends heavily on the inter-variable correlations present in the specific dataset.

Is ETSformer still state-of-the-art?

Since its publication in 2022, several studies have shown that simpler linear or MLP-based models can match or exceed ETSformer on standard long-sequence forecasting benchmarks. It remains a significant architectural contribution for demonstrating how classical statistical priors can be embedded in Transformers, but it is not regarded as the universally best choice today.

Sources

  1. Woo, G., Liu, C., Sahoo, D., Kumar, A., & Hoi, S. (2022). ETSformer: Exponential smoothing transformers for time-series forecasting. arXiv preprint. link ↗

How to cite this page

ScholarGate. (2026, June 2). ETSformer (Exponential Smoothing Transformer). ScholarGate. https://scholargate.app/en/deep-learning/etsformer

Related methods

AutoformerETS Model

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
  • ETS ModelEconometrics↔ compare
Compare side by side →

Similar methods

AutoformerFEDformerCrossformerTSMixerNon-stationary TransformerTimeMixerPatchTSTLightTS

Related reference concepts

Sequence-to-Sequence Models and TransformersConvolutional and Sequence ModelsLatent Variable and Mixture ModelsEnergy ForecastingEM AlgorithmDeep Generative Models

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

ScholarGate — ETSformer (ETSformer (Exponential Smoothing Transformer)). Retrieved 2026-07-21 from https://scholargate.app/en/deep-learning/etsformer · Dataset: https://doi.org/10.5281/zenodo.20539026
Quick facts
Originator
Gerald Woo et al.
Year
2022
Type
Hybrid decomposition-based Transformer architecture
Subfamily
Time-series forecasting
Training
Supervised, end-to-end gradient-based
Input
Univariate or multivariate time series
Related methods
AutoformerETS Model
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