paper-with-me

Papers

Deep Attentive Time Warping

2023-09-13 · Shinnosuke Matsuo, Xiaomeng Wu, Gantugs Atarsaikhan, Akisato Kimura, Kunio Kashino, Brian Kenji Iwana, Seiichi Uchida

Similarity measures for time series are important problems for time series classification. To handle the nonlinear time distortions, Dynamic Time Warping (DTW) has been widely used. However, DTW is not learnable and suffers from a trade-off between robustness against time distortion and discriminative power. In this paper, we propose a neural network model for task-adaptive time warping. Specifically, we use the attention model, called the bipartite attention model, to develop an explicit time warping mechanism with greater distortion invariance. Unlike other learnable models using DTW for warping, our model predicts all local correspondences between two time series and is trained based on metric learning, which enables it to learn the optimal data-dependent warping for the target task. We also propose to induce pre-training of our model by DTW to improve the discriminative power. Extensive experiments demonstrate the superior effectiveness of our model over DTW and its state-of-the-art performance in online signature verification.

📄 PDF Abstract BibTeX arXiv:2309.06720

Code (1)

matsuo-shinnosuke/deep-attentive-time-warping 공식 구현 pytorch

Tasks

Dynamic Time WarpingMetric LearningTime SeriesTime 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 제목 키워드 기반

DeMFI: Deep Joint Deblurring and Multi-Frame Interpolation with Flow-Guided Attentive Correlation and Recursive Boosting

2021-11-19 · Jihyong Oh, Munchurl Kim

In this paper, we propose a novel joint deblurring and multi-frame interpolation (DeMFI) framework, called DeMFI-Net, which accurately converts blurry videos of lower-frame-rate to sharp videos at higher-frame-rate based…

DeblurringVideo EnhancementVideo Frame InterpolationVideo Restoration

Event-based Video Frame Interpolation with Edge Guided Motion Refinement

2024-04-28 · YuHan Liu, Yongjian Deng, Hao Chen, Bochen Xie 외

Video frame interpolation, the process of synthesizing intermediate frames between sequential video frames, has made remarkable progress with the use of event cameras. These sensors, with microsecond-level temporal resol…

Optical Flow EstimationVideo Frame Interpolation

Human Motion Analysis with Deep Metric Learning

2018-07-30 · ECCV 2018 9 · Huseyin Coskun, David Joseph Tan, Sailesh Conjeti, Nassir Navab 외

Effectively measuring the similarity between two human motions is necessary for several computer vision tasks such as gait analysis, person identi- fication and action retrieval. Nevertheless, we believe that traditional…

Dynamic Time WarpingMetric LearningRetrievalTriplet

A General Optimization Framework for Dynamic Time Warping

2019-05-30 · Dave Deriso, Stephen Boyd

The goal of dynamic time warping is to transform or warp time in order to approximately align two signals together. We pose the choice of warping function as an optimization problem with several terms in the objective. T…

Dynamic Time Warping

STARFlow: Spatial Temporal Feature Re-embedding with Attentive Learning for Real-world Scene Flow

2024-03-11 · Zhiyang Lu, Qinghan Chen, Ming Cheng

Scene flow prediction is a crucial underlying task in understanding dynamic scenes as it offers fundamental motion information. However, contemporary scene flow methods encounter three major challenges. Firstly, flow est…