# On the Necessary Memory to Compute the Plurality in Multi-Agent Systems

**Authors:** Emanuele Natale, Iliad Ramezani

arXiv: 1901.06549 · 2019-01-23

## TL;DR

This paper investigates the minimum memory required for agents in multi-agent systems to compute the plurality, providing new protocols with polynomial memory and establishing lower bounds, thus advancing understanding of the problem's complexity.

## Contribution

The paper introduces a new plurality protocol with polynomial memory and refutes previous conjectures about optimality, also establishing lower bounds on memory requirements.

## Key findings

- Proposed a polynomial-memory protocol with O(k^{11}) states.
- Refuted the conjecture that polynomial memory protocols are optimal.
- Established a lower bound of Ω(k^2) states for solving the problem.

## Abstract

We consider the Relative-Majority Problem (also known as Plurality), in which, given a multi-agent system where each agent is initially provided an input value out of a set of $k$ possible ones, each agent is required to eventually compute the input value with the highest frequency in the initial configuration. We consider the problem in the general Population Protocols model in which, given an underlying undirected connected graph whose nodes represent the agents, edges are selected by a globally fair scheduler.   The state complexity that is required for solving the Plurality Problem (i.e., the minimum number of memory states that each agent needs to have in order to solve the problem), has been a long-standing open problem. The best protocol so far for the general multi-valued case requires polynomial memory: Salehkaleybar et al. (2015) devised a protocol that solves the problem by employing $O(k 2^k)$ states per agent, and they conjectured their upper bound to be optimal. On the other hand, under the strong assumption that agents initially agree on a total ordering of the initial input values, Gasieniec et al. (2017), provided an elegant logarithmic-memory plurality protocol.   In this work, we refute Salehkaleybar et al.'s conjecture, by providing a plurality protocol which employs $O(k^{11})$ states per agent. Central to our result is an ordering protocol which allows to leverage on the plurality protocol by Gasieniec et al., of independent interest. We also provide a $\Omega(k^2)$-state lower bound on the necessary memory to solve the problem, proving that the Plurality Problem cannot be solved within the mere memory necessary to encode the output.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1901.06549/full.md

## References

27 references — full list in the complete paper: https://tomesphere.com/paper/1901.06549/full.md

---
Source: https://tomesphere.com/paper/1901.06549