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›DLinear: Decomposition Linear Model for Time Series Forecasting
Machine learningTime-series forecasting

DLinear: Decomposition Linear Model for Time Series Forecasting

DLinear (Decomposition Linear Model for Forecasting) · Also known as: Decomposition Linear, DLinear Forecaster, Linear Decomposition Model, Ayrışım Doğrusal Modeli

DLinear is a lightweight time series forecasting model introduced by Zeng et al. at AAAI 2023. It challenges the prevailing assumption that Transformer-based architectures are necessary for accurate long-horizon forecasting. The model decomposes an input sequence into trend and seasonal components using a moving average filter, then applies separate single-layer linear transformations to each component before summing their outputs to produce the final forecast.

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.

DLinear
ARIMAPatchTSTTSMixerKoopaLightTSSCINetTiDETimeMixer

When to use it

DLinear is well-suited for long-horizon univariate or channel-independent multivariate forecasting tasks where computational efficiency and interpretability matter. It works best when the time series exhibits a separable trend-seasonal structure. It is less appropriate when cross-variate interactions are essential, when the series lacks clear decomposable structure, or when probabilistic forecasts are required. Consider PatchTST or TSMixer when richer temporal representations or channel-mixing are needed.

Strengths & limitations

Strengths
  • Extremely lightweight architecture with far fewer parameters than Transformer-based models, enabling fast training and inference
  • Decomposition step provides interpretable separation of trend and seasonal dynamics
  • Competitive or superior long-horizon forecasting accuracy relative to many Transformer variants on standard benchmarks
  • Channel-independent design avoids overfitting caused by spurious cross-variate correlations in high-dimensional data
Limitations
  • Cannot model non-linear temporal dependencies or complex interactions between variates
  • Single-layer linear projection may underfit highly irregular or chaotic series
  • Moving average decomposition assumes a relatively stationary seasonal period and may struggle with evolving seasonality
  • Does not produce uncertainty estimates or probabilistic forecasts natively

Frequently asked

How does DLinear differ from a plain linear regression model?

Unlike a single linear regression applied to the raw series, DLinear first decomposes the input into trend and seasonal components using a moving average filter and then applies two separate linear layers to each component. This decomposition allows each linear layer to specialize on structurally different parts of the signal, improving forecast accuracy while retaining simplicity.

Is DLinear suitable for multivariate forecasting?

DLinear can be applied to multivariate data in a channel-independent manner, treating each variate as an independent univariate series. This avoids spurious cross-variate correlations that can harm generalization. However, it does not model inter-variable relationships, so tasks where cross-variate dynamics are critical may benefit from models like TSMixer.

What lookback window length should be used with DLinear?

The original paper explores multiple lookback window lengths, and performance can vary by dataset. A common practical choice is 336 or 512 time steps for long-horizon benchmarks, but the optimal length should be tuned via cross-validation on the target dataset. Longer windows generally help the trend decomposition but increase memory usage linearly.

Sources

  1. Zeng, A., Chen, M., Zhang, L., & Xu, Q. (2023). Are transformers effective for time series forecasting? AAAI. link ↗

How to cite this page

ScholarGate. (2026, June 2). DLinear (Decomposition Linear Model for Forecasting). ScholarGate. https://scholargate.app/en/deep-learning/dlinear

Related methods

ARIMAPatchTSTTSMixer

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

Referenced by

KoopaLightTSSCINetTiDETimeMixerTSMixer

Similar methods

TSMixerTimeMixerLightTSAutoformerCrossformerETSformerTiDEFEDformer

Related reference concepts

Sequence-to-Sequence Models and TransformersConvolutional and Sequence ModelsEnergy ForecastingDeep LearningMachine LearningDeep Generative Models

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

ScholarGate — DLinear (DLinear (Decomposition Linear Model for Forecasting)). Retrieved 2026-07-21 from https://scholargate.app/en/deep-learning/dlinear · Dataset: https://doi.org/10.5281/zenodo.20539026
Quick facts
Originator
Ailing Zeng et al.
Year
2023
Type
Decomposition-based linear forecasting model
Subfamily
Time-series forecasting
Input
Univariate or multivariate time series
Output
Multi-step ahead point forecasts
Related methods
ARIMAPatchTSTTSMixer
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