LGDBJan 4, 2022

Elastic Product Quantization for Time Series

arXiv:2201.01856v2
AI Analysis

This addresses storage and computational bottlenecks for analyzing large time series datasets, particularly in applications like nearest neighbors classification and clustering, but it is incremental as it builds on existing quantization and alignment techniques.

The paper tackles the problem of efficient similarity search for time series under time warping by proposing a product quantization method with pre-alignment using MODWT, resulting in a highly efficient replacement for elastic measures with reduced memory usage and computation time.

Analyzing numerous or long time series is difficult in practice due to the high storage costs and computational requirements. Therefore, techniques have been proposed to generate compact similarity-preserving representations of time series, enabling real-time similarity search on large in-memory data collections. However, the existing techniques are not ideally suited for assessing similarity when sequences are locally out of phase. In this paper, we propose the use of product quantization for efficient similarity-based comparison of time series under time warping. The idea is to first compress the data by partitioning the time series into equal length sub-sequences which are represented by a short code. The distance between two time series can then be efficiently approximated by pre-computed elastic distances between their codes. The partitioning into sub-sequences forces unwanted alignments, which we address with a pre-alignment step using the maximal overlap discrete wavelet transform (MODWT). To demonstrate the efficiency and accuracy of our method, we perform an extensive experimental evaluation on benchmark datasets in nearest neighbors classification and clustering applications. Overall, the proposed solution emerges as a highly efficient (both in terms of memory usage and computation time) replacement for elastic measures in time series applications.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes