Efficient Kernel-based Subsequence Search for User Identification from Walking Activity
Antonio Candelieri, Stanislav Fedorov, Enza Messina

TL;DR
This paper introduces a kernel-based method to efficiently identify user walking patterns in streaming sensor data, approximating DTW to reduce computational costs while maintaining accuracy.
Contribution
It proposes a novel kernel learning approach that approximates DTW for fast subsequence search in streaming data from wearable sensors.
Findings
The method reduces computation time compared to traditional DTW.
It accurately identifies users based on walking activity.
Validated on a benchmark dataset with promising results.
Abstract
This paper presents an efficient approach for subsequence search in data streams. The problem consists in identifying coherent repetitions of a given reference time-series, eventually multi-variate, within a longer data stream. Dynamic Time Warping (DTW) is the metric most widely used to implement pattern query, but its computational complexity is a well-known issue. In this paper we present an approach aimed at learning a kernel able to approximate DTW to be used for efficiently analyse streaming data collected from wearable sensors, reducing the burden of computation. Contrary to kernel, DTW allows for comparing time series with different length. Thus, to use a kernel, a feature embedding is used to represent a time-series as a fixed length vector. Each vector component is the DTW between the given time-series and a set of 'basis' series, usually randomly chosen. The vector size is…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTime Series Analysis and Forecasting · Anomaly Detection Techniques and Applications · Music and Audio Processing
MethodsDynamic Time Warping
