NELGApr 3, 2023

Self-building Neural Networks

arXiv:2304.01086v12 citationsh-index: 26
Originality Incremental advance
AI Analysis

This work addresses the challenge of developing more adaptive and efficient neural network architectures for control tasks, though it appears incremental by building on existing learning and pruning methods.

The paper tackles the problem of simulating synaptogenesis in neural networks by proposing a biologically plausible model that combines Hebbian learning and pruning, resulting in a self-building neural network (SBNN) that generally outperforms traditional neural networks on classical control tasks and adapts better to unseen tasks, especially with high pruning rates over 80%.

During the first part of life, the brain develops while it learns through a process called synaptogenesis. The neurons, growing and interacting with each other, create synapses. However, eventually the brain prunes those synapses. While previous work focused on learning and pruning independently, in this work we propose a biologically plausible model that, thanks to a combination of Hebbian learning and pruning, aims to simulate the synaptogenesis process. In this way, while learning how to solve the task, the agent translates its experience into a particular network structure. Namely, the network structure builds itself during the execution of the task. We call this approach Self-building Neural Network (SBNN). We compare our proposed SBNN with traditional neural networks (NNs) over three classical control tasks from OpenAI. The results show that our model performs generally better than traditional NNs. Moreover, we observe that the performance decay while increasing the pruning rate is smaller in our model than with NNs. Finally, we perform a validation test, testing the models over tasks unseen during the learning phase. In this case, the results show that SBNNs can adapt to new tasks better than the traditional NNs, especially when over $80\%$ of the weights are pruned.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes