HIT-ROCKET: Hadamard-vector Inner-product Transformer for ROCKET
Wang Hao, Kuang Zhang, Hou Chengyu, Yuan Zhonghao, Tan Chenxing, Fu Weifeng, Zhu Yangying
TL;DR
HIT-ROCKET introduces a Hadamard-vector inner-product transformer for ROCKET that uses orthogonal Hadamard kernels to extract PPV features with fewer kernels and lower computation. By leveraging $H^T H = N I$ and kernel orthogonality, it achieves improved robustness and efficiency, enabling embedding on ultra-low-power devices while maintaining compatibility with standard classifiers. Empirical results on the UCR time series datasets show at least 5% F1 improvement over ROCKET and around 50% shorter training time than miniROCKET under identical hyperparameters, with strong noise robustness and effective one-class performance. The work provides an open-source implementation and discusses extensions such as non-uniform dilation and differential features, paving the way for efficient edge deployment of time-series classifiers.
Abstract
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-exhibit high computational complexity, coupled with lengthy parameter tuning and training cycles. In contrast, lightweight solutions like ROCKET (Random Convolutional Kernel Transform) offer greater efficiency but leave substantial room for improvement in kernel selection and computational overhead. To address these challenges, we propose a feature extraction approach based on Hadamard convolutional transform, utilizing column or row vectors of Hadamard matrices as convolution kernels with extended lengths of varying sizes. This enhancement maintains full compatibility with existing methods (e.g., ROCKET) while leveraging kernel orthogonality to boost computational efficiency, robustness, and adaptability. Comprehensive experiments on multi-domain datasets-focusing on the UCR time series dataset-demonstrate SOTA performance: F1-score improved by at least 5% vs. ROCKET, with 50% shorter training time than miniROCKET (fastest ROCKET variant) under identical hyperparameters, enabling deployment on ultra-low-power embedded devices. All code is available on GitHub.
