Papers › Staypoint Detection from Noisy Trajectory Data [Experiment Paper]

Staypoint Detection from Noisy Trajectory Data [Experiment Paper]

21 Jul 2026arXiv:2607.19312added by Syntology

Lance Kennedy, Hossein Amiri, Yueyang Liu, Riyang Bao, Hanqi Chen, Mohammad Hashemi, Ruochen Kong, Xiaotong Liu, Joon-Seok Kim, Shengpu Tang, Liang Zhao, Andreas Züfle

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Detecting staypoints from raw trajectory data is fundamental to numerous spatial computing applications. This process transforms raw numeric sequences of geolocations into semantically meaningful locations, such as homes, workplaces, or restaurants. Despite its importance for semantic trajectory analysis, staypoint detection lacks standard benchmarks, and existing algorithms have never been systematically evaluated. This gap persists because no publicly available datasets provide both raw individual trajectories and ground-truth staypoint annotations. This benchmark paper addresses this limitation with two key contributions: (1) we introduce 16 large-scale simulated datasets capturing thousands of agents with annotated staypoints across varying trajectory noise levels, and (2) we evaluate nine staypoint detection algorithms-including both state-of-the-art and novel methods-to analyze their robustness to noise. Our evaluation reveals that existing state-of-the-art algorithms perform poorly under realistic noise conditions. Conversely, our proposed unsupervised methods yield substantial improvements, while supervised approaches drastically outperform existing baselines. While these results are very promising, these datasets and methods are only meant as starting points for future research in staypoint detection.

PaperPDFCode 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="2607.19312")

Code

Syntology Ran 14 of 19 code samples harvested from 1 repository linked to this paper; 5 have no recorded run. Of those that ran: 1 ran · our draft was wrong; 13 ran with no contract checked.

By repository: found in paper text by Syntology: 19 samples from 1 repository, 14 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

amirih/staypoint found in paper text by Syntology report

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

19 samples harvested; 14 ran; 0 honoured the contract we drafted; 5 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 · our draft was wrong
13ran
5unverified

Licence: 19 of the 19 samples are 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 amirih/staypoint. “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.

build_kstep_displacements amirih/staypoint/code/approaches/hmm_gem.py found in paper text by Syntology ran no licence file found · pointer only · ca19de9e8ac6d8a3 · report
compute_features amirih/staypoint/code/approaches/m8.py found in paper text by Syntology ran no licence file found · pointer only · fab81e7c90f0cb52 · report
confirmation_filter amirih/staypoint/code/hybrid.py found in paper text by Syntology ran no licence file found · pointer only · 1e7718839e3e5ddc · report
evaluate_performance amirih/staypoint/code/approaches/alex.py found in paper text by Syntology ran no licence file found · pointer only · 4133c2aa8768e631 · report
getDistance amirih/staypoint/code/approaches/m4.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · da829bc24e785ed6 · report
haversine_m amirih/staypoint/code/approaches/hossein.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · d9f6bf5035f48908 · report
haversine_np amirih/staypoint/code/approaches/alex.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · f232dd06e1343a12 · report
haversine_vec amirih/staypoint/code/approaches/hmm_gem.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 57a70d4e891613e7 · report
haversine_vec amirih/staypoint/code/approaches/m7.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · baad598f4760f49b · report
label_points amirih/staypoint/code/approaches/m8.py found in paper text by Syntology ran no licence file found · pointer only · 096a464ed55b677e · report
load_json amirih/staypoint/code/utils.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 53d425eb1278ddda · report
smooth_single_trajectory amirih/staypoint/code/smoothing.py found in paper text by Syntology ran no licence file found · pointer only · 92f7e4fcc8ef9f91 · report
smooth_trajectories amirih/staypoint/code/smoothing.py found in paper text by Syntology ran no licence file found · pointer only · b17505d949389295 · report
viterbi_2state amirih/staypoint/code/approaches/m7.py found in paper text by Syntology ran no licence file found · pointer only · 72fa0b533790537f · report
apply_dropouts amirih/staypoint/code/noising.py found in paper text by Syntology unverified no licence file found · pointer only · 8383bee1ed7746d9 · report
hsw amirih/staypoint/code/approaches/hossein.py found in paper text by Syntology unverified no licence file found · pointer only · 4870f0aee91b1943 · report
log_gaussian_diag amirih/staypoint/code/approaches/hmm_gem.py found in paper text by Syntology unverified no licence file found · pointer only · 7b47ba2949e145a9 · report
run_hsw amirih/staypoint/code/run_individual.py found in paper text by Syntology unverified no licence file found · pointer only · bb7e233465c51382 · report
run_sw amirih/staypoint/code/run_individual.py found in paper text by Syntology unverified no licence file found · pointer only · 109fadcef2bc8498 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2607.19312, was issued in July 2026, after that date, so the archive has no leaderboard rows for it.

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