paper-with-me

홈 › Papers

Improved Learning via k-DTW: A Novel Dissimilarity Measure for Curves

2025-05-29 · Amer Krivošija, Alexander Munteanu, André Nusser, Chris Schwiegelshohn

This paper introduces $k$-Dynamic Time Warping ($k$-DTW), a novel dissimilarity measure for polygonal curves. $k$-DTW has stronger metric properties than Dynamic Time Warping (DTW) and is more robust to outliers than the Fr\'{e}chet distance, which are the two gold standards of dissimilarity measures for polygonal curves. We show interesting properties of $k$-DTW and give an exact algorithm as well as a $(1+\varepsilon)$-approximation algorithm for $k$-DTW by a parametric search for the $k$-th largest matched distance. We prove the first dimension-free learning bounds for curves and further learning theoretic results. $k$-DTW not only admits smaller sample size than DTW for the problem of learning the median of curves, where some factors depending on the curves' complexity $m$ are replaced by $k$, but we also show a surprising separation on the associated Rademacher and Gaussian complexities: $k$-DTW admits strictly smaller bounds than DTW, by a factor $\tilde\Omega(\sqrt{m})$ when $k\ll m$. We complement our theoretical findings with an experimental illustration of the benefits of using $k$-DTW for clustering and nearest neighbor classification.

📄 PDF Abstract BibTeX arXiv:2505.23431

Code (0)

등록된 구현이 없습니다.

Tasks

Dynamic Time Warping

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 제목 키워드 기반

Dimension Reduction for Curves: Simplified and Generalized

2026-07-03 · Matthijs Ebbens, Jie Lu, Alexander Munteanu arxiv

We revisit random projections for reducing the dimension of high-dimensional polygonal curves. Drawing from the toolbox of randomized linear algebra, we give a considerably simplified proof of the known $O(\varepsilon^{-…

Distance for Functional Data Clustering Based on Smoothing Parameter Commutation

2016-04-10 · ShengLi Tzeng, Christian Hennig, Yu-Fen Li, Chien-Ju Lin

We propose a novel method to determine the dissimilarity between subjects for functional data clustering. Spline smoothing or interpolation is common to deal with data of such type. Instead of estimating the best-represe…

ClusteringMissing ValuesNumerical IntegrationOutlier Detection

Applications of Machine Learning in Pharmacogenomics: Clustering Plasma Concentration-Time Curves

2022-10-24 · Jackson P. Lautier, Stella Grosser, Jessica Kim, Hyewon Kim 외

Pharmaceutical researchers are continually searching for techniques to improve both drug development processes and patient outcomes. An area of recent interest is the potential for machine learning (ML) applications with…

ClusteringData VisualizationDescriptiveDynamic Time Warping+2

Random Projections and Sampling Algorithms for Clustering of High-Dimensional Polygonal Curves

2019-07-16 · NeurIPS 2019 12 · Stefan Meintrup, Alexander Munteanu, Dennis Rohde

We study the $k$-median clustering problem for high-dimensional polygonal curves with finite but unbounded number of vertices. We tackle the computational issue that arises from the high number of dimensions by defining …

Clustering

Nonparametric Hierarchical Clustering of Functional Data

2014-07-02 · Marc Boullé, Romain Guigourès, Fabrice Rossi

In this paper, we deal with the problem of curves clustering. We propose a nonparametric method which partitions the curves into clusters and discretizes the dimensions of the curve points into intervals. The cross-produ…

ClusteringModel Selection