July 8, 2019

This article has been reviewed according to Science X's editorial process and policies. Editors have highlighted the following attributes while ensuring the content's credibility:

Accelerating the grapevine effect

The process of information sharing among individuals in a network can be accelerated by designing new gossip algorithms and by borrowing ideas from optimization and machine-learning fields. Credit: nestign / Alamy Stock Photo
× close
The process of information sharing among individuals in a network can be accelerated by designing new gossip algorithms and by borrowing ideas from optimization and machine-learning fields. Credit: nestign / Alamy Stock Photo

Gossip is an efficient way to share information across large networks and has unexpected applications in solving other mathematical and machine-learning problems.

By looking at classical gossip algorithms from a novel perspective, KAUST Professor Peter Richtarik has found a way to significantly speed up gossip-based information sharing, and in the process, he discovered new applications for this efficient mathematical approach.

Gossip involves the sharing of information between individuals in a and can be applied mathematically in both human social networks and data networks, such as distributed sensors.

"A network is a collection of nodes, each connected to other nodes via links," explains Richtarik. "In social networks, for instance, individuals are connected to others via friendship links. In sensor networks, sensors could be connected if they are close enough to communicate over a wireless connection."

In many real-world applications, it is often useful to perform calculations based on the data stored by all nodes across a network, such as computing the average of the private data stored by each node, which is known as the average consensus problem. However, because communication is limited to direct links between nodes, in practice, this is very challenging.

"The idea of gossip algorithms is to perform this calculation by pairwise communication among randomly selected friends and to repeat this process until all individuals learn the result," says Richtarik. "This mimics the way gossip works among humans. It's surprising that it is possible to show mathematically that this simple communication strategy can solve a global, network-wide problem."

In collaboration with Nicolas Loizou from the University of Edinburgh in Scotland, Richtarik has been studying the randomized gossip algorithms and their connections to other branches of mathematics and computer science.

Their theoretical study revealed a deep connection between randomized gossip algorithms and a branch of mathematics called linear algebra, which involves solving systems of many equations with many unknowns. They also established a direct deep link with one of the most famous algorithms in , the stochastic gradient descent method, which is used to train the deep-learning models employed in almost all industrial applications. These insights helped the researchers develop new and much faster gossip protocols.

"We were able to develop an accelerated gossip algorithm that needs many fewer gossip rounds to reach the average consensus value," says Richtarik. "Our method needs only the square root of the number of rounds needed for a classical , that's 100 rounds instead of 10,000. We proved this mathematically and observed this acceleration in practice as well."

More information: Nicolas Loizou et al. Accelerated Gossip via Stochastic Heavy Ball Method. arXiv:1809.08657v1 [math.OC]: arxiv.org/abs/1809.08657

Load comments (0)