Neural Cellular Automata for ARC-AGI
Kevin Xu, Risto Miikkulainen
TL;DR
This work investigates gradient-trained Neural Cellular Automata as decentralized agents for ARC-AGI tasks, focusing on learning local update rules that transform inputs to outputs under a highly constrained, few-shot regime. By enabling asynchronous, stochastic updates and supervising at every step, the approach emphasizes stability and generalization over raw performance, revealing both the strengths of local interactions and the limitations imposed by lack of long-range coordination. Key findings include size-generalizable spirals, regularization benefits from update randomness, and notable failure modes such as memorization and orientation gaps, guiding future directions in adaptive computation and probabilistic NCAs. The study provides a compact, efficient alternative perspective on ARC-like reasoning tasks and highlights design considerations for broader self-organizing neural systems.
Abstract
Cellular automata and their differentiable counterparts, Neural Cellular Automata (NCA), are highly expressive and capable of surprisingly complex behaviors. This paper explores how NCAs perform when applied to tasks requiring precise transformations and few-shot generalization, using the Abstraction and Reasoning Corpus for Artificial General Intelligence (ARC-AGI) as a domain that challenges their capabilities in ways not previously explored. Specifically, this paper uses gradient-based training to learn iterative update rules that transform input grids into their outputs from the training examples and apply them to the test inputs. Results suggest that gradient-trained NCA models are a promising and efficient approach to a range of abstract grid-based tasks from ARC. Along with discussing the impacts of various design modifications and training constraints, this work examines the behavior and properties of NCAs applied to ARC to give insights for broader applications of self-organizing systems.
