Tracking Moving Objects with Few Handovers
David Eppstein, Michael T. Goodrich, Maarten L\"offler

TL;DR
This paper analyzes algorithms for assigning moving objects to base stations to minimize handovers, providing competitive ratios for online algorithms in various dimensions and establishing optimal bounds.
Contribution
It introduces online algorithms with proven competitive ratios for the moving object assignment problem, extending analysis to multiple dimensions and establishing optimality bounds.
Findings
Deterministic 1D algorithm with O(log ply) competitive ratio.
Randomized multi-dimensional algorithm with O(log ply) ratio.
Lower bounds proving no better ratios are possible.
Abstract
We study the online problem of assigning a moving point to a base-station region that contains it. For instance, the moving object could represent a cellular phone and the base station could represent the coverage zones of cell towers. Our goal is to minimize the number of handovers that occur when the point moves outside its assigned region and must be assigned to a new region. We study this problem in terms of competitive analysis and we measure the competitive ratio of our algorithms as a function of the ply of the system of regions, that is, the maximum number of regions that cover any single point. In the offline version of this problem, when object motions are known in advance, a simple greedy strategy suffices to determine an optimal assignment of objects to base stations, with as few handovers as possible. For the online version of this problem for moving points in one…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsOptimization and Search Problems · Vehicle Routing Optimization Methods · Smart Parking Systems Research
