FrAug: Frequency Domain Augmentation for Time Series Forecasting
Muxi Chen, Zhijian Xu, Ailing Zeng, Qiang Xu

TL;DR
FrAug introduces frequency domain augmentation for time series forecasting, preserving temporal relationships and improving model accuracy, especially with limited data and distribution shifts.
Contribution
This paper proposes FrAug, a novel frequency domain augmentation method that maintains semantic consistency for time series forecasting, addressing limitations of existing time domain augmentations.
Findings
FrAug improves forecasting accuracy across multiple benchmarks.
Models trained with 1% data using FrAug match full-data performance.
Test-time FrAug enhances accuracy under distribution shifts.
Abstract
Data augmentation (DA) has become a de facto solution to expand training data size for deep learning. With the proliferation of deep models for time series analysis, various time series DA techniques are proposed in the literature, e.g., cropping-, warping-, flipping-, and mixup-based methods. However, these augmentation methods mainly apply to time series classification and anomaly detection tasks. In time series forecasting (TSF), we need to model the fine-grained temporal relationship within time series segments to generate accurate forecasting results given data in a look-back window. Existing DA solutions in the time domain would break such a relationship, leading to poor forecasting accuracy. To tackle this problem, this paper proposes simple yet effective frequency domain augmentation techniques that ensure the semantic consistency of augmented data-label pairs in forecasting,…
Peer Reviews
Decision·Submitted to ICLR 2024
- The paper is well written and understandable in most of the parts. - The method is methodologycal correct and makes sense. - The authors motivate the importance of the problem.
- My biggest concern is that the contribution of this work is very limited. Augmentations in the frequency domain for time series have been discussed before [1][2][3], but the authors did not mention any previous work on this. Thus claiming to be the "first" ones in this seems like an overstatement. In fact, the proposed data augmentations are very similar to previous work [3] such as the masking of frequencies. - The experiment setup is sound but also limited. The authors only run experiments i
1. this writing of this paper is easy to understand. 2. this paper considers the frequency domain augmentation, which is somehow novel to time series forecasting.
To me, my biggest concern is about the experimental results. 1. The experiments are conducted and compared with Informer, Autoformer, MICN, etc, but they don't compare performances with the more recent well-known methods, such as PatchTST [1]. 2. Why the authors compare with transformer-based models in short-term settings, because these models are focusing on long-term forecasting. 3. there is no specific analysis towards the augmenetations, such as case studies, parameter analysis or deep vi
+ The paper is well-written and well-organized. + The paper proposes frequency domain augmentation techniques, named FrAug, to preserve the semantic consistency of augmented data-label pairs in forecasting. + FrAug improves the forecasting accuracy of TSF models, even with a small training dataset. + FrAug can be applied during test-time training to mitigate distribution shift problems and improve forecasting accuracy. + The paper provides extensive experimental results on eight benchmark datase
- To the best of my knowledge, the method is not novel. The frequency-based data augmentation was introduced in existing work like [1], which is not included in literature reviews. - There should be some hyper-parameters in both FreqMix and FreqMask, e.g. the range of frequency to be masked, which are not elaborated. Also, a sensitiveness analysis should be conducted to investigate such hyper-parameters. [1] Supervised Contrastive Few-Shot Learning for High-Frequency Time Series, AAAI-2023
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTime Series Analysis and Forecasting · Anomaly Detection Techniques and Applications · Stock Market Forecasting Methods
