2023/07/20 by Gudmundsson, Joachim, Huang, Zijin, van Renssen, André +1 · 2 citations
#Computational Geometry (cs.CG) #Data Structures and Algorithms (cs.DS) #FOS: Computer and information sciences
paper · doi:10.48550/arxiv.2307.10610
We present a near-linear time approximation algorithm for the subtrajectory cluster problem of c-packed trajectories. The problem involves finding m subtrajectories within a given trajectory T such that their Fréchet distances are at most (1 + ε)d, and at least one subtrajectory must be of length~l or longer. A trajectory T is c-packed if the intersection of T and any ball B with radius r is at most c ⋅ r in length. Previous results by Gudmundsson and Wong \citeGudmundssonWong2022Cubicupperlower established an Ω(n3) lower bound unless the Strong Exponential Time Hypothesis fails, and they presented an O(n3 log2 n) time algorithm. We circumvent this conditional lower bound by studying subtrajectory cluster on c-packed trajectories, resulting in an algorithm with an O((c2 n/ε2)log(c/ε)log(n/ε)) time complexity.