IRAILGOct 5, 2023

An Efficient Content-based Time Series Retrieval System

arXiv:2310.03919v19 citationsh-index: 26
Originality Synthesis-oriented
AI Analysis

This work addresses the need for real-time, high-capacity similarity measurement in time series retrieval for domains like finance and healthcare, but it appears incremental as it focuses on optimizing existing methods for specific data.

The paper tackled the problem of efficiently retrieving similar time series from diverse domains by proposing a content-based time series retrieval system, which outperformed alternative models on in-house transaction data.

A Content-based Time Series Retrieval (CTSR) system is an information retrieval system for users to interact with time series emerged from multiple domains, such as finance, healthcare, and manufacturing. For example, users seeking to learn more about the source of a time series can submit the time series as a query to the CTSR system and retrieve a list of relevant time series with associated metadata. By analyzing the retrieved metadata, users can gather more information about the source of the time series. Because the CTSR system is required to work with time series data from diverse domains, it needs a high-capacity model to effectively measure the similarity between different time series. On top of that, the model within the CTSR system has to compute the similarity scores in an efficient manner as the users interact with the system in real-time. In this paper, we propose an effective and efficient CTSR model that outperforms alternative models, while still providing reasonable inference runtimes. To demonstrate the capability of the proposed method in solving business problems, we compare it against alternative models using our in-house transaction data. Our findings reveal that the proposed model is the most suitable solution compared to others for our transaction data problem.

Foundations

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

Your Notes