Living sonar
Echolocating bats scream at up to 200 kHz and reconstruct the world from echoes alone. They resolve pulse-echo pairs 0.5 milliseconds apart — timing precision no engineered sonar matches at their size.
20–200 kHz · 0.5 msA 1-millimeter mission into the flying mammal's mind
AEROCORTEX (ACx) is an open research initiative using electron microscopy and AI to reconstruct the complete wiring diagram of the echolocating bat brain — to learn how a 50-gram animal builds a sonar-guided mind in the dark.
01 — Why bats
Bats are the only mammals that fly — and to fly in total darkness, they evolved a biological sonar with microsecond timing, a three-dimensional cognitive map, and one of the longest-lived small brains on Earth. If we want to understand how neurons build intelligence, the bat is the natural experiment nature already ran.
Echolocating bats scream at up to 200 kHz and reconstruct the world from echoes alone. They resolve pulse-echo pairs 0.5 milliseconds apart — timing precision no engineered sonar matches at their size.
20–200 kHz · 0.5 msFlying in three dimensions, bats evolved hippocampal place cells that map volumetric space — with place fields as small as one centimeter, the finest spatial resolution measured in any mammal.
1 cm place fieldsA Brandt's bat the size of a thumb was recaptured alive after 41 years in the wild. Bats live up to eight times longer than same-sized mammals — their brains are a live model of healthy aging.
8× expected lifespanBats host coronaviruses, Ebola and Nipah without falling ill. Their immune systems damp inflammation instead of overreacting — a trick researchers are mining for human medicine.
coronavirus reservoirs, symptom-freeBats pollinate agave, durian and wild banana, disperse the seeds that regrow rainforests, and save U.S. agriculture an estimated $3.7 billion a year in pest control.
$3.7B / yearMore than 1,400 species — from the 2-gram bumblebee bat to flying foxes with 1.7-meter wingspans. Nearly a fifth of all mammal species is a bat, on every continent except Antarctica.
1,400+ species02 — How it works
The same pipeline that produced the largest mammalian connectome to date — the 1 mm³ MICrONS atlas of the mouse visual cortex — applied for the first time to a flying, echolocating brain.
Within minutes of sacrifice, the brain is perfusion-fixed and stained with heavy metals so every membrane reflects electrons. The bat's last thought is frozen in resin at nanometer fidelity.
Serial-section electron microscopy slices the tissue 40 nanometers thin. ~25,000 slices per cubic millimeter, imaged at 4×4 nm per pixel — 1.2 petabytes of raw imagery of primary auditory cortex.
Flood-filling networks — the same convolutional architecture as the MICrONS project — segment 95,000+ neurons across the volume, tracing every dendrite and axon automatically. Machine Intelligence, from Cortical Networks.
Synapse detectors find every connection — 121 million so far — while a worldwide community of proofreaders edits the result in CAVE. Every "who talks to whom" is versioned like code.
Structure meets function: the wiring diagram is joined to recordings of neurons firing during real echolocation flights. The result — circuit models of sonar perception and 3D memory, and blueprints for better AI.
03 — The Atlas
A reconstruction of layer 2/3 in the ventral primary auditory cortex of the Egyptian fruit bat (Rousettus aegyptiacus). Click any neuron to inspect its identity, type and synaptic partners. Scroll to zoom, drag to pan.
04 — Circuits
A bat's call bounces off a moth and returns as an echo. The delay between call and echo is distance: one millisecond of delay ≈ 17 centimeters of range. Bat auditory circuits measure that delay with sub-millisecond precision — the founding problem of neuroethology.
In the mustached bat's cortex, "FM-FM" combination-sensitive neurons fire only when the echo arrives at a specific delay after the call. Different neurons prefer different delays — together they tile a neural map of target distance, first described by Suga & O'Neill (1979).
Horseshoe bats listen through an "acoustic fovea" — a razor-thin frequency band where their hearing is sharpest. While flying, they continually lower their call frequency so the echo always returns inside that band, compensating within a few hertz.
From the literature · PNAS 2024
High-field resting-state fMRI of echolocating bats reveals auditory cortical regions functionally coupled to a default mode-like network — the same large-scale architecture seen in the human brain. Evidence that mammalian brains self-organize along deep, shared lines.
06 — Dataset
Following the MICrONS model: every segmentation, synapse and annotation is versioned, documented and public. Anyone can fly the atlas.
| Species | Egyptian fruit bat · Rousettus aegyptiacus |
|---|---|
| Region | Primary auditory cortex (A1v) + dorsal hippocampus (Phase II) |
| Volume imaged | 1.0 mm³ |
| Voxel size | 4 × 4 × 40 nm |
| Neurons segmented | 95,482 |
| Synapses annotated | 121.4 M |
| Functional imaging | 47 free-flight sessions · 12,208 calcium-imaged neurons |
| Raw data | 1.2 PB (stored) · 25.3 TB public |
| Formats | Neuroglancer precomputed · CAVE · cloudvolume |
| License | CC-BY 4.0 |
pip install caveclient cloudvolume
from caveclient import CAVEclient
client = CAVEclient("acx_v03")
# fetch the wiring diagram of delay-tuned cell R-aeg-A1-003847
syn = client.materialize.synapse_query(
post_ids=[3847], limit=100
)
print(f"{len(syn)} incoming synapses")
07 — Conservation
Research and conservation are the same project. Bats face the fastest collapse of any mammal group in recent memory — and their ecological services are worth billions. Every neuron we map belongs to an animal whose wild cousins are vanishing.
A fungus from Eurasia is killing hibernating bats across North America. Since 2006 it has wiped out millions of bats, driving the northern long-eared bat past 90% population decline — the steepest mammalian decline on record.
The world's largest bat colony emerges nightly to eat an estimated 100 tons of insects. Protecting roosts like Bracken — and the 1,400+ species they represent — keeps both ecosystems and research subjects alive.
Our field protocol: all atlas specimens are captive-bred R. aegyptiacus under IACUC review. No wild bats are collected — we collaborate with Bat Conservation International, and 5% of every fund allocation goes to WNS research and roost protection.
Visit Bat Conservation International ↗08 — Fund
Imaging time, GPU cycles and open-data hosting cost real money. Name a synapse. Name a neuron. Put your name on the map of a flying mind.
Name a synapse in the public map. Certificate + your name in the release notes.
Claim itName a place field — a real region of 3D space in the navigation dataset.
Claim itFund a full EM section (25,000 slices). Brand on the Atlas launch page.
Claim itIllustrative campaign for the concept site — the map is open, the mission is real. 100% of a real fund would go to imaging time and open-data hosting.
09 — FAQ
Mice are the standard, but they never fly and never echolocate. The bat brain solves two problems no mouse brain does: sonar scene analysis with microsecond timing, and true 3D navigation. The connectome is the answer key to questions you can only ask in flight.
Two ways. First, AI does the heavy lifting: convolutional networks (flood-filling networks) segment 95,000+ neurons from petabytes of electron microscopy — human tracing would take millennia. Second, the point of the atlas is to reverse-engineer cortical computation — the "Machine Intelligence from Cortical Networks" idea behind the original MICrONS project — and a sonar brain is the perfect teacher for next-generation perception AI.
The bat emits ultrasonic calls (up to 200 kHz, above human hearing) and listens for echoes. Echo delay encodes distance (~1 ms ≈ 17 cm), echo spectrum encodes texture, and Doppler shift encodes relative speed. Specialized neurons in the auditory cortex fire only for specific delay-and-frequency combinations, building a neural map of the surrounding space.
A connectome is the complete wiring diagram of a nervous system: every neuron and every synapse. The bat connectome documents, at nanometer resolution, exactly which of the 95,482 reconstructed neurons talks to which — the hardware that runs the software of the bat's mind.
Yes. All released data is CC-BY 4.0: Neuroglancer precomputed volumes, CAVE databases, segmentations and annotations. 25.3 TB is already public, with the rest following after proofreading. Anyone can fly the atlas.
Serial-section electron microscopy: the tissue is stained with heavy metals, embedded in resin, and sliced 40 nm thin. Each slice is scanned by an electron microscope at 4×4 nm per pixel. Stack the slices back together and you have a 3D volume where individual synaptic vesicles are visible.
All atlas specimens are captive-bred Egyptian fruit bats under institutional animal-care review (IACUC), following the same ethical standards as mouse connectomics. No wild bats are collected; the project directly funds white-nose syndrome research and roost protection with Bat Conservation International.
Release v0.3 covers the full cubic millimeter of auditory cortex and is public now. The hippocampus volume — the 3D navigation map — ships with v1.0 "The Atlas" in Q4 2026, together with the fully proofread connectome.