paper-with-me

Papers

Unsupervised Feature Based Algorithms for Time Series Extrinsic Regression

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

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 comparing algorithms was released in 2022 with 19 problems. We increase the size of this archive to 63 problems and reproduce the previous comparison of baseline algorithms. We then extend the comparison to include a wider range of standard regressors and the latest versions of TSER models used in the previous study. We show that none of the previously evaluated regressors can outperform a regression adaptation of a standard classifier, rotation forest. We introduce two new TSER algorithms developed from related work in time series classification. FreshPRINCE is a pipeline estimator consisting of a transform into a wide range of summary features followed by a rotation forest regressor. DrCIF is a tree ensemble that creates features from summary statistics over random intervals. Our study demonstrates that both algorithms, along with InceptionTime, exhibit significantly better performance compared to the other 18 regressors tested. More importantly, these two proposals (DrCIF and FreshPRINCE) models are the only ones that significantly outperform the standard rotation forest regressor.

📄 PDF Abstract BibTeX arXiv:2305.01429

Code (1)

msd-irimas/multi_comparison_matrix 공식 구현

Tasks

regressionTime SeriesTime Series Classification

Methods 이 논문이 사용한 방법론

None 설명 없음
InceptionTime 설명 없음

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

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 cl…

regressionTime SeriesTime Series AnalysisTime Series Classification+2

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

Supervised Feature Subset Selection and Feature Ranking for Multivariate Time Series without Feature Extraction

2020-05-01 · Shuchu Han, Alexandru Niculescu-Mizil

We introduce supervised feature ranking and feature subset selection algorithms for multivariate time series (MTS) classification. Unlike most existing supervised/unsupervised feature selection algorithms for MTS our tec…

feature selectionTime SeriesTime Series Analysis