Google 用 10 年绘制果蝇连通组,促使工程师教果蝇玩 Doom
前言
Google 和合作实验室花了十年重建一个完整的雄性果蝇中枢神经系统连通组,并将数据集发布为 MaleCNS v1.0。这一成就在前所未有的细节上绘制了每个神经元和突触,使研究人员能够追踪从感觉器官到运动输出的信息流。数据发布几天内,学术界外的工程师已将开放数据改作调皮且具挑衅性的实验——最著名的是尝试驱动果蝇模型玩经典电子游戏 Doom,之后甚至用于交易加密货币。本文总结这一科学里程碑,并说明开放科学如何促成软件工程师迅速且有创意的再利用。目标是以清晰、中立的语气呈现背景、方法,以及伦理和技术含义。
重点摘要
MaleCNS v1.0 连通组是公开发布的雄性果蝇神经系统完整接线图。 在几天内,工程师将连通组转换成互动项目:一个尝试训练果蝇模型在将游戏画面对应为感觉输入的情况下导航 Doom;另一个则用相同方法在比特币市场做出交易决策。这些实验突显开放数据如何加速意想不到的跨学科创新,同时提出关于能力、解释与防范措施的疑问。
主体
The MaleCNS v1.0 release represents a landmark in connectomics. Completed by a consortium including Google Research, HHMI Janelia, the MRC Laboratory of Molecular Biology, and the University of Cambridge, the dataset resulted from slicing a male fruit fly into millions of ultrathin sections, imaging each slice with electron microscopy, reconstructing three-dimensional neuron geometries using machine vision, and manually proofreading the outputs. The final product documents roughly 166,691 neurons and about 125 million synaptic contacts across more than 11,700 cell types, and — importantly — integrates both the brain and the ventral nerve cord (the insect analog of a spinal cord) into a single wiring diagram. This integration enables researchers to follow sensory signals from the eyes down to leg and wing motor circuits, offering a more complete substrate for studying behavior and sex-specific neural differences.
The scale and fidelity of the connectome are notable for multiple reasons. First, the dataset surpasses previous fruit fly connectomes in neuron count and in including the ventral nerve cord, enabling new comparisons between male and female circuits that underpin social behaviors such as courtship or aggression. Second, the open distribution via tools like Neuroglancer means that both neuroscientists and the broader community can inspect, download, and reuse the data. This openness accelerates reproducibility and invites creative applications beyond the original research goals.
Within days of the publication, a software engineer affiliated with Coinbase, Alex Wormuth, announced an experiment converting MaleCNS v1.0 into a real-time control system for the 1993 shooter Doom. The project, named DOOMFLY, mapped each video game frame into thousands of brightness and color signals designed to mimic the stimulation patterns that fly photoreceptors and early visual neurons would receive. These sensory-like inputs were injected into a simplified neural dynamics model running on the preserved circuit graph; a fixed readout mapped activity of selected motor-related neurons to game controls such as turn, move forward, and fire.
Training relied on a minimal reinforcement signal: when the in-game avatar took damage, two PPL101 dopaminergic neurons — interpreted as aversive reinforcement channels — received a synthetic stimulus intended to bias synaptic weights along roughly 4,184 plastic connections. All other connections were held static. The README for DOOMFLY explicitly frames the work as an ongoing real-time experiment and cautions that, at the time of writing, the fly agent had not demonstrated reliable survival behaviors. The project’s candidate versions failed initial visual, conditioning, and survival tests, and prolonged training did not produce a stable learning curve. In short, the simulated fruit fly did not yet learn to consistently survive in Doom.
Beyond gaming, Wormuth and others repurposed the connectome-driven pipeline for different tasks. Wormuth later adapted the system to interpret financial candlestick charts and make trading decisions on a Coinbase account in an open project called Stonkfly. The same raw connectome inspired additional playful experiments: engineers connected the wiring to Super Mario 64 (producing repeated jump-and-bump behaviors), Beat Saber controllers, and even Minecraft creatures. These projects demonstrate how an open, richly detailed biological dataset can be a sandbox for engineers and hobbyists to explore sensorimotor mappings, reinforcement paradigms, and emergent behavior.
These creative uses provoke questions across technical, scientific, and ethical dimensions. Technically, converting a biological connectome into a functioning controller requires many modeling assumptions: how to translate pixel-level stimuli into biologically plausible sensory inputs, how to simulate neural dynamics efficiently, which synaptic subsets to permit plasticity in, and how to define reward signals that map to meaningful biological analogs. Each design choice affects outcomes and interpretability. For example, restricting plasticity to a small set of synapses simplifies training but does not reflect the full plastic repertoire of a living nervous system.
Scientifically, such experiments can be informative when interpreted carefully. They offer a way to test whether wiring structure alone, combined with simple learning rules, suffices for certain sensorimotor tasks. Failed learning is instructive: it signals limits of structural data alone or highlights missing components such as neuromodulatory dynamics, developmental history, or realistic proprioceptive feedback. However, success in a constrained virtual task should not be overgeneralized to claims about cognition or biological intelligence.
Ethically and socially, repurposing biological connectomes raises concerns about data stewardship, dual use, and public perception. Open data promotes transparency and accelerates discovery, but it also enables unconventional and sometimes sensational applications that can be misinterpreted by the public. Researchers and platforms releasing datasets may consider providing clearer guidance about recommended uses, documentation of modeling assumptions, and narratives that contextualize what the data can and cannot demonstrate.
In conclusion, the MaleCNS v1.0 connectome is a major scientific resource. Its rapid uptake by engineers into projects like DOOMFLY and Stonkfly underscores the cultural shift toward open, interdisciplinary experimentation. These efforts illustrate both the promise of open neuroscience — enabling diverse explorations of structure-to-function relationships — and the need for careful interpretation, transparent methodology, and thoughtful discussion about the broader implications of reusing biological datasets in unconventional ways.
关键见解表
| 方面 | 描述 |
|---|---|
| 要點 1 | MaleCNS v1.0 绘制了约 166,691 个神经元和约 1.25 亿个突触,包含大脑与腹侧神经索。 |
| 要點 2 | 开放发布使工程师能够创建像 DOOMFLY(Doom 控制)和 Stonkfly(加密交易)等项目,展示了快速且富有创意的再利用。 |