Abstract
We cluster a set of trajectories T using subtrajectories of T . We require for a clustering C that any two subtrajectories (T [a, b], T [c, d]) in a cluster have disjoint intervals [a, b] and [c, d]. Clustering quality may be measured by the number of clusters, the number of vertices of T that are absent from the clustering, and by the Fréchet distance between subtrajectories in a cluster. A Δ-cluster of T is a cluster P of subtrajectories of T with a centre P ∈ P, where all subtrajectories in P have Fréchet distance at most Δ to P. Buchin, Buchin, Gudmundsson, Löffler and Luo present two O(n2 + nml)-time algorithms: SC(max, l, Δ, T) computes a single Δ-cluster where P has at least l vertices and maximises the cardinality m of P. SC(m, max, Δ, T) computes a single Δ-cluster where P has cardinality m and maximises the complexity l of P. In this paper, which is a mixture of algorithms engineering and theoretical insights, we use such maximum-cardinality clusters in a greedy clustering algorithm. We first provide an efficient implementation of SC(max, l, Δ, T) and SC(m, max, Δ, T) that significantly outperforms previous implementations. Next, we use these functions as a subroutine in a greedy clustering algorithm, which performs well when compared to existing subtrajectory clustering algorithms on real-world data. Finally, we observe that, for fixed Δ and T, these two functions always output a point on the Pareto front of some bivariate function θ(l,m). We design a new algorithm PSC(Δ, T) that in O(n2 log4 n) time computes a 2-approximation of this Pareto front. This yields a broader set of candidate clusters, with comparable quality to the output of the previous functions. We show that using PSC(Δ, T) as a subroutine improves the clustering quality and performance even further.
| Originalsprog | Engelsk |
|---|---|
| Titel | Leibniz International Proceedings in Informatics, LIPIcs |
| Vol/bind | 332 |
| Forlag | Schloss Dagstuhl - Leibniz-Zentrum fuer Informatik GmbH |
| Publikationsdato | 2025 |
| Sider | 78:1-78:20 |
| ISBN (Trykt) | 9783959773706 |
| DOI | |
| Status | Udgivet - 2025 |
| Udgivet eksternt | Ja |
| Begivenhed | Symposium on Computational Geometry - Hotel Kanazawa, Kanazawa, Japan Varighed: 23 jun. 2025 → 27 jun. 2025 Konferencens nummer: 41 https://socg25.github.io/index.html |
Konference
| Konference | Symposium on Computational Geometry |
|---|---|
| Nummer | 41 |
| Lokation | Hotel Kanazawa |
| Land/Område | Japan |
| By | Kanazawa |
| Periode | 23/06/2025 → 27/06/2025 |
| Internetadresse |
Emneord
- Algorithms engineering
- Fréchet distance
- subtrajectory clustering