paper-with-me

Papers

MINIROCKET: A Very Fast (Almost) Deterministic Transform for Time Series Classification

2020-12-16 · Angus Dempster, Daniel F. Schmidt, Geoffrey I. Webb

Until recently, the most accurate methods for time series classification were limited by high computational complexity. ROCKET achieves state-of-the-art accuracy with a fraction of the computational expense of most existing methods by transforming input time series using random convolutional kernels, and using the transformed features to train a linear classifier. We reformulate ROCKET into a new method, MINIROCKET, making it up to 75 times faster on larger datasets, and making it almost deterministic (and optionally, with additional computational expense, fully deterministic), while maintaining essentially the same accuracy. Using this method, it is possible to train and test a classifier on all of 109 datasets from the UCR archive to state-of-the-art accuracy in less than 10 minutes. MINIROCKET is significantly faster than any other method of comparable accuracy (including ROCKET), and significantly more accurate than any other method of even roughly-similar computational expense. As such, we suggest that MINIROCKET should now be considered and used as the default variant of ROCKET.

📄 PDF Abstract BibTeX arXiv:2012.08791

Code (2)

angus924/minirocket 공식 구현 pytorch
timeseriesAI/tsai/blob/main/tsai/models/MINIROCKET_Pytorch.py pytorch

Tasks

General ClassificationTime SeriesTime Series AnalysisTime Series Classification

Methods 이 논문이 사용한 방법론

ROCKET Linear classifier using random convolutional kernels applied to time series.

Similar Papers 제목 키워드 기반

MultiRocket: Multiple pooling operators and transformations for fast and effective time series classification

2021-01-31 · Chang Wei Tan, Angus Dempster, Christoph Bergmeir, Geoffrey I. Webb

We propose MultiRocket, a fast time series classification (TSC) algorithm that achieves state-of-the-art performance with a tiny fraction of the time and without the complex ensembling structure of many state-of-the-art …

DiversityGeneral ClassificationTime SeriesTime Series Analysis+1

Data-Efficient Spectral Classification of Hyperspectral Data Using MiniROCKET and HDC-MiniROCKET

2025-09-17 · Nick Theisen, Kenny Schlegel, Dietrich Paulus, Peer Neubert arxiv

The classification of pixel spectra of hyperspectral images, i.e. spectral classification, is used in many fields ranging from agricultural, over medical to remote sensing applications and is currently also expanding to …

Autonomous Driving

Time series classification with random convolution kernels based transforms: pooling operators and input representations matter

2024-09-02 · Mouhamadou Mansour Lo, Gildas Morvan, Mathieu Rossi, Fabrice Morganti 외

This article presents a new approach based on MiniRocket, called SelF-Rocket, for fast time series classification (TSC). Unlike existing approaches based on random convolution kernels, it dynamically selects the best cou…

feature selectionTime SeriesTime Series Classification

Motor Imagery EEG Signal Classification Using Minimally Random Convolutional Kernel Transform and Hybrid Deep Learning

2025-08-22 · Jamal Hwaidi, Mohamed Chahine Ghanem arxiv

The brain-computer interface (BCI) establishes a non-muscle channel that enables direct communication between the human body and an external device. Electroencephalography (EEG) is a popular non-invasive technique for re…

EEG Signal ClassificationActivity Recognition

HDC-MiniROCKET: Explicit Time Encoding in Time Series Classification with Hyperdimensional Computing

2022-02-16 · Kenny Schlegel, Peer Neubert, Peter Protzel

Classification of time series data is an important task for many application domains. One of the best existing methods for this task, in terms of accuracy and computation time, is MiniROCKET. In this work, we extend this…

Time SeriesTime Series AnalysisTime Series Classification