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

PatchTST

Patch Time Series Transformer · Also known as: PatchTST — Yama Tabanlı Zaman Serisi Transformer, patch-based time series transformer, channel-independent transformer

PatchTST is a patch-based Transformer architecture for time series forecasting, introduced by Nie and colleagues in 2023, that cuts each series into overlapping patches treated as tokens and processes channels independently. It balances computational efficiency with strong accuracy on long-horizon forecasting.

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.

PatchTST
ARIMAConformal Prediction (Ti…Random ForestCrossformerDeepARDLinearInformeriTransformerMoiraiN-HiTS

+4 more

When to use it

A good fit for long-horizon forecasting and prediction on continuous time series with a reasonably long history — the source recommends at least about 200 observations and is comfortable with long forecast horizons. Patch length and overlap must be tuned, and a GPU is recommended for training. On short series (below about 200 points) the patch-based attention becomes meaningless and classical methods such as ARIMA are preferable; below about 500 points it tends to overfit, where Random Forest is a safer fallback.

Strengths & limitations

Strengths
  • Strong accuracy on long-horizon forecasting while staying computationally efficient.
  • Patching shortens the token sequence, cutting the cost of self-attention versus point-wise Transformers.
  • Channel-independent modelling keeps the network compact and curbs overfitting on multivariate data.
  • Assumption-light: does not require normally distributed data and is well suited to long forecast horizons.
Limitations
  • Needs a fairly long series (at least about 200 points) and overfits below roughly 500.
  • Patch length and overlap are sensitive hyperparameters that must be tuned.
  • A GPU is recommended; training cost is higher than for classical forecasting models.
  • As a deep model it offers little direct interpretability compared with ARIMA-style coefficients.

Frequently asked

What is a patch in PatchTST?

A patch is a short contiguous segment of the series — a small window of consecutive time steps — that is embedded as a single token. Using patches instead of individual points shortens the sequence the attention mechanism handles and gives each token more local context.

Why model channels independently?

In multivariate data each variable (channel) is forecast with the same shared Transformer backbone rather than being mixed together. This keeps the model compact, reduces overfitting, and lets patterns learned on one channel transfer to others.

How much data do I need?

The source recommends at least about 200 observations. Below roughly 500 points the model tends to overfit, and below about 200 the patch-based attention becomes meaningless, so classical methods like ARIMA are preferable on short series.

Do I need a GPU?

A GPU is recommended for training. As a deep Transformer, PatchTST is more compute-intensive than classical forecasting models, and patch length and overlap should be tuned to the data.

Sources

  1. Nie, Y., Nguyen, N. H., Sinthong, P. & Kalagnanam, J. (2023). A Time Series is Worth 64 Words: Long-term Forecasting with Transformers. ICLR. link ↗
  2. 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 1). Patch Time Series Transformer. ScholarGate. https://scholargate.app/en/deep-learning/patchtst

Related methods

ARIMAConformal Prediction (Time Series)Random 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
  • Conformal Prediction (Time Series)Econometrics↔ compare
  • Random ForestMachine learning↔ compare
Compare side by side →

Referenced by

CrossformerDeepARDLinearInformeriTransformerMoiraiN-HiTSSegRNNTemporal Fusion TransformerTimesFMTimesNet

Similar methods

CrossformerInformerNon-stationary TransformerPyraformerTimeMixeriTransformerAutoformerETSformer

Related reference concepts

Sequence-to-Sequence Models and TransformersConvolutional and Sequence ModelsEnergy ForecastingSelf-Supervised and Representation LearningDeep Generative ModelsMachine Learning

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

ScholarGate — PatchTST (Patch Time Series Transformer). Retrieved 2026-07-21 from https://scholargate.app/en/deep-learning/patchtst · Dataset: https://doi.org/10.5281/zenodo.20539026
Quick facts
Originator
Nie, Y. et al.
Year
2023
Type
Transformer for time series forecasting
Task
Long-horizon forecasting & prediction
MinSample
200
Related methods
ARIMAConformal Prediction (Time Series)Random 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