LGMLJun 23, 2020

Time Series Extrinsic Regression

arXiv:2006.12672v317 citations
Originality Synthesis-oriented
AI Analysis

This work addresses a regression task for time series analysis, but it is incremental as it adapts existing methods to a new benchmark.

The paper tackles the problem of Time Series Extrinsic Regression (TSER), which involves learning relationships between time series and continuous scalar variables, and benchmarks adaptations of time series classification algorithms on a new archive of 19 datasets, finding that Rocket adapted for regression achieves the highest overall accuracy.

This paper studies Time Series Extrinsic Regression (TSER): a regression task of which the aim is to learn the relationship between a time series and a continuous scalar variable; a task closely related to time series classification (TSC), which aims to learn the relationship between a time series and a categorical class label. This task generalizes time series forecasting (TSF), relaxing the requirement that the value predicted be a future value of the input series or primarily depend on more recent values. In this paper, we motivate and study this task, and benchmark existing solutions and adaptations of TSC algorithms on a novel archive of 19 TSER datasets which we have assembled. Our results show that the state-of-the-art TSC algorithm Rocket, when adapted for regression, achieves the highest overall accuracy compared to adaptations of other TSC algorithms and state-of-the-art machine learning (ML) algorithms such as XGBoost, Random Forest and Support Vector Regression. More importantly, we show that much research is needed in this field to improve the accuracy of ML models. We also find evidence that further research has excellent prospects of improving upon these straightforward 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