Time Series Classification

243 papers with code • 51 benchmarks • 17 datasets

Time Series Classification is a general task that can be useful across many subject-matter domains and applications. The overall goal is to identify a time series as coming from one of possibly many sources or predefined groups, using labeled training data. That is, in this setting we conduct supervised learning, where the different time series sources are considered known.

Source: Nonlinear Time Series Classification Using Bispectrum-based Deep Convolutional Neural Networks

Libraries

Use these libraries to find Time Series Classification models and implementations
5 papers
667
4 papers
1,540
3 papers
35
2 papers
4,699
See all 10 libraries.

Series2Vec: Similarity-based Self-supervised Representation Learning for Time Series Classification

navidfoumani/series2vec 7 Dec 2023

Our evaluation of Series2Vec on nine large real-world datasets, along with the UCR/UEA archive, shows enhanced performance compared to current state-of-the-art self-supervised techniques for time series.

14
07 Dec 2023

TimeDRL: Disentangled Representation Learning for Multivariate Time-Series

blacksnail789521/timedrl 7 Dec 2023

Multivariate time-series data in numerous real-world applications (e. g., healthcare and industry) are informative but challenging due to the lack of labels and high dimensionality.

6
07 Dec 2023

FRUITS: Feature Extraction Using Iterated Sums for Time Series Classification

irkri/fruits 24 Nov 2023

We introduce a pipeline for time series classification that extracts features based on the iterated-sums signature (ISS) and then applies a linear classifier.

7
24 Nov 2023

Finding Foundation Models for Time Series Classification with a PreText Task

msd-irimas/domainfoundationmodelstsc 24 Nov 2023

Over the past decade, Time Series Classification (TSC) has gained an increasing attention.

2
24 Nov 2023

Inherently Interpretable Time Series Classification via Multiple Instance Learning

jaearly/miltimeseriesclassification 16 Nov 2023

Conventional Time Series Classification (TSC) methods are often black boxes that obscure inherent interpretation of their decision-making processes.

20
16 Nov 2023

XTSC-Bench: Quantitative Benchmarking for Explainers on Time Series Classification

jhoelli/xtsc-bench 23 Oct 2023

Despite the growing body of work on explainable machine learning in time series classification (TSC), it remains unclear how to evaluate different explainability methods.

2
23 Oct 2023

Temporal Convolutional Explorer Helps Understand 1D-CNN's Learning Behavior in Time Series Classification from Frequency Domain

jrzhang33/tce 9 Oct 2023

While one-dimensional convolutional neural networks (1D-CNNs) have been empirically proven effective in time series classification tasks, we find that there remain undesirable outcomes that could arise in their application, motivating us to further investigate and understand their underlying mechanisms.

2
09 Oct 2023

Introducing the Attribution Stability Indicator: a Measure for Time Series XAI Attributions

visual-xai-for-time-series/attribution-stability-indicator 6 Oct 2023

Given the increasing amount and general complexity of time series data in domains such as finance, weather forecasting, and healthcare, there is a growing need for state-of-the-art performance models that can provide interpretable insights into underlying patterns and relationships.

1
06 Oct 2023

Detach-ROCKET: Sequential feature selection for time series classification with random convolutional kernels

gon-uri/detach_rocket 25 Sep 2023

When applied to the largest binary UCR dataset, Detach-ROCKET is able to improve test accuracy by $0. 6\%$ while reducing the number of features by $98. 9\%$.

14
25 Sep 2023

Parallelizing non-linear sequential models over the sequence length

machine-discovery/deer 21 Sep 2023

Sequential models, such as Recurrent Neural Networks and Neural Ordinary Differential Equations, have long suffered from slow training due to their inherent sequential nature.

29
21 Sep 2023