Distributed House-Hunting in Ant Colonies
Mohsen Ghaffari, Cameron Musco, Tsvetomira Radeva, Nancy Lynch

TL;DR
This paper models the ant colony house-hunting process as a distributed computing problem, establishing theoretical bounds and presenting algorithms that mimic natural ant behavior for efficient nest selection.
Contribution
It introduces a formal model for ant house-hunting, proves a lower bound on consensus time, and provides two algorithms with different trade-offs for the process.
Findings
Lower bound of Ω(log n) on time to reach consensus
An optimal O(log n) time algorithm with unnatural features
A simple, natural O(k log n) algorithm
Abstract
We introduce the study of the ant colony house-hunting problem from a distributed computing perspective. When an ant colony's nest becomes unsuitable due to size constraints or damage, the colony must relocate to a new nest. The task of identifying and evaluating the quality of potential new nests is distributed among all ants. The ants must additionally reach consensus on a final nest choice and the full colony must be transported to this single new nest. Our goal is to use tools and techniques from distributed computing theory in order to gain insight into the house-hunting process. We develop a formal model for the house-hunting problem inspired by the behavior of the Temnothorax genus of ants. We then show a \Omega(log n) lower bound on the time for all n ants to agree on one of k candidate nests. We also present two algorithms that solve the house-hunting problem in our model.…
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 · Distributed systems and fault tolerance · Distributed Control Multi-Agent Systems
