RED CoMETS: An ensemble classifier for symbolically represented multivariate time series

Luca A. Bennett,Zahraa S. Abdallah
DOI: https://doi.org/10.1007/978-3-031-49896-1_6
2023-09-17
Abstract:Multivariate time series classification is a rapidly growing research field with practical applications in finance, healthcare, engineering, and more. The complexity of classifying multivariate time series data arises from its high dimensionality, temporal dependencies, and varying lengths. This paper introduces a novel ensemble classifier called RED CoMETS (Random Enhanced Co-eye for Multivariate Time Series), which addresses these challenges. RED CoMETS builds upon the success of Co-eye, an ensemble classifier specifically designed for symbolically represented univariate time series, and extends its capabilities to handle multivariate data. The performance of RED CoMETS is evaluated on benchmark datasets from the UCR archive, where it demonstrates competitive accuracy when compared to state-of-the-art techniques in multivariate settings. Notably, it achieves the highest reported accuracy in the literature for the 'HandMovementDirection' dataset. Moreover, the proposed method significantly reduces computation time compared to Co-eye, making it an efficient and effective choice for multivariate time series classification.
Machine Learning
What problem does this paper attempt to address?
### Problems the Paper Aims to Solve This paper aims to address the issue of multivariate time series classification. Specifically: 1. **Background and Challenges**: - Multivariate time series classification is a rapidly growing research field with practical applications in finance, healthcare, engineering, and other domains. - The complexity of multivariate time series data arises from its high dimensionality, temporal dependencies, and varying lengths. 2. **Research Contributions**: - A new ensemble classifier, RED CoMETS (Random Enhanced Co-eye for Multivariate Time Series), is proposed. This method is based on the previously successful Co-eye method for univariate time series classification and extends its capability to handle multivariate data. - RED CoMETS was evaluated on the UCR dataset, showing comparable accuracy to existing state-of-the-art methods and achieving the highest reported accuracy on some datasets. - Compared to Co-eye, RED CoMETS significantly reduces computation time, making it an efficient and effective choice for multivariate time series classification. 3. **Main Improvements**: - Improved the univariate processing method of Co-eye, significantly reducing computation time without sacrificing accuracy. - Used this enhanced univariate method as the foundation for a novel multivariate classifier, exploring two different techniques. - Proposed three new voting mechanisms to replace the original dynamic voting method of Co-eye. Through these improvements, RED CoMETS performed excellently in experiments, particularly in multivariate time series classification tasks.