paper-with-me

홈 › Papers

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, Xiaokang Yang

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 learning (RL) for time series data augmentation. Our method, ReAugment, tackles three critical questions: which parts of the training set should be augmented, how the augmentation should be performed, and what advantages RL brings to the process. Specifically, our approach maintains a forecasting model zoo, and by measuring prediction diversity across the models, we identify samples with higher probabilities for overfitting and use them as the anchor points for augmentation. Leveraging RL, our method adaptively transforms the overfit-prone samples into new data that not only enhances training set diversity but also directs the augmented data to target regions where the forecasting models are prone to overfitting. We validate the effectiveness of ReAugment across a wide range of base models, showing its advantages in both standard time series forecasting and few-shot learning tasks.

📄 PDF Abstract BibTeX arXiv:2409.06282

Code (0)

등록된 구현이 없습니다.

Tasks

Data AugmentationDiversityFew-Shot LearningReinforcement Learning (RL)Time SeriesTime Series Forecasting

Methods 이 논문이 사용한 방법론

BASE 설명 없음
SET Dynamic Sparse Training method where weight mask is updated randomly periodically
REINFORCE REINFORCE is a Monte Carlo variant of a policy gradient algorithm in reinforcement learning. The agent collects samples of an episode using its current policy, and uses it to…

Similar Papers 제목 키워드 기반

Adaptive Weighting Scheme for Automatic Time-Series Data Augmentation

2021-02-16 · Elizabeth Fons, Paula Dawson, Xiao-jun Zeng, John Keane 외

Data augmentation methods have been shown to be a fundamental technique to improve generalization in tasks such as image, text and audio classification. Recently, automated augmentation methods have led to further improv…

Audio ClassificationData Augmentationimage-classificationImage Classification+4

Few-shot Learning using Data Augmentation and Time-Frequency Transformation for Time Series Classification

2023-11-06 · Hao Zhang, Zhendong Pang, Jiangpeng Wang, Teng Li

Deep neural networks (DNNs) that tackle the time series classification (TSC) task have provided a promising framework in signal processing. In real-world applications, as a data-driven model, DNNs are suffered from insuf…

Data AugmentationFew-Shot LearningTime SeriesTime Series Classification

MODALS: Modality-agnostic Automated Data Augmentation in the Latent Space

2021-01-01 · ICLR 2021 1 · Tsz-Him Cheung, Dit-yan Yeung

Data augmentation is an efficient way to expand a training dataset by creating additional artificial data. While data augmentation is found to be effective in improving the generalization capability of models for various…

Data AugmentationTime SeriesTime Series Analysis

Reverso: Efficient Time Series Foundation Models for Zero-shot Forecasting

2026-02-19 · Xinghong Fu, Yanhong Li, Georgios Papaioannou, Yoon Kim arxiv

Learning time series foundation models has been shown to be a promising approach for zero-shot time series forecasting across diverse time series domains. Insofar as scaling has been a critical driver of performance of f…

Time Series ForecastingData Augmentation

TS-RAG: Retrieval-Augmented Generation based Time Series Foundation Models are Stronger Zero-Shot Forecaster

2025-03-06 · Kanghui Ning, Zijie Pan, Yu Liu, Yushan Jiang 외

Recently, Large Language Models (LLMs) and Foundation Models (FMs) have become prevalent for time series forecasting tasks. However, fine-tuning large language models (LLMs) for forecasting enables the adaptation to spec…

Domain AdaptationMixture-of-ExpertsRAGRetrieval-augmented Generation+2