Taking ROCKET on an Efficiency Mission: Multivariate Time Series Classification with LightWaveS
Leonardos Pantiskas, Kees Verstoep, Mark Hoogendoorn, Henri Bal

TL;DR
This paper introduces LightWaveS, a fast and scalable framework for multivariate time series classification that reduces feature usage from ROCKET while maintaining accuracy, enabling efficient deployment especially on edge devices.
Contribution
LightWaveS leverages wavelet scattering and feature selection to drastically reduce features and improve inference speed without sacrificing accuracy.
Findings
Achieves 9x to 53x inference speedup over ROCKET.
Uses only 2.5% of ROCKET features while maintaining accuracy.
Scales effectively across multiple compute nodes and input channels.
Abstract
Nowadays, with the rising number of sensors in sectors such as healthcare and industry, the problem of multivariate time series classification (MTSC) is getting increasingly relevant and is a prime target for machine and deep learning approaches. Their expanding adoption in real-world environments is causing a shift in focus from the pursuit of ever-higher prediction accuracy with complex models towards practical, deployable solutions that balance accuracy and parameters such as prediction speed. An MTSC model that has attracted attention recently is ROCKET, based on random convolutional kernels, both because of its very fast training process and its state-of-the-art accuracy. However, the large number of features it utilizes may be detrimental to inference time. Examining its theoretical background and limitations enables us to address potential drawbacks and present LightWaveS: 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 · Advanced Chemical Sensor Technologies · Anomaly Detection Techniques and Applications
MethodsRandom Convolutional Kernel Transform
