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›FreTS: Frequency-domain MLPs for Time Series Forecasting
Machine learningTime-series forecasting

FreTS: Frequency-domain MLPs for Time Series Forecasting

FreTS (Frequency-domain MLPs for Forecasting) · Also known as: Frequency-domain MLPs, FrequencyMLP, FreTS Forecaster, Frekans Alanı MLP

FreTS is a time series forecasting architecture introduced by Yi et al. at NeurIPS 2023. It departs from Transformer-based designs by applying simple Multi-Layer Perceptrons (MLPs) entirely in the frequency domain. The model transforms input sequences with the Discrete Fourier Transform and then learns temporal and channel dependencies through complex-valued MLP layers, achieving competitive or superior long-term forecasting accuracy with substantially lower computational cost.

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.

FreTS
FEDformerFiLMTSMixer

When to use it

FreTS is well-suited for long-horizon multivariate time series forecasting tasks where periodicity and global temporal structure dominate, such as electricity consumption, weather prediction, and traffic flow. It is most appropriate when computational budget is limited, as frequency-domain operations reduce effective sequence length. It assumes the series contains meaningful spectral structure; on highly irregular or non-stationary data without clear periodic components, gains may be smaller. Alternatives include FEDformer for wavelet-based spectral mixing, PatchTST for patch-based attention, and TSMixer for pure channel-mixing MLPs.

Strengths & limitations

Strengths
  • Low computational complexity: operating on T/2+1 frequency bins rather than T time steps reduces memory and FLOPs significantly for long sequences.
  • Captures global periodicities and long-range dependencies compactly through spectral coefficients, avoiding the quadratic cost of full self-attention.
  • Simple architecture with no positional encoding, tokenization, or complex attention mechanisms, making it easy to implement and tune.
  • Demonstrated competitive long-term forecasting accuracy across multiple standard benchmarks against both Transformer-based and MLP-based baselines.
Limitations
  • The Discrete Fourier Transform assumes periodicity; non-stationary or trend-dominated series may require additional preprocessing such as instance normalization or differencing.
  • Channel-mixing MLP implicitly assumes a fixed number of variables, limiting zero-shot transfer to datasets with different channel counts.
  • Frequency truncation (keeping only the lowest T/2+1 bins) discards high-frequency components, which may matter for irregular or impulsive signals.
  • Lacks explicit temporal locality; cannot easily attend to recent local context separately from long-range patterns without architectural modification.

Frequently asked

How does FreTS differ from FEDformer, which also uses frequency-domain operations?

FEDformer integrates frequency-domain operations into a Transformer backbone by replacing the attention mechanism with Fourier or wavelet mixing, retaining positional encodings and feed-forward blocks. FreTS is a simpler, purely MLP-based architecture that discards the Transformer entirely and applies all mixing steps directly in the frequency domain, resulting in lower complexity and fewer components.

Does FreTS require the time series to be strictly stationary?

FreTS does not strictly require stationarity, but it benefits from instance-level normalization such as RevIN applied before the Fourier Transform. Without normalization, distributional shift between training and inference windows can corrupt the spectral representation. For strongly non-stationary series, differencing or trend removal as preprocessing is advisable before applying FreTS.

Can FreTS handle univariate forecasting, or is it only for multivariate settings?

FreTS can handle univariate series; in that case the channel-mixing MLP degenerates to a single-channel operation and the model reduces to a frequency-domain MLP applied solely along the time axis. However, its channel-mixing component provides the most benefit in multivariate settings where correlated variables share spectral structure that the model can exploit across channels.

Sources

  1. Yi, K., Zhang, Q., Fan, W., Wang, S., Wang, P., He, H., An, N., Lian, D., Cao, L., & Niu, Z. (2023). Frequency-domain MLPs are more effective learners in time series forecasting. NeurIPS. link ↗

How to cite this page

ScholarGate. (2026, June 2). FreTS (Frequency-domain MLPs for Forecasting). ScholarGate. https://scholargate.app/en/deep-learning/frets

Related methods

FEDformerFiLMTSMixer

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.

  • FEDformerDeep learning↔ compare
  • FiLMDeep learning↔ compare
  • TSMixerDeep learning↔ compare
Compare side by side →

Similar methods

FEDformerLightTSTSMixerFiLMTimesNetTimeMixerAutoformerETSformer

Related reference concepts

Convolutional and Sequence ModelsSequence-to-Sequence Models and TransformersEnergy ForecastingSelf-Supervised and Representation LearningMachine LearningNeural Network Architectures

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

ScholarGate — FreTS (FreTS (Frequency-domain MLPs for Forecasting)). Retrieved 2026-07-21 from https://scholargate.app/en/deep-learning/frets · Dataset: https://doi.org/10.5281/zenodo.20539026
Quick facts
Originator
Kun Yi et al.
Year
2023
Type
Frequency-domain MLP forecasting model
Subfamily
Time-series forecasting
Venue
NeurIPS 2023
Input Domain
Frequency (complex-valued via DFT)
Related methods
FEDformerFiLMTSMixer
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