PropNEAT -- Efficient GPU-Compatible Backpropagation over NeuroEvolutionary Augmenting Topology Networks
Michael Merry, Patricia Riddle, Jim Warren

TL;DR
PropNEAT is a GPU-efficient backpropagation method for NEAT that maintains genome structure while enabling fast training, achieving competitive performance on classification tasks and scalable to deep networks.
Contribution
It introduces a novel GPU-compatible backpropagation approach for NEAT that preserves genome structure and improves training speed and scalability.
Findings
PropNEAT achieved second-best performance among tested models.
It was substantially faster than naive backpropagation.
Training time scales linearly with network depth.
Abstract
We introduce PropNEAT, a fast backpropagation implementation of NEAT that uses a bidirectional mapping of the genome graph to a layer-based architecture that preserves the NEAT genomes whilst enabling efficient GPU backpropagation. We test PropNEAT on 58 binary classification datasets from the Penn Machine Learning Benchmarks database, comparing the performance against logistic regression, dense neural networks and random forests, as well as a densely retrained variant of the final PropNEAT model. PropNEAT had the second best overall performance, behind Random Forest, though the difference between the models was not statistically significant apart from between Random Forest in comparison with logistic regression and the PropNEAT retrain models. PropNEAT was substantially faster than a naive backpropagation method, and both were substantially faster and had better performance than the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Computing and Algorithms · Music and Audio Processing
MethodsLogistic Regression · Neural Attention Fields
