AINEMar 15, 2018

Neural Network Quine

arXiv:1803.05859v424 citations
Originality Incremental advance
AI Analysis

It introduces a self-replication mechanism for AI, potentially enabling continual improvement through natural selection, but is incremental as it builds on existing neural network methods.

The paper tackles the problem of self-replication in neural networks by training them to output their own weights, achieving a trade-off between replication and auxiliary tasks like MNIST classification, with training biased towards specialization at the expense of replication.

Self-replication is a key aspect of biological life that has been largely overlooked in Artificial Intelligence systems. Here we describe how to build and train self-replicating neural networks. The network replicates itself by learning to output its own weights. The network is designed using a loss function that can be optimized with either gradient-based or non-gradient-based methods. We also describe a method we call regeneration to train the network without explicit optimization, by injecting the network with predictions of its own parameters. The best solution for a self-replicating network was found by alternating between regeneration and optimization steps. Finally, we describe a design for a self-replicating neural network that can solve an auxiliary task such as MNIST image classification. We observe that there is a trade-off between the network's ability to classify images and its ability to replicate, but training is biased towards increasing its specialization at image classification at the expense of replication. This is analogous to the trade-off between reproduction and other tasks observed in nature. We suggest that a self-replication mechanism for artificial intelligence is useful because it introduces the possibility of continual improvement through natural selection.

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