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›Pyraformer: Pyramidal Attention Transformer for Long-Range Time-Series Forecasting
Machine learningTime-series forecasting

Pyraformer: Pyramidal Attention Transformer for Long-Range Time-Series Forecasting

Pyraformer (Pyramidal Attention for Long-Range Forecasting) · Also known as: Pyramidal Attention Transformer, Pyraformer Transformer, Piramit Dikkat Dönüştürücüsü, Low-Complexity Transformer

Pyraformer is a Transformer-based model for long-range time-series forecasting introduced by Liu et al. at ICLR 2022. Its central innovation is a Pyramidal Attention Module (PAM) that organizes tokens into a multi-resolution hierarchy, enabling the model to capture temporal dependencies across multiple scales while keeping time and memory complexity at O(L log L) rather than the quadratic cost of vanilla self-attention.

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.

Pyraformer
AutoformerInformerReformer

When to use it

Pyraformer is well-suited for multivariate or univariate long-sequence forecasting tasks (e.g., predicting hundreds to thousands of future steps) where capturing dependencies at multiple temporal granularities matters—electricity load, traffic flow, weather. It assumes the input is a regularly sampled time series. Practitioners should note that, like many Transformer variants, it may underperform simpler linear baselines on certain benchmark datasets; careful ablation against DLinear or PatchTST is advisable before deployment.

Strengths & limitations

Strengths
  • O(L log L) time and memory complexity, making it more scalable than standard Transformers for long sequences
  • Explicit multi-resolution hierarchy captures both short-term patterns and long-range dependencies in a single forward pass
  • Avoids autoregressive decoding at inference, enabling fast parallel multi-step predictions
  • Architecturally principled: the pyramidal structure has a clear inductive bias for time series with multi-scale seasonality
Limitations
  • The CSCM coarsening introduces a fixed hierarchical structure that may not be optimal for all series; irregular or non-stationary patterns can be poorly represented
  • Empirical gains over simpler linear models (e.g., DLinear) are not always consistent across datasets, raising questions about whether attention-based inductive biases are always beneficial
  • Hyperparameter sensitivity: pyramid depth C and kernel size k require dataset-specific tuning
  • Implementation complexity is higher than standard Transformer or convolutional baselines, increasing reproducibility burden

Frequently asked

How does Pyraformer differ from Informer?

Informer reduces attention complexity via a ProbSparse mechanism that selects a subset of query-key pairs based on estimated importance. Pyraformer instead builds an explicit multi-resolution pyramid and restricts attention to local windows within each level plus parent-child links across levels. Both achieve sub-quadratic complexity, but Pyraformer's hierarchy provides a stronger inductive bias for multi-scale temporal patterns.

Is Pyraformer still competitive with more recent models?

Subsequent work (e.g., PatchTST, TimesNet, iTransformer) and even simple linear models (DLinear, NLinear) have shown that Transformer-based forecasters do not uniformly outperform simpler alternatives. Pyraformer remains a valuable architectural reference and may be competitive in specific multi-scale or long-horizon settings, but benchmarking against current baselines on your specific dataset is essential.

What is the role of the CSCM in Pyraformer?

The Coarser-Scale Construction Module (CSCM) is a convolutional sub-network that transforms the original fine-grained sequence into progressively coarser temporal representations, creating the pyramid levels. It effectively learns a data-driven temporal summarization rather than using fixed pooling, allowing the model to adapt the coarsening to the statistical properties of the input series.

Sources

  1. Liu, S., Yu, H., Liao, C., Li, J., Lin, W., Liu, A. X., & Dustdar, S. (2022). Pyraformer: Low-complexity pyramidal attention for long-range time series modeling and forecasting. ICLR. link ↗

How to cite this page

ScholarGate. (2026, June 2). Pyraformer (Pyramidal Attention for Long-Range Forecasting). ScholarGate. https://scholargate.app/en/deep-learning/pyraformer

Related methods

AutoformerInformerReformer

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
  • InformerDeep learning↔ compare
  • ReformerDeep learning↔ compare
Compare side by side →

Referenced by

Reformer

Similar methods

AutoformerInformerFEDformerCrossformerTimeMixeriTransformerNon-stationary TransformerPatchTST

Related reference concepts

Sequence-to-Sequence Models and TransformersConvolutional and Sequence ModelsSelf-Supervised and Representation LearningDeep LearningBias-Variance and OverfittingEnergy Forecasting

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

ScholarGate — Pyraformer (Pyraformer (Pyramidal Attention for Long-Range Forecasting)). Retrieved 2026-07-21 from https://scholargate.app/en/deep-learning/pyraformer · Dataset: https://doi.org/10.5281/zenodo.20539026
Quick facts
Originator
Shizhan Liu et al.
Year
2022
Type
Pyramidal self-attention transformer for time-series forecasting
Subfamily
Time-series forecasting
Complexity
O(L log L) time and memory
Venue
ICLR 2022
Related methods
AutoformerInformerReformer
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