paper-with-me

홈 › Papers

Goal-Guided Neural Cellular Automata: Learning to Control Self-Organising Systems

2022-04-25 · Shyam Sudhakaran, Elias Najarro, Sebastian Risi

Inspired by cellular growth and self-organization, Neural Cellular Automata (NCAs) have been capable of "growing" artificial cells into images, 3D structures, and even functional machines. NCAs are flexible and robust computational systems but -- similarly to many other self-organizing systems -- inherently uncontrollable during and after their growth process. We present an approach to control these type of systems called Goal-Guided Neural Cellular Automata (GoalNCA), which leverages goal encodings to control cell behavior dynamically at every step of cellular growth. This approach enables the NCA to continually change behavior, and in some cases, generalize its behavior to unseen scenarios. We also demonstrate the robustness of the NCA with its ability to preserve task performance, even when only a portion of cells receive goal information.

📄 PDF Abstract BibTeX arXiv:2205.06806

Code (1)

shyamsn97/controllable-ncas 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Towards self-organized control: Using neural cellular automata to robustly control a cart-pole agent

2021-06-29 · Alexandre Variengien, Stefano Nichele, Tom Glover, Sidney Pontes-Filho

Neural cellular automata (Neural CA) are a recent framework used to model biological phenomena emerging from multicellular organisms. In these systems, artificial neural networks are used as update rules for cellular aut…

Q-Learning

Game of Intelligent Life

2023-01-02 · Marlene Grieskamp, Chaytan Inman, Shaun Lee

Cellular automata (CA) captivate researchers due to teh emergent, complex individualized behavior that simple global rules of interaction enact. Recent advances in the field have combined CA with convolutional neural net…

Locally adaptive cellular automata for goal-oriented self-organization

2023-06-12 · Sina Khajehabdollahi, Emmanouil Giannakakis, Victor Buendia, Georg Martius 외

The essential ingredient for studying the phenomena of emergence is the ability to generate and manipulate emergent systems that span large scales. Cellular automata are the model class particularly known for their effec…

CAX: Cellular Automata Accelerated in JAX

2024-10-03 · Maxence Faldor, Antoine Cully

Cellular automata have become a cornerstone for investigating emergence and self-organization across diverse scientific disciplines, spanning neuroscience, artificial life, and theoretical physics. However, the absence o…

ARCArtificial Life

Evolution of Spots and Stripes in Cellular Automata

2025-01-08 · Peter Turney

Cellular automata are computers, similar to Turing machines. The main difference is that Turing machines use a one-dimensional tape, whereas cellular automata use a two-dimensional grid. The best-known cellular automaton…