Efficient D-2-D via Leader Election: Arbitrary Initial Configuration and No Global Knowledge
Tanvir Kaur, Barun Gorain, Kaushik Mondal

TL;DR
This paper presents a distributed algorithm for mobile agents to solve the Distance-2-Dispersion problem from arbitrary initial configurations on anonymous graphs, also achieving leader election without prior global knowledge.
Contribution
It introduces a novel algorithm that solves D-2-D and leader election starting from arbitrary configurations with no global knowledge, in near-optimal rounds.
Findings
Solves D-2-D in O(max{n log^2 n, m}) rounds with O(log n) memory per agent.
Achieves leader election in the same asymptotic time and memory bounds.
Works on arbitrary initial configurations without prior graph knowledge.
Abstract
Distance-2-Dispersion (D-2-D) problem aims to disperse mobile agents starting from an arbitrary initial configuration on an anonymous port-labeled graph with nodes such that no two agents occupy adjacent nodes in the final configuration, though multiple agents may occupy a single node if there is no other empty node whose all adjacent nodes are also empty. In the existing literature, this problem is solved starting from a rooted configuration for agents in synchronous rounds with a total of memory per agent, where is the number of edges and is the maximum degree of the graph. In this work we study the D-2-D problem using mobile agents starting from an arbitrary initial configuration. Solving D-2-D with agents is equivalent to finding a maximal independent set of the graph as size of any maximal independent set must…
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
TopicsModular Robots and Swarm Intelligence · DNA and Biological Computing · Cellular Automata and Applications
