Optimizing Robot Dispersion on Grids: with and without Fault Tolerance
Rik Banerjee, Manish Kumar, Anisur Rahaman Molla

TL;DR
This paper develops deterministic algorithms for dispersing mobile robots on unoriented grids, addressing both fault tolerance and efficiency, with proven bounds on time and memory usage.
Contribution
It introduces new algorithms for robot dispersion on unoriented grids, including fault-tolerant variants, achieving optimal or near-optimal time and memory bounds.
Findings
Dispersion achieved in O(√n) rounds for non-faulty robots.
Fault-tolerant algorithms operate within O(√n) rounds with O(log n) memory.
Unoriented grid algorithms run in O(√n log n) time with O(√n log n) memory.
Abstract
The introduction and study of dispersing mobile robots across the nodes of an anonymous graph have recently gained traction and have been explored within various graph classes and settings. While optimal dispersion solution was established for {\em oriented} grids [Kshemkalyani et al., WALCOM 2020], a significant unresolved question pertains to whether achieving optimal dispersion is feasible on an {\em unoriented} grid. This paper investigates the dispersion problem on unoriented grids, considering both non-faulty and faulty robots. The challenge posed by unoriented grids lies in the absence of a clear sense of direction for a single robot moving between nodes, as opposed to the straightforward navigation of oriented grids. We present three deterministic algorithms tailored to our robot model. The first and second algorithms deal with the dispersion of faulty and non-faulty robots,…
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 · IoT and Edge/Fog Computing · Smart Grid Security and Resilience
