paper-with-me

Papers

Drop-DTW: Aligning Common Signal Between Sequences While Dropping Outliers

2021-08-26 · NeurIPS 2021 12 · Nikita Dvornik, Isma Hadji, Konstantinos G. Derpanis, Animesh Garg, Allan D. Jepson

In this work, we consider the problem of sequence-to-sequence alignment for signals containing outliers. Assuming the absence of outliers, the standard Dynamic Time Warping (DTW) algorithm efficiently computes the optimal alignment between two (generally) variable-length sequences. While DTW is robust to temporal shifts and dilations of the signal, it fails to align sequences in a meaningful way in the presence of outliers that can be arbitrarily interspersed in the sequences. To address this problem, we introduce Drop-DTW, a novel algorithm that aligns the common signal between the sequences while automatically dropping the outlier elements from the matching. The entire procedure is implemented as a single dynamic program that is efficient and fully differentiable. In our experiments, we show that Drop-DTW is a robust similarity measure for sequence retrieval and demonstrate its effectiveness as a training loss on diverse applications. With Drop-DTW, we address temporal step localization on instructional videos, representation learning from noisy videos, and cross-modal representation learning for audio-visual retrieval and localization. In all applications, we take a weakly- or unsupervised approach and demonstrate state-of-the-art results under these settings.

📄 PDF Abstract BibTeX arXiv:2108.11996

Code (0)

등록된 구현이 없습니다.

Tasks

Dynamic Time WarpingRepresentation LearningRetrieval

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

SpanDrop: Simple and Effective Counterfactual Learning for Long Sequences

2022-08-03 · Peng Qi, Guangtao Wang, Jing Huang

Distilling supervision signal from a long sequence to make predictions is a challenging task in machine learning, especially when not all elements in the input sequence contribute equally to the desired output. In this p…

counterfactualData Augmentation

Sequence dependent aggregation of peptides and fibril formation

2017-09-20

Deciphering the links between amino acid sequence and amyloid fibril formation is key for understanding protein misfolding diseases. Here we use Monte Carlo simulations to study aggregation of short peptides in a coarse-…

Stochastic Clock Attention for Aligning Continuous and Ordered Sequences

2025-09-18 · Hyungjoon Soh, Junghyo Jo arxiv

We formulate an attention mechanism for continuous and ordered sequences that explicitly functions as an alignment model, which serves as the core of many sequence-to-sequence tasks. Standard scaled dot-product attention…

A Novel Approach to Secure RSMA Networks

2025-04-16 · Shaima Abidrabbu, Hüseyin Arslan

This letter introduces a novel data-dependent interleaving technique designed to enhance the security of rate-splitting multiple access (RSMA) networks by protecting the common stream from eavesdropping threats. Specific…

DCAlign v1.0: Aligning biological sequences using co-evolution models and informed priors

2023-09-04 · Anna Paola Muntoni, Andrea Pagnani

DCAlign is a new alignment method able to cope with the conservation and the co-evolution signals that characterize the columns of multiple sequence alignments of homologous sequences. However, the pre-processing steps r…