FECAM: Frequency Enhanced Channel Attention Mechanism for Time Series Forecasting
Maowei Jiang, Pengyu Zeng, Kai Wang, Huan Liu, Wenbo Chen, Haoran Liu

TL;DR
FECAM introduces a frequency enhanced channel attention mechanism using Discrete Cosine Transform to improve time series forecasting accuracy across various models by effectively capturing frequency information and avoiding Fourier Transform issues.
Contribution
The paper proposes a novel frequency enhanced channel attention module based on DCT, which can be integrated into existing models to improve forecasting performance.
Findings
Achieves state-of-the-art results on six real-world datasets.
Reduces MSE by up to 36% on LSTM and improves other models.
Can be applied flexibly with minimal computational overhead.
Abstract
Time series forecasting is a long-standing challenge due to the real-world information is in various scenario (e.g., energy, weather, traffic, economics, earthquake warning). However some mainstream forecasting model forecasting result is derailed dramatically from ground truth. We believe it's the reason that model's lacking ability of capturing frequency information which richly contains in real world datasets. At present, the mainstream frequency information extraction methods are Fourier transform(FT) based. However, use of FT is problematic due to Gibbs phenomenon. If the values on both sides of sequences differ significantly, oscillatory approximations are observed around both sides and high frequency noise will be introduced. Therefore We propose a novel frequency enhanced channel attention that adaptively modelling frequency interdependencies between channels based on Discrete…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTime Series Analysis and Forecasting · Neural Networks and Reservoir Computing · Neural Networks and Applications
MethodsMulti-Head Attention · Attention Is All You Need · Tanh Activation · Absolute Position Encodings · Sigmoid Activation · Locality Sensitive Hashing Attention · Layer Normalization · Softmax · Dropout · Byte Pair Encoding
