A Refined Definition for Groups of Moving Entities and its Computation
Files
Publication date
2016
Editors
Hong, Seok-Hee
Advisors
Supervisors
Document Type
Part of book
Metadata
Show full item recordCollections
License
Abstract
One of the important tasks in the analysis of spatio-temporal data collected from moving entities is to find a group: a set of entities that travel together for a sufficiently long period of time. Buchin et al. [2] introduce a formal definition of groups, analyze its mathematical structure, and present efficient algorithms for computing all maximal groups in a given set of trajectories. In this paper, we refine their definition and argue that our proposed definition corresponds better to human intuition in certain cases, particularly in dense environments. We present algorithms to compute all maximal groups from a set of moving entities according to the new definition. For a set of n moving entities in R 1 , specified by linear interpolation in a sequence of τ time stamps, we show that all maximal groups can be computed in O(τ 2n 4 ) time. A similar approach applies if the time stamps of entities are not the same, at the cost of a small extra factor of α(n) in the running time. In higher dimensions, we can compute all maximal groups in O(τ 2n 5 log n) time (for any constant number of dimensions). We also show that one τ factor can be traded for a much higher dependence on n by giving a O(τn42 n) algorithm for the same problem. Consequently, we give a linear-time algorithm when the number of entities is constant and the input size relates to the number of time stamps of each entity. Finally, we provide a construction to show that it might be difficult to develop an algorithm with polynomial dependence on n and linear dependence on τ.
Keywords
moving entities, trajectories, grouping, computational geometry
Citation
Kreveld, M V, Löffler, M, Staals, F & Wiratma, L 2016, A Refined Definition for Groups of Moving Entities and its Computation. in S-H Hong (ed.), Proc. 27th International Symposium on Algorithms and Computation : ISAAC 2016. LIPIcs, vol. 64, Schloss Dagstuhl - Leibniz-Zentrum fuer Informatik, pp. 48:1-48:12. https://doi.org/10.4230/LIPIcs.ISAAC.2016.48