POCKET: Pruning Random Convolution Kernels for Time Series Classification from a Feature Selection Perspective
Shaowu Chen, Weize Sun, Lei Huang, Xiaopeng Li, Qingyuan Wang, Deepu, John

TL;DR
POCKET introduces an efficient method to prune random convolution kernels in time series classifiers by leveraging feature selection, significantly reducing model size and computation time while maintaining accuracy.
Contribution
It develops a novel two-stage pruning algorithm based on group elastic net regularization, improving speed and efficiency over existing methods.
Findings
Prunes up to 60% of kernels without accuracy loss.
Achieves 11× faster pruning compared to existing methods.
Maintains high classification performance on diverse datasets.
Abstract
In recent years, two competitive time series classification models, namely, ROCKET and MINIROCKET, have garnered considerable attention due to their low training cost and high accuracy. However, they rely on a large number of random 1-D convolutional kernels to comprehensively capture features, which is incompatible with resource-constrained devices. Despite the development of heuristic algorithms designed to recognize and prune redundant kernels, the inherent time-consuming nature of evolutionary algorithms hinders efficient evaluation. To efficiently prune models, this paper eliminates feature groups contributing minimally to the classifier, thereby discarding the associated random kernels without direct evaluation. To this end, we incorporate both group-level (-norm) and element-level (-norm) regularizations to the classifier, formulating the pruning challenge as a…
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 · Music and Audio Processing · Anomaly Detection Techniques and Applications
MethodsRandom Convolutional Kernel Transform · Feature Selection · Pruning · Alternating Direction Method of Multipliers
