paper-with-me

홈 › Papers

Classification of Raw MEG/EEG Data with Detach-Rocket Ensemble: An Improved ROCKET Algorithm for Multivariate Time Series Analysis

2024-08-05 · Adrià Solana, Erik Fransén, Gonzalo Uribarri

Multivariate Time Series Classification (MTSC) is a ubiquitous problem in science and engineering, particularly in neuroscience, where most data acquisition modalities involve the simultaneous time-dependent recording of brain activity in multiple brain regions. In recent years, Random Convolutional Kernel models such as ROCKET and MiniRocket have emerged as highly effective time series classification algorithms, capable of achieving state-of-the-art accuracy results with low computational load. Despite their success, these types of models face two major challenges when employed in neuroscience: 1) they struggle to deal with high-dimensional data such as EEG and MEG, and 2) they are difficult to interpret. In this work, we present a novel ROCKET-based algorithm, named Detach-Rocket Ensemble, that is specifically designed to address these two problems in MTSC. Our algorithm leverages pruning to provide an integrated estimation of channel importance, and ensembles to achieve better accuracy and provide a label probability. Using a synthetic multivariate time series classification dataset in which we control the amount of information carried by each of the channels, we first show that our algorithm is able to correctly recover the channel importance for classification. Then, using two real-world datasets, a MEG dataset and an EEG dataset, we show that Detach-Rocket Ensemble is able to provide both interpretable channel relevance and competitive classification accuracy, even when applied directly to the raw brain data, without the need for feature engineering.

📄 PDF Abstract BibTeX arXiv:2408.02760

Code (1)

gon-uri/detach_rocket 공식 구현 pytorch

Tasks

ClassificationEEGFeature EngineeringTime SeriesTime Series AnalysisTime Series Classification

Methods 이 논문이 사용한 방법론

Pruning 설명 없음
ROCKET Linear classifier using random convolutional kernels applied to time series.

Similar Papers 제목 키워드 기반

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

2023-09-25 · Gonzalo Uribarri, Federico Barone, Alessio Ansuini, Erik Fransén

Time Series Classification (TSC) is essential in fields like medicine, environmental science, and finance, enabling tasks such as disease diagnosis, anomaly detection, and stock price analysis. While machine learning mod…

Anomaly DetectionComputational EfficiencyFeature Importancefeature selection+3

SPROCKET: Extending ROCKET to Distance-Based Time-Series Transformations With Prototypes

2025-12-09 · Nicholas Harner arxiv

Classical Time Series Classification algorithms are dominated by feature engineering strategies. One of the most prominent of these transforms is ROCKET, which achieves strong performance through random kernel features. …

Time Series ClassificationFeature Engineering

RocketPFN: Accurate Time Series Classification via In-Context Learning

2026-06-19 · Franco Martino O'Rourke, Ana Trisovic, Dimitris Bertsimas arxiv

We introduce RocketPFN, a training-free pipeline for time series classification that combines random convolutional feature extraction (Rocket) with in-context classification via a pretrained tabular foundation model (Tab…

Time Series Classification

HIT-ROCKET: Hadamard-vector Inner-product Transformer for ROCKET

2025-11-03 · Wang Hao, Kuang Zhang, Hou Chengyu, Yuan Zhonghao 외 arxiv

Time series classification holds broad application value in communications, information countermeasures, finance, and medicine. However, state-of-the-art (SOTA) methods-including HIVE-COTE, Proximity Forest, and TS-CHIEF…

Time Series ClassificationComputational Efficiency

RocketStack: A level-aware deep recursive ensemble learning framework with exploratory feature fusion and model pruning dynamics

2025-06-20 · Çağatay Demirel

Ensemble learning remains a cornerstone of machine learning, with stacking used to integrate predictions from multiple base learners through a meta-model. However, deep stacking remains rare, as most designs prioritize h…

Ensemble Learning