LGDec 24, 2021

TSAX is Trending

arXiv:2112.12912v11 citations
Originality Incremental advance
AI Analysis

This addresses a known bottleneck in time series mining for domains relying on classification, but it is incremental as it builds on the popular SAX method.

The paper tackled the problem of SAX's inability to represent trend information in time series classification by proposing TSAX, a modification that adds minimal complexity and achieved a smaller classification error on 39 out of 50 datasets compared to SAX.

Time series mining is an important branch of data mining, as time series data is ubiquitous and has many applications in several domains. The main task in time series mining is classification. Time series representation methods play an important role in time series classification and other time series mining tasks. One of the most popular representation methods of time series data is the Symbolic Aggregate approXimation (SAX). The secret behind its popularity is its simplicity and efficiency. SAX has however one major drawback, which is its inability to represent trend information. Several methods have been proposed to enable SAX to capture trend information, but this comes at the expense of complex processing, preprocessing, or post-processing procedures. In this paper we present a new modification of SAX that we call Trending SAX (TSAX), which only adds minimal complexity to SAX, but substantially improves its performance in time series classification. This is validated experimentally on 50 datasets. The results show the superior performance of our method, as it gives a smaller classification error on 39 datasets compared with SAX.

Foundations

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

Your Notes