paper-with-me

Papers

Efficient Matrix Profile Computation Using Different Distance Functions

2019-01-17 · Reza Akbarinia, Bertrand Cloez

Matrix profile has been recently proposed as a promising technique to the problem of all-pairs-similarity search on time series. Efficient algorithms have been proposed for computing it, e.g., STAMP, STOMP and SCRIMP++. All these algorithms use the z-normalized Euclidean distance to measure the distance between subsequences. However, as we observed, for some datasets other Euclidean measurements are more useful for knowledge discovery from time series. In this paper, we propose efficient algorithms for computing matrix profile for a general class of Euclidean distances. We first propose a simple but efficient algorithm called AAMP for computing matrix profile with the "pure" (non-normalized) Euclidean distance. Then, we extend our algorithm for the p-norm distance. We also propose an algorithm, called ACAMP, that uses the same principle as AAMP, but for the case of z-normalized Euclidean distance. We implemented our algorithms, and evaluated their performance through experimentation. The experiments show excellent performance results. For example, they show that AAMP is very efficient for computing matrix profile for non-normalized Euclidean distances. The results also show that the ACAMP algorithm is significantly faster than SCRIMP++ (the state of the art matrix profile algorithm) for the case of z-normalized Euclidean distance.

📄 PDF Abstract BibTeX arXiv:1901.05708

Code (4)

MindSpore-scientific-2/code-10/tree/main/Profiling-Pareto-Front mindspore
MindSpore-scientific-2/code-8/tree/main/Profiling-Pareto-Front mindspore
StanislavParovoy/stumpy
TDAmeritrade/stumpy

Tasks

Time SeriesTime Series Analysis

Similar Papers 제목 키워드 기반

Matrix Profile for Anomaly Detection on Multidimensional Time Series

2024-09-14 · Chin-Chia Michael Yeh, Audrey Der, Uday Singh Saini, Vivian Lai 외

The Matrix Profile (MP), a versatile tool for time series data mining, has been shown effective in time series anomaly detection (TSAD). This paper delves into the problem of anomaly detection in multidimensional time se…

Anomaly DetectionTime SeriesTime Series Anomaly Detection

Compressed Computation is (probably) not Computation in Superposition

2026-06-12 · Jai Bhagat, Sara Molas-Medina, Giorgi Giglemiani, Stefan Heimersheim arxiv

We study whether the Compressed Computation (CC) toy model (Braun et al., 2025) is an instance of computation in superposition. The CC model appears to compute 100 ReLU functions with just 50 neurons, achieving a better …

MPCNN: A Novel Matrix Profile Approach for CNN-based Sleep Apnea Classification

2023-11-25 · Hieu X. Nguyen, Duong V. Nguyen, Hieu H. Pham, Cuong D. Do

Sleep apnea (SA) is a significant respiratory condition that poses a major global health challenge. Previous studies have investigated several machine and deep learning models for electrocardiogram (ECG)-based SA diagnos…

DiagnosticECG Classification

G-CMP: Graph-enhanced Contextual Matrix Profile for unsupervised anomaly detection in sensor-based remote health monitoring

2022-11-29 · Nivedita Bijlani, Oscar Mendez Maldonado, Samaneh Kouchaki

Sensor-based remote health monitoring is used in industrial, urban and healthcare settings to monitor ongoing operation of equipment and human health. An important aim is to intervene early if anomalous events or adverse…

Anomaly Detectiongraph constructionTime Series AnalysisUnsupervised Anomaly Detection

Optimizing scoring function of dynamic programming of pairwise profile alignment using derivative free neural network

2017-08-30 · Kazunori D Yamada

A profile comparison method with position-specific scoring matrix (PSSM) is one of the most accurate alignment methods. Currently, cosine similarity and correlation coefficient are used as scoring functions of dynamic pr…

Multiple Sequence Alignment