Skip to content

Author

M. Wermiński

1 paper indexed here

We haven’t gathered this author’s papers yet. Follow them and we’ll fetch their work.

Not the right person? Other researchers publish under this name.

Book Open access Jul 2026

Self-Evolving Graph Neural Network Design Inspired by Neural Cellular Automata

Designing effective graph neural networks for node classification still depends heavily on human intuition, repeated trial-and-error, and expert knowledge of architectural components. To reduce this manual burden, we introduce a self-evolving neural architecture search framework inspired by Neural Cellular Automata (NCA), in which a population of NCA-based controllers autonomously generates and improves candidate GNN architectures over successive generations. Each controller encodes layer-wise architectural decisions, including layer activation, message-passing operator type, and hidden dimensionality, thereby defining a dynamic search space of graph models. The sampled architectures are trained and evaluated on node classification tasks, while their quality is assessed through a fitness function that jointly considers validation accuracy, validation loss, architectural depth, and parameter count relative to a baseline model. In this way, the proposed framework promotes not only predictive performance but also structural efficiency. Evolution proceeds through elitist retention, tournament selection, and mutation of controller parameters, enabling progressive adaptation of the architecture distribution without hand-crafted design rules.

Maciej Krzywda, M. Wermiński, Szymon Łukasik et al. · 0 citations