Back to Basics: A Sanity Check on Modern Time Series Classification Algorithms
Bhaskar Dhariyal, Thach Le Nguyen, Georgiana Ifrim

TL;DR
This paper emphasizes the importance of simple baseline models in time series classification, showing that classic tabular methods can outperform or match complex recent classifiers on certain datasets, highlighting their efficiency and interpretability.
Contribution
The study systematically compares tabular models with modern time series classifiers, revealing that simple methods can be competitive and should be considered as baselines.
Findings
Tabular models outperform ROCKET on 19% of univariate datasets.
Tabular models outperform ROCKET on 28% of multivariate datasets.
Tabular models achieve within 10% accuracy on about 50% of datasets.
Abstract
The state-of-the-art in time series classification has come a long way, from the 1NN-DTW algorithm to the ROCKET family of classifiers. However, in the current fast-paced development of new classifiers, taking a step back and performing simple baseline checks is essential. These checks are often overlooked, as researchers are focused on establishing new state-of-the-art results, developing scalable algorithms, and making models explainable. Nevertheless, there are many datasets that look like time series at first glance, but classic algorithms such as tabular methods with no time ordering may perform better on such problems. For example, for spectroscopy datasets, tabular methods tend to significantly outperform recent time series methods. In this study, we compare the performance of tabular models using classic machine learning approaches (e.g., Ridge, LDA, RandomForest) with the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTime Series Analysis and Forecasting · Advanced Chemical Sensor Technologies · Spectroscopy and Chemometric Analyses
MethodsLinear Discriminant Analysis · Random Convolutional Kernel Transform
