LGMLOct 23, 2019

MLAT: Metric Learning for kNN in Streaming Time Series

arXiv:1910.10368v1
Originality Incremental advance
AI Analysis

This work improves distance-based classification for time series analysis, but it is incremental as it builds on existing metric learning approaches.

The paper tackles the problem of learning a distance measure for kNN classification in streaming time series by addressing both alignment and temporal dependencies, resulting in MLAT outperforming existing algorithms on various real-world datasets.

Learning a good distance measure for distance-based classification in time series leads to significant performance improvement in many tasks. Specifically, it is critical to effectively deal with variations and temporal dependencies in time series. However, existing metric learning approaches focus on tackling variations mainly using a strict alignment of two sequences, thereby being not able to capture temporal dependencies. To overcome this limitation, we propose MLAT, which covers both alignment and temporal dependencies at the same time. MLAT achieves the alignment effect as well as preserves temporal dependencies by augmenting a given time series using a sliding window. Furthermore, MLAT employs time-invariant metric learning to derive the most appropriate distance measure from the augmented samples which can also capture the temporal dependencies among them well. We show that MLAT outperforms other existing algorithms in the extensive experiments on various real-world data sets.

Foundations

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

Your Notes