paper-with-me

홈 › Papers

Graphical Time Warping for Joint Alignment of Multiple Curves

2016-12-01 · NeurIPS 2016 12 · Yizhi Wang, David J. Miller, Kira Poskanzer, Yue Wang, Lin Tian, Guoqiang Yu

Dynamic time warping (DTW) is a fundamental technique in time series analysis for comparing one curve to another using a flexible time-warping function. However, it was designed to compare a single pair of curves. In many applications, such as in metabolomics and image series analysis, alignment is simultaneously needed for multiple pairs. Because the underlying warping functions are often related, independent application of DTW to each pair is a sub-optimal solution. Yet, it is largely unknown how to efficiently conduct a joint alignment with all warping functions simultaneously considered, since any given warping function is constrained by the others and dynamic programming cannot be applied. In this paper, we show that the joint alignment problem can be transformed into a network flow problem and thus can be exactly and efficiently solved by the max flow algorithm, with a guarantee of global optimality. We name the proposed approach graphical time warping (GTW), emphasizing the graphical nature of the solution and that the dependency structure of the warping functions can be represented by a graph. Modifications of DTW, such as windowing and weighting, are readily derivable within GTW. We also discuss optimal tuning of parameters and hyperparameters in GTW. We illustrate the power of GTW using both synthetic data and a real case study of an astrocyte calcium movie.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Dynamic Time WarpingTime SeriesTime Series Analysis

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

Deep Time Warping for Multiple Time Series Alignment

2025-02-22 · Alireza Nourbakhsh, Hoda Mohammadzade

Time Series Alignment is a critical task in signal processing with numerous real-world applications. In practice, signals often exhibit temporal shifts and scaling, making classification on raw data prone to errors. This…

Dynamic Time WarpingMultiple Sequence AlignmentTime SeriesTime Series Alignment

Diffeomorphic Temporal Alignment Nets

2019-12-10 · NeurIPS 2019 12 · Ron Shapira Weber, Matan Eyal, Nicki Skafte, Oren Shriki 외

Time-series analysis is confounded by nonlinear time warping of the data. Traditional methods for joint alignment do not generalize: after aligning a given signal ensemble, they lack a mechanism, that does not require so…

ECG ClassificationElectrocardiography (ECG)Time SeriesTime Series Alignment+2

Residual Networks as Flows of Velocity Fields for Diffeomorphic Time Series Alignment

2021-06-22 · Hao Huang, Boulbaba Ben Amor, Xichan Lin, Fan Zhu 외

Non-linear (large) time warping is a challenging source of nuisance in time-series analysis. In this paper, we propose a novel diffeomorphic temporal transformer network for both pairwise and joint time-series alignment.…

Time SeriesTime Series AlignmentTime Series Analysis

Riemannian Time Warping: Multiple Sequence Alignment in Curved Spaces

2025-06-02 · Julian Richter, Christopher Erdös, Christian Scheurer, Jochen J. Steil 외

Temporal alignment of multiple signals through time warping is crucial in many fields, such as classification within speech recognition or robot motion learning. Almost all related works are limited to data in Euclidean …

Multiple Sequence Alignmentspeech-recognitionSpeech Recognition

Self-Similarity Based Time Warping

2017-11-20 · Christopher J. Tralie

In this work, we explore the problem of aligning two time-ordered point clouds which are spatially transformed and re-parameterized versions of each other. This has a diverse array of applications such as cross modal tim…

Dynamic Time WarpingTime SeriesTime Series Analysis