ECRTime: Ensemble Integration of Classification and Retrieval for Time Series Classification
Fan Zhao, You Chen
TL;DR
This paper tackles time series classification by addressing limitations of the common FC+SoftMax paradigm, notably inter-class similarity and intra-class inconsistency seen in UCR datasets. It introduces ECR, a dual-branch framework that jointly learns classification and retrieval representations, and then extends this to ECRTime, an ensemble of three ECRs that achieves state-of-the-art performance among deep-learning TSC methods while reducing training time relative to InceptionTime. By replacing SoftMax with a 1-NN-style retrieval objective and aligning the training loss with retrieval-based objectives, the authors demonstrate improved accuracy across 112 UCR datasets, with ECRTime further boosting results through model ensembling. The approach balances accuracy and efficiency, offering practical benefits for large-scale TSC tasks and suggesting future work on retrieval-enabled TSC and multi-dimensional time series.
Abstract
Deep learning-based methods for Time Series Classification (TSC) typically utilize deep networks to extract features, which are then processed through a combination of a Fully Connected (FC) layer and a SoftMax function. However, we have observed the phenomenon of inter-class similarity and intra-class inconsistency in the datasets from the UCR archive and further analyzed how this phenomenon adversely affects the "FC+SoftMax" paradigm. To address the issue, we introduce ECR, which, for the first time to our knowledge, applies deep learning-based retrieval algorithm to the TSC problem and integrates classification and retrieval models. Experimental results on 112 UCR datasets demonstrate that ECR is state-of-the-art(sota) compared to existing deep learning-based methods. Furthermore, we have developed a more precise classifier, ECRTime, which is an ensemble of ECR. ECRTime surpasses the currently most accurate deep learning classifier, InceptionTime, in terms of accuracy, achieving this with reduced training time and comparable scalability.
