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›Informer
Machine learning

Informer

Informer: Beyond Efficient Transformer for Long Sequence Time-Series Forecasting · Also known as: Informer — Uzun Dizi Transformer Tahmini, Informer transformer, ProbSparse attention forecaster

Informer is a Transformer-based model introduced by Zhou et al. in 2021 for long-sequence time-series forecasting, using a ProbSparse self-attention mechanism that lowers the computational complexity of the standard Transformer to O(L log L). It is built for problems that demand predictions across thousands of future steps.

ScholarGate
  1. Machine learning
  2. v1
  3. 2 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.

Informer
ARIMADeepARN-HiTSPatchTSTRandom ForestAutoformerCrossformerFEDformerN-BEATSNon-stationary Transform…

+3 more

When to use it

Use Informer when you need long-horizon forecasting of a continuous time series — typically a prediction window beyond about 96 steps — and you have a long history of at least roughly 500 observations. It is well suited to multivariate series and applications such as energy, weather, and traffic, and it normally requires a GPU. It does not assume normally distributed data. On short series (below about 200 observations) it overfits, and below about 500 the ProbSparse attention cannot find reliable patterns, so simpler models such as ARIMA or Random Forest are safer.

Strengths & limitations

Strengths
  • Reduces Transformer attention complexity to O(L log L), making very long sequences tractable.
  • Designed specifically for long forecasting horizons beyond 96 steps.
  • Handles multivariate continuous time series.
  • Does not require normally distributed data.
Limitations
  • Needs a long history — around 500 observations or more — to learn reliably.
  • Requires a GPU for practical training.
  • On short series (below about 200 observations) it overfits badly.
  • Below about 500 observations the ProbSparse attention fails to find stable patterns.

Frequently asked

How is Informer different from a standard Transformer?

It replaces full self-attention with ProbSparse self-attention, which computes attention only for the queries that dominate the distribution. This lowers the complexity from quadratic to O(L log L), making very long input and output sequences feasible.

How much data do I need?

Informer is a deep model aimed at long sequences and expects a long history — roughly 500 observations or more. Below about 500 the attention mechanism cannot find reliable patterns, and below about 200 it overfits, so simpler models are preferable.

Do I need a GPU?

Yes. Like other deep forecasting Transformers, Informer is built to run on a GPU; training on CPU alone is impractical for the long sequences it targets.

When should I not use Informer?

Avoid it for short time series. Below about 500 observations consider Random Forest, and for very short series below about 200 observations ARIMA is a safer choice.

Sources

  1. Zhou, H. et al. (2021). Informer: Beyond Efficient Transformer for Long Sequence Time-Series Forecasting. AAAI. DOI: 10.1609/aaai.v35i12.17325 ↗
  2. 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 1). Informer: Beyond Efficient Transformer for Long Sequence Time-Series Forecasting. ScholarGate. https://scholargate.app/en/deep-learning/informer

Related methods

ARIMADeepARN-HiTSPatchTSTRandom Forest

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
  • DeepARDeep learning↔ compare
  • N-HiTSDeep learning↔ compare
  • PatchTSTDeep learning↔ compare
  • Random ForestMachine learning↔ compare
Compare side by side →

Referenced by

AutoformerCrossformerFEDformerN-BEATSNon-stationary TransformerPyraformerReformerTemporal Fusion Transformer

Similar methods

AutoformerPyraformerPatchTSTFEDformerTemporal Fusion TransformerReformerETSformeriTransformer

Related reference concepts

Sequence-to-Sequence Models and TransformersEnergy ForecastingConvolutional and Sequence ModelsMachine LearningPart-of-Speech Tagging and Sequence LabelingVariational Inference

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

ScholarGate — Informer (Informer: Beyond Efficient Transformer for Long Sequence Time-Series Forecasting). Retrieved 2026-07-21 from https://scholargate.app/en/deep-learning/informer · Dataset: https://doi.org/10.5281/zenodo.20539026
Quick facts
Originator
Zhou, H. et al.
Year
2021
Type
Transformer (ProbSparse self-attention)
Task
Long-sequence time-series forecasting
Complexity
O(L log L)
MinSample
500
Related methods
ARIMADeepARN-HiTSPatchTSTRandom Forest
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