The FreshPRINCE: A Simple Transformation Based Pipeline Time Series Classifier
Matthew Middlehurst, Anthony Bagnall

TL;DR
The paper introduces FreshPRINCE, a simple yet effective time series classification pipeline using feature extraction and rotation forest, providing a strong benchmark that outperforms traditional methods like DTW.
Contribution
It demonstrates that a straightforward feature extraction pipeline with rotation forest can achieve competitive accuracy, challenging the necessity of complex algorithms in TSC.
Findings
FreshPRINCE outperforms DTW-based nearest neighbor classifiers.
Simple feature extraction pipelines can serve as strong benchmarks.
The approach is not state-of-the-art but offers a practical, effective alternative.
Abstract
There have recently been significant advances in the accuracy of algorithms proposed for time series classification (TSC). However, a commonly asked question by real world practitioners and data scientists less familiar with the research topic, is whether the complexity of the algorithms considered state of the art is really necessary. Many times the first approach suggested is a simple pipeline of summary statistics or other time series feature extraction approaches such as TSFresh, which in itself is a sensible question; in publications on TSC algorithms generalised for multiple problem types, we rarely see these approaches considered or compared against. We experiment with basic feature extractors using vector based classifiers shown to be effective with continuous attributes in current state-of-the-art time series classifiers. We test these approaches on the UCR time series dataset…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTime Series Analysis and Forecasting · Anomaly Detection Techniques and Applications · Complex Systems and Time Series Analysis
