paper-with-me

Papers

FrAug: Frequency Domain Augmentation for Time Series Forecasting

2023-02-18 · Muxi Chen, Zhijian Xu, Ailing Zeng, Qiang Xu

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, named FrAug. We conduct extensive experiments on eight widely-used benchmarks with several state-of-the-art TSF deep models. Our results show that FrAug can boost the forecasting accuracy of TSF models in most cases. Moreover, we show that FrAug enables models trained with 1\% of the original training data to achieve similar performance to the ones trained on full training data, which is particularly attractive for cold-start forecasting. Finally, we show that applying test-time training with FrAug greatly improves forecasting accuracy for time series with significant distribution shifts, which often occurs in real-life TSF applications. Our code is available at https://anonymous.4open.science/r/Fraug-more-results-1785.

📄 PDF Abstract BibTeX arXiv:2302.09292

Code (1)

jafarbakhshaliyev/wave-augs pytorch

Tasks

Anomaly DetectionData AugmentationTime SeriesTime Series AnalysisTime Series ClassificationTime Series Forecasting

Similar 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…

Data AugmentationTime SeriesTime Series Prediction

Towards Diverse and Coherent Augmentation for Time-Series Forecasting

2023-03-24 · Xiyuan Zhang, Ranak Roy Chowdhury, Jingbo Shang, Rajesh Gupta 외

Time-series data augmentation mitigates the issue of insufficient training data for deep learning models. Yet, existing augmentation methods are mainly designed for classification, where class labels can be preserved eve…

Data AugmentationDiversityTime SeriesTime Series Forecasting

TFAD: A Decomposition Time Series Anomaly Detection Architecture with Time-Frequency Analysis

2022-10-18 · Chaoli Zhang, Tian Zhou, Qingsong Wen, Liang Sun

Time series anomaly detection is a challenging problem due to the complex temporal dependencies and the limited label data. Although some algorithms including both traditional and deep models have been proposed, most of …

Anomaly DetectionData AugmentationTime SeriesTime Series Analysis+1

Rapid Augmentations for Time Series (RATS): A High-Performance Library for Time Series Augmentation

2026-01-06 · Wadie Skaf, Felix Kern, Aryamaan Basu Roy, Tejas Pradhan 외 arxiv

Time series augmentation is critical for training robust deep learning models, particularly in domains where labelled data is scarce and expensive to obtain. However, existing augmentation libraries for time series, main…

SimPSI: A Simple Strategy to Preserve Spectral Information in Time Series Data Augmentation

2023-12-10 · Hyun Ryu, Sunjae Yoon, Hee Suk Yoon, Eunseop Yoon 외

Data augmentation is a crucial component in training neural networks to overcome the limitation imposed by data size, and several techniques have been studied for time series. Although these techniques are effective in c…

Data AugmentationTime Series