An Experimental Evaluation of Nearest Neighbour Time Series Classification
Anthony Bagnall, Jason Lines

TL;DR
This paper evaluates the effectiveness of nearest neighbor classifiers with Euclidean and DTW distances for time series classification, questioning standard practices and exploring the impact of parameter tuning on performance.
Contribution
It provides an empirical comparison of 1-NN classifiers with Euclidean and DTW distances, analyzing the effects of parameter tuning and windowing on classification accuracy.
Findings
1-NN with Euclidean distance can be outperformed by other methods.
1-NN with DTW performs well when window size is optimized via cross validation.
Parameter tuning significantly influences the effectiveness of DTW-based classifiers.
Abstract
Data mining research into time series classification (TSC) has focussed on alternative distance measures for nearest neighbour classifiers. It is standard practice to use 1-NN with Euclidean or dynamic time warping (DTW) distance as a straw man for comparison. As part of a wider investigation into elastic distance measures for TSC~\cite{lines14elastic}, we perform a series of experiments to test whether this standard practice is valid. Specifically, we compare 1-NN classifiers with Euclidean and DTW distance to standard classifiers, examine whether the performance of 1-NN Euclidean approaches that of 1-NN DTW as the number of cases increases, assess whether there is any benefit of setting for -NN through cross validation whether it is worth setting the warping path for DTW through cross validation and finally is it better to use a window or weighting for DTW. Based on…
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 · Advanced Text Analysis Techniques · Complex Systems and Time Series Analysis
MethodsDynamic Time Warping
