paper-with-me

홈 › 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 models like Recurrent Neural Networks and InceptionTime are successful in numerous applications, they can face scalability issues due to computational requirements. Recently, ROCKET has emerged as an efficient alternative, achieving state-of-the-art performance and simplifying training by utilizing a large number of randomly generated features from the time series data. However, many of these features are redundant or non-informative, increasing computational load and compromising generalization. Here we introduce Sequential Feature Detachment (SFD) to identify and prune non-essential features in ROCKET-based models, such as ROCKET, MiniRocket, and MultiRocket. SFD estimates feature importance using model coefficients and can handle large feature sets without complex hyperparameter tuning. Testing on the UCR archive shows that SFD can produce models with better test accuracy using only 10\% of the original features. We named these pruned models Detach-ROCKET. We also present an end-to-end procedure for determining an optimal balance between the number of features and model accuracy. On the largest binary UCR dataset, Detach-ROCKET improves test accuracy by 0.6\% while reducing features by 98.9\%. By enabling a significant reduction in model size without sacrificing accuracy, our methodology improves computational efficiency and contributes to model interpretability. We believe that Detach-ROCKET will be a valuable tool for researchers and practitioners working with time series data, who can find a user-friendly implementation of the model at \url{https://github.com/gon-uri/detach_rocket}.

📄 PDF Abstract BibTeX arXiv:2309.14518

Code (1)

gon-uri/detach_rocket 공식 구현 pytorch

Tasks

Anomaly DetectionComputational EfficiencyFeature Importancefeature selectionStock Price PredictionTime SeriesTime Series Classification

Methods 이 논문이 사용한 방법론

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

Similar 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…

ClassificationEEGFeature EngineeringTime Series+2

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

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

Adaptive Fusion Graph Network for 3D Strain Field Prediction in Solid Rocket Motor Grains

2025-12-29 · Jiada Huang, Hao Ma, Zhibin Shen, Yizhou Qiao 외 arxiv

Local high strain in solid rocket motor grains is a primary cause of structural failure. However, traditional numerical simulations are computationally expensive, and existing surrogate models cannot explicitly establish…

CUROCKET: Optimizing ROCKET for GPU

2026-01-23 · Ole Stüven, Keno Moenck, Thorsten Schüppstuhl arxiv

ROCKET (RandOm Convolutional KErnel Transform) is a feature extraction algorithm created for Time Series Classification (TSC), published in 2019. It applies convolution with randomly generated kernels on a time series, p…

Time Series ClassificationComputational Efficiency