MLLGSep 30, 2020

Few-shot Learning for Time-series Forecasting

arXiv:2009.14379v129 citations
Originality Synthesis-oriented
AI Analysis

This addresses the challenge of performance degradation in time-series forecasting for applications where data is scarce, though it appears incremental as it adapts existing few-shot and attention mechanisms to this domain.

The paper tackles the problem of time-series forecasting when target tasks have insufficient data by proposing a few-shot learning method that uses data from multiple training tasks to build a forecasting function, achieving effectiveness demonstrated on 90 datasets.

Time-series forecasting is important for many applications. Forecasting models are usually trained using time-series data in a specific target task. However, sufficient data in the target task might be unavailable, which leads to performance degradation. In this paper, we propose a few-shot learning method that forecasts a future value of a time-series in a target task given a few time-series in the target task. Our model is trained using time-series data in multiple training tasks that are different from target tasks. Our model uses a few time-series to build a forecasting function based on a recurrent neural network with an attention mechanism. With the attention mechanism, we can retrieve useful patterns in a small number of time-series for the current situation. Our model is trained by minimizing an expected test error of forecasting next timestep values. We demonstrate the effectiveness of the proposed method using 90 time-series datasets.

Foundations

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

Your Notes