← Latest papers
💻 computer science

Voter Model Meets Rumour Spreading: an FPRAS for Consensus Probabilities on Voter Models with Agnostic Nodes

This paper introduces a consensus model combining voter dynamics and rumour spreading with "agnostic" nodes, providing theoretical bounds, exact formulas for special cases, and a fully polynomial-time randomized approximation scheme (FPRAS) to efficiently estimate consensus probabilities on general and Erdős-Rényi graphs.

Original authors: Marcelo Matheus Gauy, Anna Abramishvili, Eduardo Colli, Nicolaus Heuer, Tiago Madeira, Frederik Mallmann-Trenn, Vinícius Franco Vasconcelos, David Kohan Marzagão

Published 2026-05-13
📖 5 min read🧠 Deep dive

Original authors: Marcelo Matheus Gauy, Anna Abramishvili, Eduardo Colli, Nicolaus Heuer, Tiago Madeira, Frederik Mallmann-Trenn, Vinícius Franco Vasconcelos, David Kohan Marzagão

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine a large room full of people, each holding a colored card. Some people hold Red cards, some hold Blue cards, and some are holding Blank cards.

In the classic "Voter Model" game, everyone starts with a color. Every round, people look at their neighbors, pick one at random, and copy their color. Eventually, the whole room usually agrees on one color (either all Red or all Blue).

This paper introduces a twist: The "Agnostic" Nodes.

The New Game: "Ignorant" vs. "Informed"

In this new version, some people start with Blank cards. We call them "agnostic" (or "ignorant") because they have no opinion yet.

  • The Rule: If a person with a color (Red or Blue) looks at a neighbor with a Blank card, nothing happens. The person keeps their color.
  • The Change: If a person with a Blank card looks at a neighbor with a color, they instantly adopt that color. They become "informed" (or "gnostic").
  • One-Way Street: Once you have a color, you can never go back to being blank. You can only switch from Red to Blue or Blue to Red, but you can't become blank again.

Think of it like a rumor spreading in a town. Some people haven't heard the rumor yet (Blank). Once they hear it, they know it (Red or Blue). But once they know, they can't "un-know" it. The twist here is that there are two competing rumors (Red and Blue) spreading at the same time, fighting to convert the blank people.

The Big Question

The researchers wanted to answer two main questions:

  1. Who will win? If we start with a specific mix of Red, Blue, and Blank people, what are the odds that the whole room ends up Red?
  2. How long will it take? How many rounds of looking and copying until everyone agrees?

The Challenges

The paper explains that this is tricky because the "Blank" people act differently than the "Colored" people. In the old games, everything was symmetrical. Here, the Blank people are like empty vessels waiting to be filled, while the Colored people are like paint that can only change color, not disappear.

The Solutions Found

The authors developed several ways to solve this puzzle:

1. The "Magic Formula" (Martingales)
They found a mathematical "magic trick" (called a martingale) that helps predict the winner. It's like a balance scale. If you know the "influence" of every person in the room (how likely they are to be picked by others), you can calculate the probability of Red winning. However, this formula is hard to use for complex, messy networks.

2. The "Fast Forward" Simulation (The FPRAS)
Since the math is hard to do exactly for big groups, they invented a super-fast computer simulation method.

  • The Trick: Instead of waiting for the whole room to agree on a color (which takes a long time), the computer simulates the game only until everyone loses their Blank card.
  • Why it works: The "Blank" people get converted very quickly (like a rumor spreading fast). Once everyone has a color, the game becomes the old, well-understood version. The computer then uses a known formula to guess the final winner based on that moment.
  • The Result: This method is incredibly fast and accurate. It's a "Fully Polynomial-Time Randomized Approximation Scheme" (FPRAS). In plain English: It's a reliable, fast way to get a very good guess of the winner without waiting forever.

3. Special Shortcuts
They found that for certain simple shapes (like a perfect circle where everyone is connected to everyone else), there is a simple math formula to get the exact answer immediately. Also, if there are only a tiny number of Blank people to start with, they can solve it exactly using a different method.

What They Discovered

  • Speed: The "Blank" people disappear very fast. The time it takes for the whole group to agree is mostly determined by how long it takes for the "Blank" people to get their first color.
  • Accuracy: Their simulation method is so good that you don't need to run it millions of times to get a good answer. Even with just a few hundred runs, the estimate is very precise.
  • Graph Size: Interestingly, the bigger the group (the more people in the room), the better the estimate becomes with the same number of runs.

Summary

This paper takes a classic game of "copy your neighbor" and adds a new type of player: the "blank slate." They figured out that while predicting the exact winner is mathematically tough, we can use a clever shortcut: simulate the game just until the blank slates are filled, and then use that snapshot to predict the final outcome. This allows us to quickly and accurately guess who will win the vote in almost any network, from social media graphs to biological systems.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →