Research

Regenerating Soft Robots through Neural Cellular Automata

Morphological regeneration is an important property of biological systems that focuses on environmental adaptability. The lack of this regenerative capability places serious constraints on both the robustness of an artificial system and the environment in which it operates. To bridge this gap, we propose a simulated soft robot with regenerating morphology using neural cellular automata.
By Kazuya Horibe
|
March 8, 2021
A grid of computer generated, regenerating soft robots.
READ THE PAPER

Neural cellular automata (CA) is a kind of cellular automaton (Figure 1). While cellular automata determine the state transition rule of cells by hand-making, neural CA obtains the transition rule by training a neural network. Recently, this neural CA has been shown to be a powerful tool in morphogenesis [1]. Mordvintsev et al. trained a neural CA to grow complex two-dimensional images starting from a few initial cells. Furthermore, authors also successfully trained it to regenerate a target pattern even if part of it is removed. They trained a convolutional network representing neural CA. A previous study has shown that a recovery from damage also succeeds by genetic programming [2]. Therefore, we applied neural CA to the evolution of the morphology of a soft robot using a genetic algorithm, which is used for large networks [3].

Figure 1: A schematic graph of neural cellular automata

The center cell and its neighboring cells are shown. Each cell state is an input to the neural network. The center cell transitions to the state with the highest network output.

In order to confirm that the neural CA can be successfully applied to the soft robot, we evolved soft robots with the evaluation function as the traveling distance.As shown in Figure 2, various morphologies of soft robots were obtained as a result of the evolution.

Figure 2: Evolution of soft robots. Time series of common soft robot behaviors as they move from left to right.

We selected three characteristic morphologies (biped, tripod, multiped show in Figure 3) after evolution, removed voxels in the left half of the morphology, and regrow them according to the neural CA. When we regenerated the soft robot using the neural CA used for the evolution of the morphology, we could not recover the locomotion in any of the morphologies. Therefore, we prepared another neural CA for regeneration and trained with the evaluation function as the similarity rate of the original morphology. Then, as shown in Table 1, we were able to regrow almost the original morphology in all three morphologies, and were able to partially recover the locomotion.

Figure 3: Regenerating soft robots. Original, damaged, and regrown morphologies (b) soft robot development after damage shown at different timesteps.

Table 1: Morphology similarity and locomotion recovery rate.

These results show that the regeneration is achieved only by the neighboring interaction between voxels, similar to biological systems, since neural CA is adopted. Therefore, by combining the proposed method with the technology to edit the state of cells externally by light, etc., it is expected to be applied to the regeneration of hybrid robots [4] using actual biological tissues.

References

[1] Mordvintsev, A. and Randazzo, E. and Niklasson, E. and Levin, M.:Growing Neural Cellular Automata. Distill (2020).

[2] Miller, J.F.: Evolving a self-repairing, self-regulating, French flag organism. In: Genetic and Evolutionary Computation Conference. pp. 129–139. Springer (2004)

[3] Such, F.P., Madhavan, V., Conti, E., Lehman, J., Stanley, K.O., Clune, J.: Deep Neuroevolution: Genetic Algorithms Are a Competitive Alternative for Training Deep Neural Networks for Reinforcement Learning. arXiv (Dec 2017)

[4] Kriegman, S., Blackiston, D., Levin, M., Bongard, J.: A scalable pipeline for designing reconfigurable organisms. Proceedings of the National Academy of Sciences of the United States of America 117(4),1853–1859 (2020)