🤖 AI Summary
This study addresses the problem of efficiently achieving decentralized dispersion of multiple agents on a connected graph such that each node is occupied by exactly one agent. To this end, the authors propose a lazy random walk strategy that integrates local territorial behavior with directional bias, effectively restricting agents from revisiting already occupied nodes and guiding them toward uncovered regions. This approach significantly accelerates the decentralized dispersion process. Theoretical analysis leverages finite absorbing Markov chains, combining exact analytical solutions for small-scale networks with Monte Carlo simulations for large-scale ones. Experimental results demonstrate that the proposed method reduces the expected dispersion time by 99.22% on L100 networks and by 97.48% on C100 networks compared to baseline approaches, with particularly pronounced advantages in large-scale scenarios.
📝 Abstract
Territorial behavior can greatly accelerate decentralized agent dispersion on networks. This paper studies a network-agent dispersion problem in which m autonomous agents move in discrete time on a connected graph and seek a configuration in which no two agents occupy the same node. We focus on the dispersion case m = n, where successful configurations contain exactly one agent per node. In the baseline model, each agent follows a lazy random walk with a common laziness parameter p. This process defines a finite absorbing Markov chain, and the expected absorption time is used to measure dispersion efficiency. We introduce two local behavioral extensions: territorial behavior, in which an agent that is alone at a node claims that node and repels later arrivals, and directional bias, in which agents share a preferred direction of movement on paths and cycles. Exact calculations on three-agent path and cycle networks and Monte Carlo simulations on larger instances show that territorial behavior substantially reduces expected dispersion time, with larger relative reductions as network size increases. Directional bias alone has limited effect in most small-network cases, but when combined with territorial behavior it can produce large additional speedups. In particular, the simulations show reductions of 99.22% on L100 and 97.48% on C100 when all agents start from one node. These results show how simple local movement rules can strongly affect global dispersion time in decentralized networked multi-agent systems.