FRUITS: Feature Extraction Using Iterated Sums for Time Series Classification
2023-11-24Code Available1· sign in to hype
Joscha Diehl, Richard Krieg
Code Available — Be the first to reproduce this paper.
ReproduceCode
- github.com/irkri/fruitsOfficialIn papernone★ 12
- github.com/dtolosav/discrete-sig-for-landscapesnone★ 1
Abstract
We introduce a pipeline for time series classification that extracts features based on the iterated-sums signature (ISS) and then applies a linear classifier. These features are intrinsically nonlinear, capture chronological information, and, under certain settings, are invariant to time-warping. We are competitive with state-of-the-art methods on the UCR archive, both in terms of accuracy and speed. We make our code available at https://github.com/irkri/fruits.