LGSep 24, 2016

Derivative Delay Embedding: Online Modeling of Streaming Time Series

arXiv:1609.07540v1
Originality Incremental advance
AI Analysis

This addresses the need for efficient online time series modeling for real-world streaming data, offering a practical solution with incremental improvements.

The paper tackles the problem of online modeling and classification of streaming time series by proposing DDE-MGM, which avoids unrealistic assumptions like fixed length or alignment and achieves state-of-the-art classification accuracy in experiments.

The staggering amount of streaming time series coming from the real world calls for more efficient and effective online modeling solution. For time series modeling, most existing works make some unrealistic assumptions such as the input data is of fixed length or well aligned, which requires extra effort on segmentation or normalization of the raw streaming data. Although some literature claim their approaches to be invariant to data length and misalignment, they are too time-consuming to model a streaming time series in an online manner. We propose a novel and more practical online modeling and classification scheme, DDE-MGM, which does not make any assumptions on the time series while maintaining high efficiency and state-of-the-art performance. The derivative delay embedding (DDE) is developed to incrementally transform time series to the embedding space, where the intrinsic characteristics of data is preserved as recursive patterns regardless of the stream length and misalignment. Then, a non-parametric Markov geographic model (MGM) is proposed to both model and classify the pattern in an online manner. Experimental results demonstrate the effectiveness and superior classification accuracy of the proposed DDE-MGM in an online setting as compared to the state-of-the-art.

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