Learning from Evolution: Improving Collective Decision-Making Mechanisms using Insights from Evolutionary Robotics
Tanja Katharina Kaiser
TL;DR
This work addresses fast, accurate collective decision-making in multi-robot teams under incomplete information by leveraging evolutionary computation to derive efficient neural-network-based mechanisms. It analyzes evolved decision-making networks, applies SHAP-based interpretability to extract actionable insights, and hand-codes two interpretable decision rules (HC1 and HC2) that outperform voter model and majority rule in benchmarks. The results show that the hand-coded mechanisms offer a favorable mix of speed, accuracy, and interpretability, highlighting the value of combining evolutionary insights with explainable AI to produce robust, transparent control policies. The approach demonstrates a practical path from opaque evolved strategies to efficient and understandable hand-coded mechanisms suitable for scalable multi-robot systems.
Abstract
Collective decision-making enables multi-robot systems to act autonomously in real-world environments. Existing collective decision-making mechanisms suffer from the so-called speed versus accuracy trade-off or rely on high complexity, e.g., by including global communication. Recent work has shown that more efficient collective decision-making mechanisms based on artificial neural networks can be generated using methods from evolutionary computation. A major drawback of these decision-making neural networks is their limited interpretability. Analyzing evolved decision-making mechanisms can help us improve the efficiency of hand-coded decision-making mechanisms while maintaining a higher interpretability. In this paper, we analyze evolved collective decision-making mechanisms in detail and hand-code two new decision-making mechanisms based on the insights gained. In benchmark experiments, we show that the newly implemented collective decision-making mechanisms are more efficient than the state-of-the-art collective decision-making mechanisms voter model and majority rule.
