Science & Tech

The 1,000-robot swarm

6 min read

Through commands, autonomous devices arrange selves into vast, complex shapes

The first 1,000-robot flash mob has assembled at Harvard University.

“Form a sea-star shape,” directs a computer scientist, sending the command to 1,024 little ’bots simultaneously via an infrared light. The robots begin to blink at one another, and then gradually arrange themselves into a five-pointed star. “Now form the letter K.”

The “K” stands for Kilobots, the name given to these extremely simple robots, each just a few centimeters across, standing on three pinlike legs. Instead of one highly complex robot, a “kilo” of robots collaborate, providing a simple platform for the enactment of complex behaviors.

Just as trillions of individual cells can assemble into an intelligent organism, or 1,000 starlings can form a great flowing murmuration across the sky, the Kilobots demonstrate how complexity can arise from very simple behaviors performed en masse. To computer scientists, they also represent a significant milestone in the development of collective artificial intelligence (AI).

The Kilobots, a swarm of one thousand simple but collaborative robots. Credit: Harvard SEAS

This self-organizing swarm was created in the lab of Radhika Nagpal, the Fred Kavli Professor of Computer Science at the Harvard School of Engineering and Applied Sciences (SEAS) and a core faculty member at the Wyss Institute for Biologically Inspired Engineering at Harvard University. The advance is described in the August 15 issue of Science.

“The beauty of biological systems is that they are elegantly simple — and yet, in large numbers, accomplish the seemingly impossible,” says Nagpal. “At some level, you no longer even see the individuals; you just see the collective as an entity to itself.”

“Biological collectives involve enormous numbers of cooperating entities — whether you think of cells or insects or animals — that together accomplish a single task that is a magnitude beyond the scale of any individual,” said lead author Michael Rubenstein, a research associate at Harvard SEAS and the Wyss Institute.

He cited, for example, the behavior of a colony of army ants. By linking together, they can form rafts and bridges to cross difficult terrain. Social amoebas do something similar at a microscopic scale: When food is scarce, they unite to create a fruiting body capable of escaping the local environment. In cuttlefish, color changes at the level of individual cells can help the entire organism blend into its surroundings. (As Nagpal points out with a smile, an entire school of fish in the movie “Finding Nemo” also collaborate when they form the shape of an arrow to point the title character toward the East Australian Current.)

“We are especially inspired by systems where individuals can self-assemble together to solve problems,” said Nagpal. Her research group made news in February with a group of termite-inspired robots that can collaboratively perform construction tasks using simple forms of coordination.

But the algorithm that instructs those TERMES robots has not yet been demonstrated in a very large swarm. In fact, only a few robot swarms to date have exceeded 100 individuals, because of the algorithmic limitations on coordinating such large numbers, and the cost and labor involved in fabricating the physical devices.

The research team overcame both of these challenges through thoughtful design.

Most notably, the Kilobots require no micromanagement or intervention once an initial set of instructions has been delivered. Four robots mark the origin of a coordinate system. All the other robots receive a 2-D image to mimic, and then, using very primitive behaviors — following the edge of a group, tracking a distance from the origin, and maintaining a sense of relative location — they take turns moving toward an appropriate position. With co-author Alejandro Cornejo, a postdoctoral fellow at Harvard SEAS and the Wyss Institute, the researchers demonstrated a mathematical proof that the individual behaviors would lead to the right global result.

The first thousand-robot flash mob has assembled at Harvard University. Courtesy of SEAS

The Kilobots also correct their own mistakes. If a traffic jam forms or a robot moves off-course — errors that become much more common in a large group — nearby robots sense the problem and cooperate to fix it.

To keep the cost of the Kilobot down, each robot moves using two vibrating motors that allow it to slide across a surface on its rigid legs. An infrared transmitter and receiver allow it to communicate with a few of its neighbors and measure their proximity. But the robots are myopic and have no access to a bird’s-eye view. These design decisions come with tradeoffs, Rubenstein explained.

“These robots are much simpler than many conventional robots, and as a result, their abilities are more variable and less reliable,” he said. “For example, the Kilobots have trouble moving in a straight line, and the accuracy of distance sensing can vary from robot to robot.”

Yet, at scale, the smart algorithm overcomes these individual limitations and guarantees, both physically and mathematically, that the robots can complete a human-specified task, in this case assembling into a particular shape. That’s an important demonstration for the future of distributed robotics, says Nagpal.

“Increasingly, we’re going to see large numbers of robots working together, whether it’s hundreds of robots cooperating to achieve environmental cleanup or a quick disaster response, or millions of self-driving cars on our highways,” she said. “Understanding how to design ‘good’ systems at that scale will be critical.”

For now, the Kilobots provide an essential test bed for AI algorithms.

“We can simulate the behavior of large swarms of robots, but a simulation can only go so far,” said Nagpal. “The real-world dynamics — the physical interactions and variability — make a difference, and having the Kilobots to test the algorithm on real robots has helped us better understand how to recognize and prevent the failures that occur at these large scales.”

The Kilobot robot design and software, originally created in Nagpal’s group at Harvard, are available open-source for non-commercial use. The Kilobots have also been licensed by Harvard’s Office of Technology Development to K-Team, a manufacturer of small mobile robots.

This research was supported in part by the Wyss Institute and by the National Science Foundation.