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›TimeMixer: Decomposable Multiscale Mixing for Time Series Forecasting
Machine learningTime-series forecasting

TimeMixer: Decomposable Multiscale Mixing for Time Series Forecasting

TimeMixer (Decomposable Multiscale Mixing) · Also known as: Decomposable Multiscale Mixing, Multiscale Time-Series Mixer, TimeMixer Model, Çok Ölçekli Zaman Serisi Karıştırıcı

TimeMixer is a decomposition-based, attention-free time-series forecasting architecture introduced by Wang et al. at ICLR 2024. The central idea is to disentangle seasonal and trend components across multiple temporal scales constructed by average pooling, then mix information across those scales using lightweight MLP blocks. By handling coarse (trend-dominant) and fine (seasonal-dominant) resolutions separately and combining their predictions, TimeMixer avoids the quadratic cost of attention while capturing both local and global 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.

TimeMixer
DLinearTimesNetTSMixer

When to use it

TimeMixer is well suited to multivariate or univariate time-series forecasting tasks where the input exhibits both trend and seasonal components at different temporal scales, such as energy, weather, traffic, and economic data. It is a strong choice when computational efficiency is important, as its linear complexity in sequence length outperforms attention-based alternatives at long horizons. Assumptions include relatively stationary decomposability; it may underperform on highly irregular or non-stationary series without preprocessing. Consider Autoformer or PatchTST when rich long-range dependency modeling via attention is essential.

Strengths & limitations

Strengths
  • Linear time complexity through average-pool multiscale construction and MLP mixing, enabling scalability to long sequences
  • Explicit seasonal-trend decomposition at each scale improves interpretability and separation of temporal components
  • Scale-aware future mixing allows coarse and fine temporal patterns to complement each other in the forecast
  • Competitive forecasting accuracy without self-attention, reducing memory footprint significantly
Limitations
  • Average pooling for scale construction is a fixed heuristic and may not be optimal for all data distributions
  • The model assumes decomposability into trend and seasonal components, which may not hold for highly irregular series
  • Hyperparameter choices — number of scales, pooling kernel sizes, MLP widths — require tuning per dataset
  • Less expressive than full attention-based models for tasks demanding fine-grained pairwise temporal dependencies

Frequently asked

How does TimeMixer differ from TSMixer?

TSMixer applies MLP mixing purely along the time and feature dimensions of a single-scale input, whereas TimeMixer explicitly constructs a multiscale pyramid via average pooling and performs separate seasonal-trend decomposition at each scale before mixing. The multiscale and decomposition components are the distinguishing architectural contributions of TimeMixer.

Is TimeMixer suitable for univariate as well as multivariate forecasting?

Yes. The architecture operates over C variates where C can be 1. For univariate tasks the mixing still benefits from multiscale decomposition; for multivariate tasks the MLP layers can optionally mix across channels. Performance may vary by dataset, and the variate mixing strategy should be validated empirically.

What preprocessing is recommended before using TimeMixer?

The original paper uses reversible instance normalization to handle distributional shifts across training and test segments. Standard practices such as removing gross outliers and applying z-score normalization per variate are advisable. Because the model explicitly decomposes seasonal and trend components, ensuring that the input length covers at least one or two full dominant periods improves decomposition quality.

Sources

  1. Wang, S., Wu, H., Shi, X., Hu, T., Luo, H., Ma, L., Zhang, J. Y., & Zhou, J. (2024). TimeMixer: Decomposable multiscale mixing for time series forecasting. ICLR. link ↗

How to cite this page

ScholarGate. (2026, June 2). TimeMixer (Decomposable Multiscale Mixing). ScholarGate. https://scholargate.app/en/deep-learning/timemixer

Related methods

DLinearTimesNetTSMixer

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.

  • DLinearDeep learning↔ compare
  • TimesNetDeep learning↔ compare
  • TSMixerDeep learning↔ compare
Compare side by side →

Referenced by

TSMixer

Similar methods

TSMixerAutoformerTimesNetDLinearFEDformerPyraformerCrossformerTime-MoE

Related reference concepts

Convolutional and Sequence ModelsSequence-to-Sequence Models and TransformersDeep Generative ModelsSelf-Supervised and Representation LearningMachine LearningBias-Variance and Overfitting

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

ScholarGate — TimeMixer (TimeMixer (Decomposable Multiscale Mixing)). Retrieved 2026-07-22 from https://scholargate.app/en/deep-learning/timemixer · Dataset: https://doi.org/10.5281/zenodo.20539026
Quick facts
Originator
Shiyu Wang et al.
Year
2024
Type
MLP-based multiscale time-series forecasting model
Subfamily
Time-series forecasting
Venue
ICLR 2024
Architecture
Decomposition + multiscale mixing (no attention)
Related methods
DLinearTimesNetTSMixer
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