neuronsoup-1f1c1fd7·1 events·first seen Aliases: NeuronSoup
NeuronSoup is a neural computation architecture that replaces synchronous layer-by-layer processing with asynchronous, delay-mediated signal propagation through a pool of physically shared neurons, optimized entirely by a genetic algorithm rather than gradient descent. On MNIST digit classification using frozen ResNet18 features, the evolved network achieves 85.9% test accuracy with 204 active paths through 266 hidden neurons, fitting in 115 KB. The architecture requires no differentiable computation graph, adapts computation depth per sample, and discovers lateral pathway interactions without explicit engineering. The authors argue genetic algorithms are the appropriate optimizer for this problem class and discuss why CMA-ES fails at this scale.