vix.ing · top · new · best · stats · spec

MOMENTI: Scalable Motif Mining in Multidimensional Time Series

2025/02/20 by Matteo Ceccarello, Ceccarello, Matteo, F. Monaco +3
Computer Science · #Advanced Text Analysis Techniques #Data Structures and Algorithms (cs.DS) #Data Visualization and Analytics #FOS: Computer and information sciences #Time Series Analysis and Forecasting

paper · pdf · doi:10.48550/arxiv.2502.14446

openalex publication_date 2025/02/20 · openalex created_date 2025/02/22 · openalex updated_date 2026/07/28

Abstract

Time series play a fundamental role in many domains, capturing a plethora of information about the underlying data-generating processes. When a process generates multiple synchronized signals we are faced with multidimensional time series. In this context a fundamental problem is that of motif mining, where we seek patterns repeating twice with minor variations, spanning some of the dimensions. State of the art exact solutions for this problem run in time quadratic in the length of the input time series. We provide a scalable method to find the top-k motifs in multidimensional time series with probabilistic guarantees on the quality of the results. Our algorithm runs in time subquadratic in the length of the input, and returns the exact solution with probability at least 1-δ, where δ is a user-defined parameter. The algorithm is designed to be adaptive to the input distribution, self-tuning its parameters while respecting user-defined limits on the memory to use. Our theoretical analysis is complemented by an extensive experimental evaluation, showing that our algorithm is orders of magnitude faster than the state of the art.

Related