Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Dominant Shuffle: A Simple Yet Powerful Data Augmentation for Time-series Prediction

About

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 is superior over sophisticated designed random perturbations. Shuffle rearranges the original components (magnitudes and phases) and limits the external noise. With these two modifications, we proposed dominant shuffle, a simple yet effective data augmentation for time series prediction. Our method is very simple yet powerful and can be implemented with just a few lines of code. Extensive experiments with eight datasets and six popular time series models demonstrate that our method consistently improves the baseline performance under various settings and significantly outperforms other DA methods. Code can be accessed at https://kaizhao.net/time-series.

Kai Zhao, Zuojie He, Alex Hung, Dan Zeng• 2024

Related benchmarks

TaskDatasetResultRank
Myoelectric Gesture RecognitionNinapro DB4
Accuracy67.21
65
Myoelectric Gesture RecognitionNinapro DB2
Accuracy75.82
60
Long-term forecasting9 datasets average
MSE0.469
60
Gesture RecognitionGrabMyo (cross-subject)
Accuracy47.68
45
Short-term Traffic ForecastingPeMS03 short-term traffic (test)
MSE0.115
12
Short-term Traffic ForecastingPeMS04 short-term traffic (test)
MSE0.134
12
Short-term Traffic ForecastingPeMS07 short-term traffic (test)
MSE0.109
12
Short-term Traffic ForecastingPeMS08 short-term traffic (test)
MSE0.156
12
Probabilistic ForecastingETTh1
Pinball Loss0.1753
7
Probabilistic ForecastingETTh2
Pinball Loss0.1723
7
Showing 10 of 12 rows

Other info

Follow for update