paper-with-me

홈 › Papers

Online Data Augmentation for Forecasting with Deep Learning

2024-04-25 · Vitor Cerqueira, Moisés Santos, Luis Roque, Yassine Baghoussi, Carlos Soares

Deep learning approaches are increasingly used to tackle forecasting tasks involving datasets with multiple univariate time series. A key factor in the successful application of these methods is a large enough training sample size, which is not always available. Synthetic data generation techniques can be applied in these scenarios to augment the dataset. Data augmentation is typically applied offline before training a model. However, when training with mini-batches, some batches may contain a disproportionate number of synthetic samples that do not align well with the original data characteristics. This work introduces an online data augmentation framework that generates synthetic samples during the training of neural networks. By creating synthetic samples for each batch alongside their original counterparts, we maintain a balanced representation between real and synthetic data throughout the training process. This approach fits naturally with the iterative nature of neural network training and eliminates the need to store large augmented datasets. We validated the proposed framework using 3797 time series from 6 benchmark datasets, three neural architectures, and seven synthetic data generation techniques. The experiments suggest that online data augmentation leads to better forecasting performance compared to offline data augmentation or no augmentation approaches. The framework and experiments are publicly available.

📄 PDF Abstract BibTeX arXiv:2404.16918

Code (1)

vcerqueira/experiments-online_augmentation 공식 구현 pytorch

Tasks

Data AugmentationDeep LearningSynthetic Data GenerationTime Series

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

A data augmentation strategy for deep neural networks with application to epidemic modelling

2025-02-28 · Muhammad Awais, Abu Safyan Ali, Giacomo Dimarco, Federica Ferrarese 외

In this work, we integrate the predictive capabilities of compartmental disease dynamics models with machine learning ability to analyze complex, high-dimensional data and uncover patterns that conventional models may ov…

Data Augmentation

Addressing Concept Shift in Online Time Series Forecasting: Detect-then-Adapt

2024-03-22 · Yifan Zhang, Weiqi Chen, Zhaoyang Zhu, Dalin Qin 외

Online updating of time series forecasting models aims to tackle the challenge of concept drifting by adjusting forecasting models based on streaming data. While numerous algorithms have been developed, most of them focu…

Data AugmentationTime SeriesTime Series Forecasting

IBMA: An Imputation-Based Mixup Augmentation Using Self-Supervised Learning for Time Series Data

2025-11-11 · Dang Nha Nguyen, Hai Dang Nguyen, Khoa Tho Anh Nguyen arxiv

Data augmentation in time series forecasting plays a crucial role in enhancing model performance by introducing variability while maintaining the underlying temporal patterns. However, time series data offers fewer augme…

Self-Supervised LearningTime Series ForecastingData Augmentation

Wave-Mask/Mix: Exploring Wavelet-Based Augmentations for Time Series Forecasting

2024-08-20 · Dona Arabi, Jafar Bakhshaliyev, Ayse Coskuner, Kiran Madhusudhanan 외

Data augmentation is important for improving machine learning model performance when faced with limited real-world data. In time series forecasting (TSF), where accurate predictions are crucial in fields like finance, he…

Data AugmentationTime SeriesTime Series Forecasting

Automated Data Augmentation for Few-Shot Time Series Forecasting: A Reinforcement Learning Approach Guided by a Model Zoo

2024-09-10 · Haochen Yuan, Yutong Wang, Yihong Chen, Yunbo Wang 외

Time series forecasting, particularly in few-shot learning scenarios, is challenging due to the limited availability of high-quality training data. To address this, we present a pilot study on using reinforcement learnin…

Data AugmentationDiversityFew-Shot LearningReinforcement Learning (RL)+2