paper-with-me

Papers

Fast, Accurate and Interpretable Time Series Classification Through Randomization

2021-05-31 · Nestor Cabello, Elham Naghizade, Jianzhong Qi, Lars Kulik

Time series classification (TSC) aims to predict the class label of a given time series, which is critical to a rich set of application areas such as economics and medicine. State-of-the-art TSC methods have mostly focused on classification accuracy and efficiency, without considering the interpretability of their classifications, which is an important property required by modern applications such as appliance modeling and legislation such as the European General Data Protection Regulation. To address this gap, we propose a novel TSC method - the Randomized-Supervised Time Series Forest (r-STSF). r-STSF is highly efficient, achieves state-of-the-art classification accuracy and enables interpretability. r-STSF takes an efficient interval-based approach to classify time series according to aggregate values of discriminatory sub-series (intervals). To achieve state-of-the-art accuracy, r-STSF builds an ensemble of randomized trees using the discriminatory sub-series. It uses four time series representations, nine aggregation functions and a supervised binary-inspired search combined with a feature ranking metric to identify highly discriminatory sub-series. The discriminatory sub-series enable interpretable classifications. Experiments on extensive datasets show that r-STSF achieves state-of-the-art accuracy while being orders of magnitude faster than most existing TSC methods. It is the only classifier from the state-of-the-art group that enables interpretability. Our findings also highlight that r-STSF is the best TSC method when classifying complex time series datasets.

📄 PDF Abstract BibTeX arXiv:2105.14876

Code (1)

stevcabello/r-STSF 공식 구현

Tasks

ClassificationTime SeriesTime Series AnalysisTime Series Classification

Similar Papers 제목 키워드 기반

HYDRA: Competing convolutional kernels for fast and accurate time series classification

2022-03-25 · Angus Dempster, Daniel F. Schmidt, Geoffrey I. Webb

We demonstrate a simple connection between dictionary methods for time series classification, which involve extracting and counting symbolic patterns in time series, and methods based on transforming input time series us…

Time SeriesTime Series AnalysisTime Series Anomaly DetectionTime Series Classification

Mimic: An adaptive algorithm for multivariate time series classification

2021-11-08 · Yuhui Wang, Diane J. Cook

Time series data are valuable but are often inscrutable. Gaining trust in time series classifiers for finance, healthcare, and other critical applications may rely on creating interpretable models. Researchers have previ…

ClassificationTime SeriesTime Series AnalysisTime Series Classification

Interpretable Time-series Classification on Few-shot Samples

2020-06-03 · Wensi Tang, Lu Liu, Guodong Long

Recent few-shot learning works focus on training a model with prior meta-knowledge to fast adapt to new tasks with unseen classes and samples. However, conventional time-series classification algorithms fail to tackle th…

ClassificationFew-Shot LearningGeneral ClassificationTime Series+2

QUANT: A Minimalist Interval Method for Time Series Classification

2023-08-02 · Angus Dempster, Daniel F. Schmidt, Geoffrey I. Webb

We show that it is possible to achieve the same accuracy, on average, as the most accurate existing interval methods for time series classification on a standard set of benchmark datasets using a single type of feature (…

ClassificationCPUTime SeriesTime Series Classification

Exploring Kolmogorov-Arnold Networks for Interpretable Time Series Classification

2024-11-22 · Irina Barašin, Blaž Bertalanič, Miha Mohorčič, Carolina Fortuna

Time series classification is a relevant step supporting decision-making processes in various domains, and deep neural models have shown promising performance. Despite significant advancements in deep learning, the theor…

ClassificationComputational EfficiencyDecision MakingKolmogorov-Arnold Networks+2