paper-with-me

홈 › Papers

Fredformer: Frequency Debiased Transformer for Time Series Forecasting

2024-06-13 · Xihao Piao, Zheng Chen, Taichi Murayama, Yasuko Matsubara, Yasushi Sakurai

The Transformer model has shown leading performance in time series forecasting. Nevertheless, in some complex scenarios, it tends to learn low-frequency features in the data and overlook high-frequency features, showing a frequency bias. This bias prevents the model from accurately capturing important high-frequency data features. In this paper, we undertook empirical analyses to understand this bias and discovered that frequency bias results from the model disproportionately focusing on frequency features with higher energy. Based on our analysis, we formulate this bias and propose Fredformer, a Transformer-based framework designed to mitigate frequency bias by learning features equally across different frequency bands. This approach prevents the model from overlooking lower amplitude features important for accurate forecasting. Extensive experiments show the effectiveness of our proposed approach, which can outperform other baselines in different real-world time-series datasets. Furthermore, we introduce a lightweight variant of the Fredformer with an attention matrix approximation, which achieves comparable performance but with much fewer parameters and lower computation costs. The code is available at: https://github.com/chenzRG/Fredformer

📄 PDF Abstract BibTeX arXiv:2406.09009

Code (1)

chenzrg/fredformer 공식 구현 pytorch

Tasks

Time SeriesTime Series Forecasting

Methods 이 논문이 사용한 방법론

Residual Connection 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Adam 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.

Similar Papers 제목 키워드 기반

Inference for High-Dimensional Sparse Spectral Precision Matrices

2026-06-06 · Navonil Deb, Younghoon Kim, Sumanta Basu arxiv

Gaussian graphical models in the spectral domain offer a principled approach for recovering conditional dependence structures in stationary high-dimensional time series. Inference on the spectral precision matrix at a fi…

FEDformer: Frequency Enhanced Decomposed Transformer for Long-term Series Forecasting

2022-01-30 · Tian Zhou, Ziqing Ma, Qingsong Wen, Xue Wang 외

Although Transformer-based methods have significantly improved state-of-the-art results for long-term series forecasting, they are not only computationally expensive but more importantly, are unable to capture the global…

Time SeriesTime Series Analysis

U-shaped Transformer: Retain High Frequency Context in Time Series Analysis

2023-07-18 · Qingkui Chen, Yiqin Zhang

Time series prediction plays a crucial role in various industrial fields. In recent years, neural networks with a transformer backbone have achieved remarkable success in many domains, including computer vision and NLP. …

Time SeriesTime Series AnalysisTime Series Prediction

From Pixels to Predictions: Spectrogram and Vision Transformer for Better Time Series Forecasting

2024-03-17 · Zhen Zeng, Rachneet Kaur, Suchetha Siddagangappa, Tucker Balch 외

Time series forecasting plays a crucial role in decision-making across various domains, but it presents significant challenges. Recent studies have explored image-driven approaches using computer vision models to address…

Decision MakingTime SeriesTime Series Forecasting

ReFocus: Reinforcing Mid-Frequency and Key-Frequency Modeling for Multivariate Time Series Forecasting

2025-02-24 · Guoqi Yu, Yaoming Li, Juncheng Wang, XIAOYU GUO 외

Recent advancements have progressively incorporated frequency-based techniques into deep learning models, leading to notable improvements in accuracy and efficiency for time series analysis tasks. However, the Mid-Freque…

Multivariate Time Series ForecastingTime SeriesTime Series AnalysisTime Series Forecasting