Introducing Echo Networks for Computational Neuroevolution
TLDR
Echo Networks are novel recurrent neural networks represented as a single matrix, enabling systematic neuroevolution for edge applications.
Key contributions
- Introduces Echo Networks, a recurrent network type represented solely by a connection matrix.
- Eliminates layers and allows arbitrary input/output assignment for flexible architecture.
- Enables systematic mutation and recombination using matrix computations and factorizations.
- Successfully evaluated for electrocardiography (ECG) signal classification.
Why it matters
This paper introduces a novel neural network architecture, Echo Networks, designed for extreme edge applications. Its unique matrix-based genome representation significantly improves neuroevolution by allowing systematic mutation and recombination operators. This approach could lead to more efficient and robust small-scale neural networks.
Original Abstract
For applications on the extreme edge, minimal networks of only a few dozen artificial neurons for event detection and classification in discrete time signals would be highly desirable. Feed-forward networks, RNNs, and CNNs evolved through evolutionary algorithms can all be successful in this respect but pose the problem of allowing little systematicity in mutation and recombination if the standard direct genetic encoding of the weights is used (as for instance in the classic NEAT algorithm). We therefore introduce Echo Networks, a type of recurrent network that consists of the connection matrix only, with the source neurons of the synapses represented as rows, destination neurons as columns and weights as entries. There are no layers, and connections between neurons can be bidirectional but are technically all recurrent. Input and output can be arbitrarily assigned to any of the neurons and only use an additional (optional) function in their computational path, e.g., a sigmoid to obtain a binary classification output. We evaluated Echo Networks successfully on the classification of electrocardiography signals but see the most promising potential in their genome representation as a single matrix, allowing matrix computations and factorisations as mutation and recombination operators.
📬 Weekly AI Paper Digest
Get the top 10 AI/ML arXiv papers from the week — summarized, scored, and delivered to your inbox every Monday.