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›iTransformer: Inverted Transformer for Multivariate Time-Series Forecasting
Machine learningTime-series forecasting

iTransformer: Inverted Transformer for Multivariate Time-Series Forecasting

iTransformer (Inverted Transformer for Forecasting) · Also known as: Inverted Transformer, iTransformer for Time Series, Inverted Attention Transformer, Ters Transformer

iTransformer is a deep-learning architecture for multivariate time-series forecasting introduced by Liu et al. at ICLR 2024. Its defining idea is to invert the conventional Transformer tokenisation strategy: instead of treating each time step as a token, iTransformer treats each variate (sensor channel or feature series) as a single token whose embedding encodes the full observed look-back window. Self-attention is then applied across variates to capture inter-series dependencies, while a feed-forward network within each token learns temporal patterns.

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.

iTransformer
CrossformerPatchTST

When to use it

iTransformer is well suited to multivariate forecasting tasks where cross-variable dependencies are informative and the number of variates is large relative to the horizon. It assumes the look-back window is long enough to provide meaningful per-variate embeddings and that inter-series correlations are stable across time. It is less appropriate for univariate forecasting (the inversion provides no advantage) or when variate counts are very small. Alternatives include PatchTST for patch-based temporal tokenisation, Crossformer for fine-grained cross-time-cross-variate attention, or N-BEATS and TimesNet for different inductive biases.

Strengths & limitations

Strengths
  • Directly models inter-variate correlations through the attention mechanism without hand-crafted channel mixing
  • Computationally efficient for high-variate datasets because attention sequence length scales with N (variates), not T (time steps)
  • The feed-forward network retains the ability to capture variate-level temporal patterns despite the inverted token structure
  • Simple, clean architectural modification to standard Transformer that is easy to implement and reproduce
Limitations
  • Offers no direct advantage in purely univariate settings where cross-variate attention is vacuous
  • Per-variate token embeddings conflate the entire look-back window into a single vector, potentially losing fine-grained temporal positional information
  • Performance may degrade if inter-variate relationships are non-stationary or change over time
  • Like most Transformer-based forecasters, requires substantial training data and GPU resources to outperform simpler linear baselines reliably

Frequently asked

What makes iTransformer different from a standard Transformer applied to time series?

A standard Transformer tokenises each time step, so attention captures temporal position dependencies. iTransformer tokenises each variate (channel), so attention captures inter-series dependencies instead. Temporal patterns are handled by the feed-forward sub-layer applied within each variate token. This architectural inversion is the sole but consequential change.

Is iTransformer suitable for univariate forecasting?

Not in its standard form. The inverted attention mechanism gains its benefit from comparing multiple variate tokens. With a single variate there is only one token and attention is trivially uninformative. For univariate problems, architectures such as PatchTST or N-BEATS are generally more appropriate.

Does iTransformer require special preprocessing or normalisation?

The original paper evaluates iTransformer with standard normalisation and notes that instance-level normalisation strategies such as RevIN are complementary. Because different variates can have very different scales, per-instance or per-channel normalisation before embedding is strongly recommended in practice and its omission is a common source of degraded results.

Sources

  1. Liu, Y., Hu, T., Zhang, H., Wu, H., Wang, S., Ma, L., & Long, M. (2024). iTransformer: Inverted transformers are effective for time series forecasting. ICLR. link ↗

How to cite this page

ScholarGate. (2026, June 2). iTransformer (Inverted Transformer for Forecasting). ScholarGate. https://scholargate.app/en/deep-learning/itransformer

Related methods

CrossformerPatchTST

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.

  • CrossformerDeep learning↔ compare
  • PatchTSTDeep learning↔ compare
Compare side by side →

Referenced by

Crossformer

Similar methods

CrossformerNon-stationary TransformerPyraformerTimeMixerPatchTSTTSMixerAutoformerFEDformer

Related reference concepts

Sequence-to-Sequence Models and TransformersConvolutional and Sequence ModelsSelf-Supervised and Representation LearningDeep Generative ModelsDeep LearningMachine Learning

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

ScholarGate — iTransformer (iTransformer (Inverted Transformer for Forecasting)). Retrieved 2026-07-21 from https://scholargate.app/en/deep-learning/itransformer · Dataset: https://doi.org/10.5281/zenodo.20539026
Quick facts
Originator
Yong Liu et al.
Year
2024
Type
Inverted-attention sequence model
Subfamily
Time-series forecasting
Venue
ICLR 2024
Input
Multivariate time series
Related methods
CrossformerPatchTST
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