paper-with-me

Papers

Multiscale Dubuc: A New Similarity Measure for Time Series

2024-11-15 · Mahsa Khazaei, Azim Ahmadzadeh, Krishna Rukmini Puthucode

Quantifying similarities between time series in a meaningful way remains a challenge in time series analysis, despite many advances in the field. Most real-world solutions still rely on a few popular measures, such as Euclidean Distance (EuD), Longest Common Subsequence (LCSS), and Dynamic Time Warping (DTW). The strengths and weaknesses of these measures have been studied extensively, and incremental improvements have been proposed. In this study, however, we present a different similarity measure that fuses the notion of Dubuc's variation from fractal analysis with the Intersection-over-Union (IoU) measure which is widely used in object recognition (also known as the Jaccard Index). In this proof-of-concept paper, we introduce the Multiscale Dubuc Distance (MDD) measure and prove that it is a metric, possessing desirable properties such as the triangle inequality. We use 95 datasets from the UCR Time Series Classification Archive to compare MDD's performance with EuD, LCSS, and DTW. Our experiments show that MDD's overall success, without any case-specific customization, is comparable to DTW with optimized window sizes per dataset. We also highlight several datasets where MDD's performance improves significantly when its single parameter is customized. This customization serves as a powerful tool for gauging MDD's sensitivity to noise. Lastly, we show that MDD's running time is linear in the length of the time series, which is crucial for real-world applications involving very large datasets.

📄 PDF Abstract BibTeX arXiv:2411.10418

Code (1)

https://bitbucket.org/dataresearchlab/multiscale_dubuc 공식 구현

Tasks

Dynamic Time WarpingObject RecognitionTime SeriesTime Series AnalysisTime Series Classification

Methods 이 논문이 사용한 방법론

DTW Dynamic Time Warping (DTW) [1] is one of well-known distance measures between a pairwise of time series. The main idea of DTW is to compute the distance from the matching of…

Similar Papers 제목 키워드 기반

Beyond Point Matching: Evaluating Multiscale Dubuc Distance for Time Series Similarity

2025-10-21 · Azim Ahmadzadeh, Mahsa Khazaei, Elaina Rohlfing arxiv

Time series are high-dimensional and complex data objects, making their efficient search and indexing a longstanding challenge in data mining. Building on a recently introduced similarity measure, namely Multiscale Dubuc…

Efficient Time Series Clustering from Multiscale Reservoir Dynamics with Granular-Ball Anchoring Graph Optimization

2026-06-10 · Yifan Wang, Lifeng Shen, Shuyin Xia, Yi Wang arxiv

Time-series clustering remains challenging due to the inherent trade-off between clustering effectiveness and computational efficiency. Similarity-based methods often suffer from quadratic complexity caused by pairwise d…

Computational EfficiencyTime Series Clustering

Loss-analysis via Attention-scale for Physiologic Time Series

2020-10-23 · Jiawei Yang, Jeffrey M. Hausdorff

Physiologic signals have properties across multiple spatial and temporal scales, which can be shown by the complexity-analysis of the coarse-grained physiologic signals by scaling techniques such as the multiscale. Unfor…

Time SeriesTime Series Analysis

Clustering Time-Series by a Novel Slope-Based Similarity Measure Considering Particle Swarm Optimization

2019-12-05 · Hossein Kamalzadeh, Abbas Ahmadi, Saeed Mansour

Recently there has been an increase in the studies on time-series data mining specifically time-series clustering due to the vast existence of time-series in various domains. The large volume of data in the form of time-…

ClusteringDynamic Time WarpingTime SeriesTime Series Analysis+1

Measuring Time-Series Dataset Similarity using Wasserstein Distance

2025-07-29 · Hongjie Chen, Akshay Mehra, Josh Kimball, Ryan A. Rossi arxiv

The emergence of time-series foundation model research elevates the growing need to measure the (dis)similarity of time-series datasets. A time-series dataset similarity measure aids research in multiple ways, including …

Transfer Learning