Dominant Shuffle: A Simple Yet Powerful Data Augmentation for Time-series Prediction
Kai Zhao, Zuojie He, Alex Hung, Dan Zeng

TL;DR
The paper introduces Dominant Shuffle, a simple and effective frequency-domain data augmentation technique for time-series prediction that focuses on shuffling dominant frequencies to improve model performance.
Contribution
It proposes a novel data augmentation method that limits perturbations to dominant frequencies and shuffles them, outperforming existing frequency-domain augmentations.
Findings
Consistently improves baseline performance across datasets and models.
Significantly outperforms other data augmentation methods.
Simple implementation with few lines of code.
Abstract
Recent studies have suggested frequency-domain Data augmentation (DA) is effec tive for time series prediction. Existing frequency-domain augmentations disturb the original data with various full-spectrum noises, leading to excess domain gap between augmented and original data. Although impressive performance has been achieved in certain cases, frequency-domain DA has yet to be generalized to time series prediction datasets. In this paper, we found that frequency-domain augmentations can be significantly improved by two modifications that limit the perturbations. First, we found that limiting the perturbation to only dominant frequencies significantly outperforms full-spectrum perturbations. Dominant fre quencies represent the main periodicity and trends of the signal and are more important than other frequencies. Second, we found that simply shuffling the dominant frequency components…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTime Series Analysis and Forecasting · Neural Networks and Applications
