paper-with-me

Papers

Time Series Extrinsic Regression

2020-06-23 · Chang Wei Tan, Christoph Bergmeir, Francois Petitjean, Geoffrey I. Webb

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.

📄 PDF Abstract BibTeX arXiv:2006.12672

Code (1)

ChangWeiTan/TSRegression 공식 구현

Tasks

regressionTime SeriesTime Series AnalysisTime Series ClassificationTime Series ForecastingTime Series Regression

Similar Papers 제목 키워드 기반

Deep Learning for Time Series Classification and Extrinsic Regression: A Current Survey

2023-02-06 · Navid Mohammadi Foumani, Lynn Miller, Chang Wei Tan, Geoffrey I. Webb 외

Time Series Classification and Extrinsic Regression are important and challenging machine learning tasks. Deep learning has revolutionized natural language processing and computer vision and holds great promise in other …

Activity RecognitionClassificationDeep LearningEarth Observation+5

A Bag of Receptive Fields for Time Series Extrinsic Predictions

2023-11-29 · Francesco Spinnato, Riccardo Guidotti, Anna Monreale, Mirco Nanni

High-dimensional time series data poses challenges due to its dynamic nature, varying lengths, and presence of missing values. This kind of data requires extensive preprocessing, limiting the applicability of existing Ti…

Missing ValuesregressionTime SeriesTime Series Classification

Monash University, UEA, UCR Time Series Extrinsic Regression Archive

2020-06-19 · Chang Wei Tan, Christoph Bergmeir, Francois Petitjean, Geoffrey I. Webb

Time series research has gathered lots of interests in the last decade, especially for Time Series Classification (TSC) and Time Series Forecasting (TSF). Research in TSC has greatly benefited from the University of Cali…

BenchmarkingMissing ValuesregressionTime Series+4

Unsupervised Feature Based Algorithms for Time Series Extrinsic Regression

2023-05-02 · David Guijo-Rubio, Matthew Middlehurst, Guilherme Arcencio, Diego Furtado Silva 외

Time Series Extrinsic Regression (TSER) involves using a set of training time series to form a predictive model of a continuous response variable that is not directly related to the regressor series. The TSER archive for…

regressionTime SeriesTime Series Classification

Interpretable Feature Construction for Time Series Extrinsic Regression

2021-03-15 · Dominique Gay, Alexis Bondu, Vincent Lemaire, Marc Boullé

Supervised learning of time series data has been extensively studied for the case of a categorical target variable. In some application domains, e.g., energy, environment and health monitoring, it occurs that the target …

BenchmarkingregressionTime SeriesTime Series Analysis