Biological Processing Units: Using Real Brain Wiring for AI
In July 2025, a research team led by Joshua Vogelstein at Johns Hopkins University demonstrated something remarkable. They took the complete wiring diagram of a fruit fly larva brain, used it directly as a neural network architecture, and achieved 98% accuracy on MNIST image classification. No architectural design. No hyperparameter tuning. Just biology.
This is the Biological Processing Unit (BPU), a fixed recurrent network derived entirely from synaptic connectivity data. The implications for whole brain emulation and neuromorphic computing are significant, leading directly to dynamic implementations like Eon Systems’ virtual embodied fruit fly simulation.
From Connectome to Computational Architecture
The Drosophila larva brain contains approximately 3,000 neurons connected by roughly 65,000 synapses. The FlyWire consortium’s complete connectome mapping provided the structural blueprint. The research team converted this anatomical data into a functional neural network by:
- Mapping each biological neuron to a computational node
- Using synaptic weights directly from the connectome
- Keeping the architecture completely fixed (no weight updates during training)
The only trainable components were the input and output layers that interfaced the BPU with the datasets. The core network structure remained frozen as evolution designed it.
Performance Against Size-Matched Artificial Networks
On MNIST digit classification, the 3,000-neuron BPU achieved 98% accuracy. Size-matched multilayer perceptrons (MLPs) with the same number of parameters performed significantly worse. The biological architecture, despite being designed for completely different tasks (navigating, feeding, avoiding predators), outperformed human-designed networks of equivalent complexity.
On CIFAR-10, a more challenging color image dataset, the unmodified BPU reached 58% accuracy. When the team applied “structured connectome expansions” (scaling up the architecture while preserving biological motifs), performance improved further.
This is not the first time biological neural architectures have been used in AI systems, but it is the first demonstration using a complete, verified connectome at synaptic resolution.
Chess Performance with GNN-BPU Hybrid
The research extended beyond image classification. Using the ChessBench dataset, the team tested a Graph Neural Network augmented with BPU components (GNN-BPU). Trained on only 10,000 games, the model achieved 60% move prediction accuracy.
For context, size-matched transformers required approximately 10 times more parameters to reach similar performance. When combined with a depth-6 minimax search at inference, the CNN-BPU model (with ~2 million parameters) reached 91.7% accuracy, exceeding even a 9 million parameter transformer baseline.
The fly brain was not evolved to play chess. Yet its computational motifs, when scaled appropriately, support abstract strategic reasoning better than architectures explicitly designed for the task.
Modality-Specific Contributions
The team performed ablation studies to determine which brain subsystems contributed most to task performance. Results showed uneven contributions across sensory modalities. Visual processing regions proved more useful for image tasks, while other regions (olfactory, mechanosensory) contributed less.
This suggests that whole brain emulation efforts may not need perfect fidelity across all brain regions. Some subsystems might be simplified or approximated without significant loss of function, a finding with direct implications for data compression in larger-scale emulation projects.
Technology Readiness Level
TRL 3-4: Experimental proof of concept validated in laboratory environment.
The BPU approach has been demonstrated on standard machine learning benchmarks. The next step would be real-world deployment in neuromorphic hardware, where the energy efficiency advantages of spike-based computation become measurable.
Implications for Whole Brain Emulation
The BPU research validates several assumptions critical to whole brain emulation:
Structural sufficiency: The connectome alone, without detailed biophysical modeling of individual neurons, contains enough information to support complex computation. This suggests that synaptic connectivity patterns are the primary computational substrate.
Evolutionary optimization: Biological neural architectures, shaped by millions of years of selection pressure, encode computational principles that human engineers have not yet discovered or replicated. Using biology as a template, rather than designing from first principles, may be the faster path to advanced AI.
Scaling potential: If a 3,000-neuron insect brain can compete with or exceed artificial networks, scaling to mammalian connectomes (mouse: 71 million neurons, human: 86 billion neurons) could yield architectures far more powerful than current deep learning systems.
The gap from fly to human is enormous, roughly 30,000-fold in neuron count. But the methodology is now validated. Each organism whose connectome is mapped and tested provides another data point in understanding how biological computation scales.
Research Team and Publication
The paper was authored by Siyu Yu, Zihan Qin, Tingshan Liu, Beiya Xu, R. Jacob Vogelstein, Jason Brown, and Joshua T. Vogelstein, affiliated with Johns Hopkins University and the Applied Physics Laboratory.
Joshua Vogelstein has been a leading figure in connectomics research, contributing to multiple large-scale brain mapping initiatives. This work represents a convergence of his team’s expertise in graph statistics, neuroscience, and machine learning.
Next Steps
The immediate research priorities include:
- Testing BPU architectures on larger connectomes (adult Drosophila, C. elegans, zebrafish larva)
- Hardware implementation on neuromorphic chips (Intel Loihi, IBM TrueNorth, SpiNNaker) to measure energy efficiency
- Investigating which biological motifs are most critical for task performance
- Exploring hybrid architectures that combine BPU cores with trainable layers
For whole brain emulation specifically, this research provides empirical evidence that mapping and replicating synaptic connectivity is sufficient to capture the computational essence of a brain. The question is no longer whether it can be done, but how quickly the technology to do it at human scale can be developed.
Official Sources
Primary Research Paper: Yu, S., Qin, Z., Liu, T., Xu, B., Vogelstein, R. J., Brown, J., & Vogelstein, J. T. (2025). Biological Processing Units: Leveraging an Insect Connectome to Pioneer Biofidelic Neural Architectures. arXiv preprint. https://hf.co/papers/2507.10951
Related Connectomics Research: FlyWire Consortium. (2025). Whole-brain connectomics of Drosophila reveals a distributed network for survival. Complete brain mapping reference
Neuromorphic Computing Context: Spiking neural network research and implementations First Full Brain Emulation: Eon Systems Simulates Fruit Fly in Virtual Body