Related Experiment Videos
AdaptiveFrequencyNet: a long-term time series forecasting approach based on learnable frequency decomposition and
JiaoJiao Cui1, Wei Li1, Xin Wang2
1China Medical University, No. 77 Puhe Road, Shenyang, Liaoning, 110122, China.
Scientific Reports
|June 9, 2026
Summary
AdaptiveFrequencyNet (AFNet) improves long-term time series forecasting by using learnable filters and cross-scale attention. It shows competitive performance against strong baselines on benchmark datasets.
Area of Science:
- Machine Learning
- Time Series Analysis
- Deep Learning
Background:
- Long-term time series forecasting requires modeling variations across multiple time scales and temporal dependencies.
- Existing frequency decomposition methods have limitations in multi-scale modeling, feature fusion, and cross-scale interaction.
- Fixed frequency splits can negatively impact long-horizon forecasting consistency.
Purpose of the Study:
- To introduce AdaptiveFrequencyNet (AFNet), a novel architecture for enhanced long-term time series forecasting.
- To address limitations of existing methods by incorporating learnable multi-scale filter banks and cross-scale attention fusion.
- To evaluate AFNet's performance against state-of-the-art models on standard forecasting benchmarks.
Main Methods:
- AFNet utilizes learnable time-domain filter banks via depthwise convolutions and branch-wise softmax mixing.
- It employs Adaptive Multi-Scale Feature Fusion (AMSFF) combining self-attention, multi-scale convolutions, and gating.
- Cross-Scale Attention Fusion (CSAF) facilitates progressive mixing of information across different scales using cross-attention.
Main Results:
- AFNet achieves competitive test errors on six standard benchmarks with a moderate parameter budget.
- Performance is dataset- and horizon-dependent, with AFNet showing strong results comparable to iTransformer and Pathformer on specific datasets.
- Ablation studies confirm the significant contribution of each module within the AFNet architecture.
Conclusions:
- AFNet offers an effective approach to multi-scale time series modeling, outperforming or matching strong baselines.
- The architecture's adaptive nature and cross-scale attention mechanism are key to its forecasting capabilities.
- Further research can explore the application of AFNet to diverse time series forecasting challenges.
Related Concept Videos
Linear Approximation in Frequency Domain
Linear systems are characterized by two main properties: superposition and homogeneity. Superposition allows the response to multiple inputs to be the sum of the responses to each individual input. Homogeneity ensures that scaling an input by a scalar results in the response being scaled by the same scalar.
In contrast, nonlinear systems do not inherently possess these properties. However, for small deviations around an operating point, a nonlinear system can often be approximated as linear.
In contrast, nonlinear systems do not inherently possess these properties. However, for small deviations around an operating point, a nonlinear system can often be approximated as linear.
Discrete Fourier Transform
The Discrete Fourier Transform (DFT) is a fundamental tool in signal processing, extending the discrete-time Fourier transform by evaluating discrete signals at uniformly spaced frequency intervals. This transformation converts a finite sequence of time-domain samples into frequency components, each representing complex sinusoids ordered by frequency. The DFT translates these sequences into the frequency domain, effectively indicating the magnitude and phase of each frequency component present...