Foundations of a Developmental Design Paradigm for Integrated Continual Learning, Deliberative Behavior, and Comprehensibility
Zeki Doruk Erden, Boi Faltings
TL;DR
This work proposes a novel, developmentally inspired AI design that integrates a gradient-free Modeller, a goal-directed Planner, and a Behavior Encapsulation mechanism to tackle the intertwined challenges of continual learning, information reuse, comprehensibility, and deliberative planning. The Modeller builds a discrete topological representation of environment structure using state variables (BSVs, DSVs, CSVs) and learns through local variation and selection, yielding continual learning without destructive forgetting. The Planner derives executable action networks from the Modeller’s model, while Behavior Encapsulation extracts stable subpolicies in a hierarchical, reusable form, enhancing interpretability. The framework is extended to high-dimensional observations via State Polynetworks (SPNs) and Network Refinement with rerelation (MNR), demonstrated on MNIST-based shape tasks and validated in simple FSM experiments that show robust continual learning, planning, and interpretability, with a thoughtful discussion of computational viability and directions for future work. Together, these components offer a unified approach to overcoming major ML limitations by learning structured environment models that support symbolic-style planning and explainable behavior, including potential extensions to more complex visual domains and hierarchical representations.
Abstract
Inherent limitations of contemporary machine learning systems in crucial areas -- importantly in continual learning, information reuse, comprehensibility, and integration with deliberate behavior -- are receiving increasing attention. To address these challenges, we introduce a system design, fueled by a novel learning approach conceptually grounded in principles of evolutionary developmental biology, that overcomes key limitations of current methods. Our design comprises three core components: The Modeller, a gradient-free learning mechanism inherently capable of continual learning and structural adaptation; a planner for goal-directed action over learned models; and a behavior encapsulation mechanism that can decompose complex behaviors into a hierarchical structure. We demonstrate proof-of-principle operation in a simple test environment. Additionally, we extend our modeling framework to higher-dimensional network-structured spaces, using MNIST for a shape detection task. Our framework shows promise in overcoming multiple major limitations of contemporary machine learning systems simultaneously and in an organic manner.
