LGJul 19, 2023

Forecasting Early with Meta Learning

arXiv:2307.09796v11 citationsh-index: 51
Originality Incremental advance
AI Analysis

This addresses forecasting challenges in domains with scarce early data, though it is incremental as it builds on existing meta-learning and adversarial techniques.

The paper tackles the problem of forecasting with limited early observations in time series by developing a meta-learning method (FEML) that uses adversarial learning to augment data from additional datasets, showing improved performance over single-task learning and other baselines.

In the early observation period of a time series, there might be only a few historic observations available to learn a model. However, in cases where an existing prior set of datasets is available, Meta learning methods can be applicable. In this paper, we devise a Meta learning method that exploits samples from additional datasets and learns to augment time series through adversarial learning as an auxiliary task for the target dataset. Our model (FEML), is equipped with a shared Convolutional backbone that learns features for varying length inputs from different datasets and has dataset specific heads to forecast for different output lengths. We show that FEML can meta learn across datasets and by additionally learning on adversarial generated samples as auxiliary samples for the target dataset, it can improve the forecasting performance compared to single task learning, and various solutions adapted from Joint learning, Multi-task learning and classic forecasting baselines.

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