Papers › TimePoint: Accelerated Time Series Alignment via Self-Supervised Keypoint and...

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

29 May 2025arXiv:2505.23475archive 2025-07-28

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

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2505.23475")

Code

Syntology Ran 8 of 15 code samples harvested from 1 repository linked to this paper; 7 have no recorded run. Of those that ran: 1 ran · honoured contract; 1 ran · our draft was wrong; 1 ran · fixture could not drive it; 5 ran with no contract checked.

By repository: official repository: 14 samples from 1 repository, 7 ran; 1 identical to code first harvested elsewhere. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

bgu-cs-vil/timepoint officialmentioned in papermentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

15 samples harvested; 8 ran; 1 honoured the contract we drafted; 7 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · honoured contract
1ran · our draft was wrong
1ran · fixture could not drive it
5ran
7unverified

Licence: 1 of the 15 samples is pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from bgu-cs-vil/timepoint. Some samples are identical code Syntology first harvested from another repository; for those, this paper's copy is not located and its licence is not recorded. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

ConvBlock1D bgu-cs-vil/timepoint/TimePoint/models/timepoint.py official repository ran fingerprinted MIT (permissive) · 6c339b770f856bc5 · report
DetectorHead1D bgu-cs-vil/timepoint/TimePoint/models/timepoint.py official repository ran · metamorphic tier: invariant fingerprinted MIT (permissive) · 9eebdbfec76d3f38 · report
Encoder1D bgu-cs-vil/timepoint/TimePoint/models/timepoint.py official repository ran · metamorphic tier: invariant MIT (permissive) · 4931d969792676df · report
WTConvBlock1D bgu-cs-vil/timepoint/TimePoint/models/timepoint.py official repository ran fingerprinted MIT (permissive) · fd87addbb58f7d92 · report
_ScaleModule bgu-cs-vil/timepoint/TimePoint/models/timepoint.py official repository ran · metamorphic tier: invariant fingerprinted MIT (permissive) · 8e49de55d8b36434 · report
create_wavelet_filter bgu-cs-vil/timepoint/TimePoint/models/timepoint.py official repository ran · our draft was wrong MIT (permissive) · 527fefe15c9f6784 · report
get_topk_in_original_order bgu-cs-vil/timepoint/TimePoint/models/timepoint.py official repository ran · fixture could not drive it fingerprinted MIT (permissive) · 5a0cf77ab032ec87 · report
DescriptorHead1D bgu-cs-vil/timepoint/TimePoint/models/timepoint.py official repository unverified MIT (permissive) · f498901bcfc4f536 · report
TimePoint bgu-cs-vil/timepoint/TimePoint/models/timepoint.py official repository unverified MIT (permissive) · 0c4b21cb67494466 · report
WTConv1d bgu-cs-vil/timepoint/TimePoint/models/timepoint.py official repository unverified MIT (permissive) · cff6419659b662cf · report
WTConvEncoder1D bgu-cs-vil/timepoint/TimePoint/models/timepoint.py official repository unverified MIT (permissive) · 1199198b2f3ad3e3 · report
inverse_wavelet_transform bgu-cs-vil/timepoint/TimePoint/models/timepoint.py official repository unverified MIT (permissive) · de2e6d639a5eedca · report
non_maximum_suppression bgu-cs-vil/timepoint/TimePoint/models/timepoint.py official repository unverified MIT (permissive) · a1c12bb3fb090024 · report
wavelet_transform bgu-cs-vil/timepoint/TimePoint/models/timepoint.py official repository unverified MIT (permissive) · 329c619e6aa1ff7e · report
count_parameters identical code first harvested elsewhere ran · honoured contract licence of this copy not recorded · f6b944f50d3f15ae · report

Tasks

Dynamic Time WarpingKeypoint DetectionTime SeriesTime Series AlignmentTime Series Analysis

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

DTW

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections