Detach-ROCKET: Sequential feature selection for time series classification with random convolutional kernels
Gonzalo Uribarri, Federico Barone, Alessio Ansuini, Erik Frans\'en

TL;DR
Detach-ROCKET introduces a sequential feature selection method that prunes redundant features from ROCKET-based models, significantly reducing computational load while maintaining or improving classification accuracy on time series data.
Contribution
The paper presents Sequential Feature Detachment (SFD), a novel method for pruning non-essential features in ROCKET models, enhancing efficiency and interpretability without complex hyperparameter tuning.
Findings
Models with only 10% of features achieve better test accuracy.
Detachment reduces features by up to 98.9% on large datasets.
Improves computational efficiency and model interpretability.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTime Series Analysis and Forecasting · Anomaly Detection Techniques and Applications · Stock Market Forecasting Methods
MethodsInceptionTime · Random Convolutional Kernel Transform
