Local Similarity Search on Geolocated Time Series Using Hybrid Indexing
Georgios Chatzigeorgakidis, Dimitrios Skoutas, Kostas Patroumpas,, Themis Palpanas, Spiros Athanasiou, and Spiros Skiadopoulos

TL;DR
This paper introduces a hybrid indexing approach for efficient local similarity search on geolocated time series, enabling fine-grained pattern discovery by combining spatial and local temporal similarity measures.
Contribution
It proposes the SBTSR-tree index, an extension of BTSR-tree, that segments time series temporally to improve pruning and search efficiency for local similarity queries.
Findings
SBTSR-tree significantly outperforms BTSR-tree in query speed.
Local similarity filtering uncovers more detailed temporal patterns.
Experimental results on real datasets validate the effectiveness of the proposed methods.
Abstract
Geolocated time series, i.e., time series associated with certain locations, abound in many modern applications. In this paper, we consider hybrid queries for retrieving geolocated time series based on filters that combine spatial distance and time series similarity. For the latter, unlike existing work, we allow filtering based on local similarity, which is computed based on subsequences rather than the entire length of each series, thus allowing the discovery of more fine-grained trends and patterns. To efficiently support such queries, we first leverage the state-of-the-art BTSR-tree index, which utilizes bounds over both the locations and the shapes of time series to prune the search space. Moreover, we propose optimizations that check at specific timestamps to identify candidate time series that may exceed the required local similarity threshold. To further increase pruning power,…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTime Series Analysis and Forecasting · Data Management and Algorithms · Music and Audio Processing
