Papers
Topics
Authors
Recent
Search
2000 character limit reached

Activity-Dependent Plasticity in Morphogenetically-Grown Recurrent Networks

Published 3 Apr 2026 in cs.RO and cs.NE | (2604.03386v1)

Abstract: Developmental approaches to neural architecture search grow functional networks from compact genomes through self-organisation, but the resulting networks operate with fixed post-growth weights. We characterise Hebbian and anti-Hebbian plasticity across 50,000 morphogenetically grown recurrent controllers (5M+ configurations on CartPole and Acrobot), then test whether co-evolutionary experiments -- where plasticity parameters are encoded in the genome and evolved alongside the developmental architecture -- recover these patterns independently. Our characterisation reveals that (1) anti-Hebbian plasticity significantly outperforms Hebbian for competent networks (Cohen's d = 0.53-0.64), (2) regret (fraction of oracle improvement lost under the best fixed setting) reaches 52-100%, and (3) plasticity's role shifts from fine-tuning to genuine adaptation under non-stationarity. Co-evolution independently discovers these patterns: on CartPole, 70% of runs evolve anti-Hebbian plasticity (p = 0.043); on Acrobot, evolution finds near-zero eta with mixed signs -- exactly matching the characterisation. A random-RNN control shows that anti-Hebbian dominance is generic to small recurrent networks, but the degree of topology-dependence is developmental-specific: regret is 2-6x higher for morphogenetically grown networks than for random graphs with matched topology statistics.

Summary

  • The paper demonstrates that activity-dependent plasticity significantly boosts performance in competent morphogenetic networks, yielding over +60 reward gains on CartPole.
  • The paper shows that anti-Hebbian plasticity consistently outperforms Hebbian updates, with statistically significant improvements (Cohen’s d=0.53–0.64) across tasks.
  • The paper reveals that co-evolving plasticity parameters with developmental ones leads to task-specific, per-network tuning that effectively adapts to dynamic environments.

Activity-Dependent Plasticity in Morphogenetically-Grown Recurrent Networks: A Technical Analysis

Introduction and Motivation

This paper explores the intersection of developmental neural network encodings and activity-dependent synaptic plasticity, focusing on task-driven adaptation in networks produced by morphogenetic self-organization. Specifically, the work leverages MorphoNAS—a system that generates network architectures via Turing-style reaction-diffusion morphogen gradients—to investigate how simple synaptic plasticity rules (Hebbian and anti-Hebbian) interact with diverse, developmentally grown recurrent networks. The central questions are: (1) Under what circumstances does activity-dependent plasticity enhance the functionality of such evolved networks? (2) Can evolutionary processes optimize plasticity parameters in synergy with developmental encoding, and is this interaction fundamentally different from that in random networks?

Morphogenetic Development and Evaluation Protocol

MorphoNAS leverages a compact, 54-parameter genome specifying morphogen dynamics (secretion, diffusion, inhibition), cell-fate decisions, and chemotactic axon growth. The deterministic developmental procedure begins with a single cell on a 2D grid; reaction-diffusion gradients induce local rules for division, differentiation, and axonal extension, giving rise to topologically and functionally diverse recurrent neural networks (RNNs). This protocol enables the rapid sampling of tens of thousands of unique architectures, far exceeding the expressiveness of direct neural encoding. Figure 1

Figure 1: Developmental dynamics of a MorphoNAS network on a 10×1010 \times 10 grid, where morphogen concentrations drive neuronal proliferation and connectivity.

Performance was assessed on CartPole-v1 and Acrobot-v1, classic reinforcement learning benchmarks. Topologies were stratified by baseline CartPole reward (without plasticity): the vast majority produced non-viable ("Weak") controllers, highlighting developmental structure as the dominant determinant of function.

Systematic Characterisation of Synaptic Plasticity

The paper introduces a rigorous, population-scale analysis of the effects of Hebbian and anti-Hebbian plasticity, parameterized by a learning rate η\eta and decay λ\lambda, according to:

Δwij=η⋅xixj−λwij\Delta w_{ij} = \eta \cdot x_i x_j - \lambda w_{ij}

Grid sweeps of (η,λ)(\eta, \lambda) over 50,000 networks yielded more than five million configuration evaluations.

Key empirical findings:

  • Anti-Hebbian plasticity is consistently superior for competent developmental networks. Fixed-parameter oracle tuning shows that up to 93% of high-performing networks benefit, with Cohen’s dd up to 0.64 in favor of anti-Hebbian synaptic updates.
  • Plasticity’s utility is strictly topology-limited: Plasticity cannot salvage nonfunctional (weak) networks, implying functional competence must be bootstrapped by development.
  • Parameter heterogeneity is extreme: No universal (η,λ)(\eta,\lambda) maximizes performance across topologies. Regret, defined as the fraction of oracle improvement lost by using the globally best setting, ranges from 52% to 100%, particularly acute for developmentally generated networks. Figure 2

    Figure 2: High-mid CartPole networks achieve maximal gains for anti-Hebbian (η<0\eta < 0) with moderate decay (λ=0.01\lambda=0.01); Hebbian updates are deleterious.

    Figure 3

    Figure 3: Effect sizes (Cohen’s dd) confirm anti-Hebbian dominance for all competent strata (d = 0.53–0.64; η\eta0).

Adaptation Under Environmental Nonstationarity

Plasticity provides qualitatively distinct benefits when networks must adapt to sudden environmental changes. Evaluation under physics perturbations (pole mass ×10, gravity ×2) shows that:

  • The gravity-2× variant yields significant adaptation premiums (η\eta1 to η\eta2 in reward for competent strata, η\eta3), evidencing true within-lifetime adaptation beyond static fine-tuning. Figure 4

    Figure 4: Positive adaptation premiums (non-stationary minus static plasticity benefit) under gravity-2× indicate genuine adaptation; heavy-pole yields negligible premium.

A targeted OFFη\eta4ON protocol, activating plasticity only after the environment shift, isolates adaptation: most of the plasticity benefit is retained, scaling with the adaptation window.

Generalisation to Acrobot and Topology-Plasticity Interactions

Acrobot-v1 experiments, with an expanded developmental grid, reproduce the key pattern: over 93% of networks benefit from per-topology oracle tuning, but again, fixed parameter settings perform suboptimally. There is a marked reduction in optimal η\eta5 magnitude (requiring η\eta6–η\eta7 lower rates versus CartPole), and the advantage of anti-Hebbian over Hebbian is less uniform (Cohen’s η\eta8–η\eta9). Regret remains at 100% under any fixed setting. Figure 5

Figure 5: Fraction of unsolved Acrobot episodes is reduced by per-network oracle plasticity, especially pronounced under environmental change at step 50.

Co-Evolution of Developmental and Plasticity Parameters

A genetic algorithm was used to evolve both morphogenetic parameters and plasticity rule parameters. The principal observations:

  • On CartPole: There is a strong drift towards anti-Hebbian plasticity (λ\lambda0 in 70% of runs, λ\lambda1), matching the characterisation phase.
  • On Acrobot: Both positive and negative λ\lambda2 evolve, with the evolved magnitudes tightly matching the task-dependent optima found in earlier sweeps.
  • No evolutionary condition (no-plasticity, fixed-plasticity, or co-evolution) improves final fitness over the others. Evolution explores topology for robustness as effectively as adapting plasticity parameters, especially in structurally simple environments. Figure 6

    Figure 6: Evolution of λ\lambda3 in co-evolution runs—CartPole converges to anti-Hebbian values, Acrobot hovers near zero with mixed signs, in agreement with task-specific characterisation.

Disentangling Developmental and Generic Network Effects

Random-RNN controls, matched for size and density to MorphoNAS outputs, establish that:

  • Morphogenetic development imparts an λ\lambda4 higher probability of sampling competent controllers than random wiring.
  • Anti-Hebbian dominance is generic to small RNNs controlling CartPole but the dependence on topology (i.e., per-network regret) is far greater for morphogenetic networks. Plasticity’s interaction with architecture is more variable in developmentally constructed networks, making co-optimisation with plasticity much more significant.

Implications and Future Directions

Theoretical Implications: The work empirically substantiates the conjecture that genomic bottleneck mechanisms, as present in biological systems, play a crucial role in constraining the functional space toward architectures that are both compact and adaptive. Morphogenetic development robustly bootstraps viable computational structure, while simple anti-Hebbian plasticity rules optimize local adaptation. However, the necessity of individualized plasticity parameterization for each developmental phenotype suggests a limit to general-purpose plasticity rule design in highly variable topological regimes.

Practical Implications: For practitioners seeking to deploy self-organizing neural systems in dynamic environments, the optimal protocol is: (1) use anti-Hebbian plasticity with moderate decay as a safe default, (2) perform per-network parameter optimization whenever possible, and (3) rely on environment-triggered plasticity for non-stationary settings.

Limitations and Prospects: The findings are robust on small-scale discrete-action control tasks; extension to continuous-action, high-dimensional, or multi-agent domains is an open research direction. The observed counterproductivity of co-evolving plasticity under certain conditions suggests the need for richer plasticity mechanisms and more complex selection environments.

Conclusion

This paper precisely characterizes how synaptic plasticity rules interact with morphogenetically generated network architectures, demonstrating that anti-Hebbian plasticity typically dominates in functional, small recurrent controllers. The role of plasticity transitions from static fine-tuning to essential adaptation under non-stationarity, but topological diversity from development provokes extreme heterogeneity in plasticity parameter optima. Evolutionary search, when co-optimizing architecture and plasticity, recapitulates these findings, but the developmental process, not plasticity alone, is the dominant source of functional competence. The results provide a comprehensive empirical and methodological foundation for future research at the intersection of self-organizing neural development and adaptive computation in artificial intelligence systems.


Reference:

"Activity-Dependent Plasticity in Morphogenetically-Grown Recurrent Networks" (2604.03386)

Paper to Video (Beta)

No one has generated a video about this paper yet.

Whiteboard

No one has generated a whiteboard explanation for this paper yet.

Open Problems

We haven't generated a list of open problems mentioned in this paper yet.

Collections

Sign up for free to add this paper to one or more collections.