paper-with-me

Papers

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

2024-05-26 · Kai Zhao, Zuojie He, Alex Hung, Dan Zeng

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.

📄 PDF Abstract BibTeX arXiv:2405.16456

Code (0)

등록된 구현이 없습니다.

Tasks

Data AugmentationTime SeriesTime Series Prediction

Similar Papers 제목 키워드 기반

Improving Generalization in Meta-learning via Task Augmentation

2020-07-26 · Huaxiu Yao, Long-Kai Huang, Linjun Zhang, Ying WEI 외

Meta-learning has proven to be a powerful paradigm for transferring the knowledge from previous tasks to facilitate the learning of a novel task. Current dominant algorithms train a well-generalized model initialization …

Meta-Learning

ShuffleMix: Improving Representations via Channel-Wise Shuffle of Interpolated Hidden States

2023-05-30 · KangJun Liu, Ke Chen, Lihua Guo, YaoWei Wang 외

Mixup style data augmentation algorithms have been widely adopted in various tasks as implicit network regularization on representation learning to improve model generalization, which can be achieved by a linear interpol…

BenchmarkingData AugmentationRepresentation Learning

HSDA: High-frequency Shuffle Data Augmentation for Bird's-Eye-View Map Segmentation

2024-12-09 · Calvin Glisson, Qiuxiao Chen

Autonomous driving has garnered significant attention in recent research, and Bird's-Eye-View (BEV) map segmentation plays a vital role in the field, providing the basis for safe and reliable operation. While data augmen…

Autonomous DrivingData AugmentationSegmentation

Temporal Patch Shuffle (TPS): Leveraging Patch-Level Shuffling to Boost Generalization and Robustness in Time Series Forecasting

2026-04-10 · Jafar Bakhshaliyev, Johannes Burchert, Niels Landwehr, Lars Schmidt-Thieme arxiv

Data augmentation is a crucial technique for improving model generalization and robustness, particularly in deep learning models where training data is limited. Although many augmentation methods have been developed for …

Time Series ClassificationTime Series ForecastingData Augmentation

Hierarchical Supervision and Shuffle Data Augmentation for 3D Semi-Supervised Object Detection

2023-04-04 · CVPR 2023 1 · Chuandong Liu, Chenqiang Gao, Fangcen Liu, Pengcheng Li 외

State-of-the-art 3D object detectors are usually trained on large-scale datasets with high-quality 3D annotations. However, such 3D annotations are often expensive and time-consuming, which may not be practical for real …

Data Augmentationobject-detectionObject DetectionSemi-Supervised Object Detection