Efficient Automated Deep Learning for Time Series Forecasting
Abstract
Recent years have witnessed tremendously improved efficiency of Automated Machine Learning (AutoML), especially Automated Deep Learning (AutoDL) systems, but recent work focuses on tabular, image, or NLP tasks. So far, little attention has been paid to general AutoDL frameworks for time series forecasting, despite the enormous success in applying different novel architectures to such tasks. In this paper, we propose an efficient approach for the joint optimization of neural architecture and hyperparameters of the entire data processing pipeline for time series forecasting. In contrast to common NAS search spaces, we designed a novel neural architecture search space covering various state-of-the-art architectures, allowing for an efficient macro-search over different DL approaches. To efficiently search in such a large configuration space, we use Bayesian optimization with multi-fidelity optimization. We empirically study several different budget types enabling efficient multi-fidelity optimization on different forecasting datasets. Furthermore, we compared our resulting system, dubbed Auto-PyTorch-TS , against several established baselines and show that it significantly outperforms all of them across several datasets.
Cite
Text
Deng et al. "Efficient Automated Deep Learning for Time Series Forecasting." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2022. doi:10.1007/978-3-031-26409-2_40Markdown
[Deng et al. "Efficient Automated Deep Learning for Time Series Forecasting." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2022.](https://mlanthology.org/ecmlpkdd/2022/deng2022ecmlpkdd-efficient/) doi:10.1007/978-3-031-26409-2_40BibTeX
@inproceedings{deng2022ecmlpkdd-efficient,
title = {{Efficient Automated Deep Learning for Time Series Forecasting}},
author = {Deng, Difan and Karl, Florian and Hutter, Frank and Bischl, Bernd and Lindauer, Marius},
booktitle = {European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases},
year = {2022},
pages = {664-680},
doi = {10.1007/978-3-031-26409-2_40},
url = {https://mlanthology.org/ecmlpkdd/2022/deng2022ecmlpkdd-efficient/}
}