LGAIMar 24, 2023

Towards Diverse and Coherent Augmentation for Time-Series Forecasting

arXiv:2303.14254v19 citationsh-index: 17
Originality Incremental advance
AI Analysis

This addresses the need for better data augmentation in time-series forecasting, which is crucial for improving model performance in domains like finance or weather prediction, though it is an incremental improvement over existing methods.

The paper tackled the problem of insufficient training data for time-series forecasting by proposing a combined spectral and time augmentation method (STAug) that generates diverse yet coherent samples, and demonstrated its effectiveness by outperforming base models and state-of-the-art methods on five real-world datasets.

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 even if augmentation alters the temporal dynamics. We note that augmentation designed for forecasting requires diversity as well as coherence with the original temporal dynamics. As time-series data generated by real-life physical processes exhibit characteristics in both the time and frequency domains, we propose to combine Spectral and Time Augmentation (STAug) for generating more diverse and coherent samples. Specifically, in the frequency domain, we use the Empirical Mode Decomposition to decompose a time series and reassemble the subcomponents with random weights. This way, we generate diverse samples while being coherent with the original temporal relationships as they contain the same set of base components. In the time domain, we adapt a mix-up strategy that generates diverse as well as linearly in-between coherent samples. Experiments on five real-world time-series datasets demonstrate that STAug outperforms the base models without data augmentation as well as state-of-the-art augmentation methods.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes