paper-with-me

Papers

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, producing features that can be used to train a linear classifier or regressor like Ridge. At the time of publication, ROCKET was on par with the best state-of-the-art algorithms for TSC in terms of accuracy while being significantly less computationally expensive, making ROCKET a compelling algorithm for TSC. This also led to several subsequent versions, further improving accuracy and computational efficiency. The currently available ROCKET implementations are mostly bound to execution on CPU. However, convolution is a task that can be highly parallelized and is therefore suited to be executed on GPU, which speeds up the computation significantly. A key difficulty arises from the inhomogeneous kernels ROCKET uses, making standard methods for applying convolution on GPU inefficient. In this work, we propose an algorithm that is able to efficiently perform ROCKET on GPU and achieves up to 11 times higher computational efficiency per watt than ROCKET on CPU. The code for CUROCKET is available in this repository https://github.com/oleeven/CUROCKET on github.

📄 PDF Abstract BibTeX arXiv:2601.17091

Code (0)

등록된 구현이 없습니다.

Tasks

Time Series ClassificationComputational Efficiency

Similar Papers 제목 키워드 기반

Rocket Landing Control with Grid Fins and Path-following using MPC

2024-05-25 · Junhao Yu, Jiarun Wei

In this project, we attempt to optimize a landing trajectory of a rocket. The goal is to minimize the total fuel consumption during the landing process using different techniques. Once the optimal and feasible trajectory…

Model Predictive Control

RocketSmith: Agentic Additive Manufacturing of High-Powered Rockets

2026-05-25 · Peter Pak, Jesse Barkley, Rumi Loghmani, Derek Baich 외 arxiv

RocketSmith is an agentic system which intelligently automates the DFAM process for the development of high powered rockets suitable for launch. The system utilizes a large language model to orchestrate the execution of …

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

MINIROCKET: A Very Fast (Almost) Deterministic Transform for Time Series Classification

2020-12-16 · Angus Dempster, Daniel F. Schmidt, Geoffrey I. Webb

Until recently, the most accurate methods for time series classification were limited by high computational complexity. ROCKET achieves state-of-the-art accuracy with a fraction of the computational expense of most exist…

General ClassificationTime SeriesTime Series AnalysisTime Series Classification

MultiRocket: Multiple pooling operators and transformations for fast and effective time series classification

2021-01-31 · Chang Wei Tan, Angus Dempster, Christoph Bergmeir, Geoffrey I. Webb

We propose MultiRocket, a fast time series classification (TSC) algorithm that achieves state-of-the-art performance with a tiny fraction of the time and without the complex ensembling structure of many state-of-the-art …

DiversityGeneral ClassificationTime SeriesTime Series Analysis+1