Asynchronous Filling by Myopic Luminous Robots
Attila Hideg, Tamas Lukovszki

TL;DR
This paper presents algorithms for luminous robots to fill unknown connected graphs asynchronously, analyzing their time complexity and resource requirements, and extending solutions to multiple entry points.
Contribution
It introduces the first asymptotic bounds on asynchronous rounds for filling problems with luminous robots, optimizing color usage and visibility range.
Findings
Algorithm with 1-hop visibility needs O(n^2) rounds
Reducing colors to O(1) increases rounds to O(n^2 log Δ)
2-hop visibility reduces rounds to O(n)
Abstract
We consider the problem of filling an unknown area represented by an arbitrary connected graph of vertices by mobile luminous robots. In this problem, the robots enter the graph one-by-one through a specific vertex, called the Door, and they eventually have to cover all vertices of the graph while avoiding collisions. The robots are anonymous and make decisions driven by the same local rule of behavior. They have limited persistent memory and limited visibility range. We investigate the Filling problem in the asynchronous model. We assume that the robots know an upper bound on the maximum degree of the graph before entering. We present an algorithm solving the asynchronous Filling problem with robots having hop visibility range, bits of persistent storage, and colors, including the color when the light is off. We analyze the algorithm in…
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.
