English

FreqCycle: A Multi-Scale Time-Frequency Analysis Method for Time Series Forecasting

Machine Learning 2026-03-11 v1

Abstract

Mining time-frequency features is critical for time series forecasting. Existing research has predominantly focused on modeling low-frequency patterns, where most time series energy is concentrated. The overlooking of mid to high frequency continues to limit further performance gains in deep learning models. We propose FreqCycle, a novel framework integrating: (i) a Filter-Enhanced Cycle Forecasting (FECF) module to extract low-frequency features by explicitly learning shared periodic patterns in the time domain, and (ii) a Segmented Frequency-domain Pattern Learning (SFPL) module to enhance mid to high frequency energy proportion via learnable filters and adaptive weighting. Furthermore, time series data often exhibit coupled multi-periodicity, such as intertwined weekly and daily cycles. To address coupled multi-periodicity as well as long lookback window challenges, we extend FreqCycle hierarchically into MFreqCycle, which decouples nested periodic features through cross-scale interactions. Extensive experiments on seven diverse domain benchmarks demonstrate that FreqCycle achieves state-of-the-art accuracy while maintaining faster inference speeds, striking an optimal balance between performance and efficiency.

Keywords

Cite

@article{arxiv.2603.09661,
  title  = {FreqCycle: A Multi-Scale Time-Frequency Analysis Method for Time Series Forecasting},
  author = {Boya Zhang and Shuaijie Yin and Huiwen Zhu and Xing He},
  journal= {arXiv preprint arXiv:2603.09661},
  year   = {2026}
}

Comments

18 pages, 17 figures, accepted to AAAI 2026. Code available at https://github.com/boya-zhang-ai/FreqCycle

R2 v1 2026-07-01T11:12:33.116Z