paper-with-me

Papers

TimePoint: Accelerated Time Series Alignment via Self-Supervised Keypoint and Descriptor Learning

2025-05-29 · Ron Shapira Weber, Shahar Ben Ishay, Andrey Lavrinenko, Shahaf E. Finder, Oren Freifeld

Fast and scalable alignment of time series is a fundamental challenge in many domains. The standard solution, Dynamic Time Warping (DTW), struggles with poor scalability and sensitivity to noise. We introduce TimePoint, a self-supervised method that dramatically accelerates DTW-based alignment while typically improving alignment accuracy by learning keypoints and descriptors from synthetic data. Inspired by 2D keypoint detection but carefully adapted to the unique challenges of 1D signals, TimePoint leverages efficient 1D diffeomorphisms, which effectively model nonlinear time warping, to generate realistic training data. This approach, along with fully convolutional and wavelet convolutional architectures, enables the extraction of informative keypoints and descriptors. Applying DTW to these sparse representations yield major speedups and typically higher alignment accuracy than standard DTW applied to the full signals. TimePoint demonstrates strong generalization to real-world time series when trained solely on synthetic data, and further improves with fine-tuning on real data. Extensive experiments demonstrate that TimePoint consistently achieves faster and more accurate alignments than standard DTW, making it a scalable solution for time-series analysis. Our code is available at https://github.com/BGU-CS-VIL/TimePoint

📄 PDF Abstract BibTeX arXiv:2505.23475

Code (1)

bgu-cs-vil/timepoint 공식 구현 pytorch

Tasks

Dynamic Time WarpingKeypoint DetectionTime SeriesTime Series AlignmentTime 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 제목 키워드 기반

4Dia: A tool for automated 4D microscope image alignment

2021-11-07 · Nimmy S. John, Michelle A. Urman, ChangHwan Lee

Recent advances in microscopy enable three-dimensional live imaging at a high resolution. Long-term live imaging of a multicellular organism requires immobilization of the organism under stable physiological conditions. …

Deep EvoGraphNet Architecture For Time-Dependent Brain Graph Data Synthesis From a Single Timepoint

2020-09-28 · Ahmed Nebli, Ugur Ali Kaplan, Islem Rekik

Learning how to predict the brain connectome (i.e. graph) development and aging is of paramount importance for charting the future of within-disorder and cross-disorder landscape of brain dysconnectivity evolution. Indee…

Generative Adversarial Network

Temporal Context Matters: Enhancing Single Image Prediction with Disease Progression Representations

2022-03-02 · CVPR 2022 1 · Aishik Konwer, Xuan Xu, Joseph Bae, Chao Chen 외

Clinical outcome or severity prediction from medical images has largely focused on learning representations from single-timepoint or snapshot scans. It has been shown that disease progression can be better characterized …

severity prediction

Machine Learning for Genomic Data

2021-11-15 · Akankshita Dash

This report explores the application of machine learning techniques on short timeseries gene expression data. Although standard machine learning algorithms work well on longer time-series', they often fail to find meanin…

BIG-bench Machine LearningClusteringTime SeriesTime Series Analysis

Efficient Prealignment of CT Scans for Registration through a Bodypart Regressor

2019-09-19 · Hans Meine, Alessa Hering

Convolutional neural networks have not only been applied for classification of voxels, objects, or images, for instance, but have also been proposed as a bodypart regressor. We pick up this underexplored idea and evaluat…

General Classification