Biological Processing Units: Leveraging an Insect Connectome to Pioneer Biofidelic Neural Architectures
Siyu Yu, Zihan Qin, Tingshan Liu, Beiya Xu, R. Jacob Vogelstein, Jason Brown, Joshua T. Vogelstein

TL;DR
This paper introduces Biological Processing Units (BPUs) derived from insect connectomes, demonstrating their effectiveness in AI tasks like image recognition and game playing, outperforming traditional neural networks of similar size.
Contribution
It pioneers the use of insect connectome data to create biofidelic neural architectures that excel in AI benchmarks, showing the potential of biologically inspired neural networks.
Findings
BPUs achieve 98% on MNIST and 58% on CIFAR-10, surpassing size-matched MLPs.
Scaling BPUs improves CIFAR-10 performance and reveals sensory subsystem contributions.
GNN-BPU and CNN-BPU models outperform transformers in chess move prediction and image classification.
Abstract
The complete connectome of the Drosophila larva brain offers a unique opportunity to investigate whether biologically evolved circuits can support artificial intelligence. We convert this wiring diagram into a Biological Processing Unit (BPU), a fixed recurrent network derived directly from synaptic connectivity. Despite its modest size 3,000 neurons and 65,000 weights between them), the unmodified BPU achieves 98% accuracy on MNIST and 58% on CIFAR-10, surpassing size-matched MLPs. Scaling the BPU via structured connectome expansions further improves CIFAR-10 performance, while modality-specific ablations reveal the uneven contributions of different sensory subsystems. On the ChessBench dataset, a lightweight GNN-BPU model trained on only 10,000 games achieves 60% move accuracy, nearly 10x better than any size transformer. Moreover, CNN-BPU models with ~2M parameters outperform…
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
TopicsNeural Networks and Applications · Insect and Arachnid Ecology and Behavior
MethodsDropout · Label Smoothing · Byte Pair Encoding · Absolute Position Encodings · Layer Normalization · Dense Connections · Softmax · Transformer
