LGFeb 17, 2022

Multi-Objective Model Selection for Time Series Forecasting

arXiv:2202.08485v110 citationsHas Code
Originality Incremental advance
AI Analysis

This addresses the need for efficient model selection in time series forecasting for real-world applications where multiple objectives like speed and accuracy must be balanced, though it is incremental as it builds on existing methods.

The paper tackles the problem of selecting forecasting models when accuracy is just one of many criteria, such as latency, by introducing a benchmark of 13 methods on 44 datasets and a method called PARETOSELECT that learns good defaults to select models from the Pareto front without extensive training.

Research on time series forecasting has predominantly focused on developing methods that improve accuracy. However, other criteria such as training time or latency are critical in many real-world applications. We therefore address the question of how to choose an appropriate forecasting model for a given dataset among the plethora of available forecasting methods when accuracy is only one of many criteria. For this, our contributions are two-fold. First, we present a comprehensive benchmark, evaluating 7 classical and 6 deep learning forecasting methods on 44 heterogeneous, publicly available datasets. The benchmark code is open-sourced along with evaluations and forecasts for all methods. These evaluations enable us to answer open questions such as the amount of data required for deep learning models to outperform classical ones. Second, we leverage the benchmark evaluations to learn good defaults that consider multiple objectives such as accuracy and latency. By learning a mapping from forecasting models to performance metrics, we show that our method PARETOSELECT is able to accurately select models from the Pareto front -- alleviating the need to train or evaluate many forecasting models for model selection. To the best of our knowledge, PARETOSELECT constitutes the first method to learn default models in a multi-objective setting.

Foundations

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

Your Notes