惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

S
SegmentFault 最新的问题
爱范儿
爱范儿
博客园 - Franky
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
WordPress大学
WordPress大学
宝玉的分享
宝玉的分享
雷峰网
雷峰网
酷 壳 – CoolShell
酷 壳 – CoolShell
IT之家
IT之家
有赞技术团队
有赞技术团队
美团技术团队
Last Week in AI
Last Week in AI
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
大猫的无限游戏
大猫的无限游戏
The Cloudflare Blog
Jina AI
Jina AI
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Engineering at Meta
Engineering at Meta
T
Tailwind CSS Blog
J
Java Code Geeks
Martin Fowler
Martin Fowler
I
InfoQ
小众软件
小众软件
MongoDB | Blog
MongoDB | Blog

Hacker News - Newest: "AI"

AI can't read an investor deck AI as an attorney? Student uses ChatGPT, Gemini to sue UW over alleged racial discrimination Hacking MCP Servers in AI Systems – The Rug Pull: Tool Changes After Approval GitHub - MeepCastana/KubeezCut: Free Web based video editor Can AI judge journalism? A Thiel-backed startup says yes, even if it risks chilling whistleblowers Coming soon: 10 Things That Matter in AI Right Now DARPA built an AI to fact-check enemy weapons claims What explains heterogeneity in AI adoption? When AI Meets Muscle: Context-Aware Electrical Stimulation Promises a New Way to Guide Human Movements - Department of Computer Science AI Changed How We Build. It Did Not Change What Matters. Linux rules on using AI-generated code - Copilot is OK, but humans must take 'full responsibility for the… Meta spins up AI version of Mark Zuckerberg to engage with employees Code Mode: Let Your AI Write Programs, Not Just Call Tools | TanStack Blog GitHub - Delavalom/graft: Go framework for building AI agents. Type-safe tools, multi-provider (OpenAI, Anthropic, Gemini, Bedrock), zero vendor SDKs. India's TCS tops estimates, says new AI models did not dent services demand Gen Z's fading AI hype Strong feeling: we are in a folded AI reality GitHub - machinarii/total-recall-catalog: A reference catalog of latest knowledge retrieval, memory & RAG systems GitHub - mensfeld/code-on-incus: Give each AI agent its own isolated machine with root, Docker, and systemd. Active defense detects and stops threats automatically.. Quantization, LoRA, and the 8% Problem: Benchmarking Local LLMs for Production AI Iran war: We spoke to the man making Lego-style AI videos that experts say are powerful propaganda Powell, Bessent discussed Anthropic's Mythos AI cyber threat with major U.S. banks GitHub - immartian/bellamem: Persistent belief-graph memory for AI agents. Retrieves decisive context by importance — not recency, not RAG, not /compact. recursive-mode: The Repo-Native Operating System for AI Engineering After the attack on Sam Altman's home, will AI CEO's go on the offensive? The biggest advance in AI since the LLM Opus 4.6 vs GPT 5.4 One Prompt Unity World Generation Test “AI polls” are fake polls Client Challenge Can AI be a 'child of God'? Inside Anthropic's meeting with Christian leaders
AI-generated synthetic neurons speed up brain mapping
modinfo · 2026-06-20 · via Hacker News - Newest: "AI"

Using computers to create full wiring maps of complex brains is enabling a new era of neuroscience. A recently released map of the complete male fruit fly brain and central nervous system provides a foundational resource for studying how the brain responds to stimuli and controls the body.

But reconstructing the entire brains of mammals, and certainly of humans, remains far out of reach. The fruit fly brain map, with 166,000 neurons, represents years of work by AI-enabled computers and human experts. A complete mouse brain is a thousand times larger, and a human brain is a thousand times larger than that.

Google Research is developing AI techniques to tackle larger brain mapping projects by speeding up the identification, classification, and visualization of neurons. With our partners, we’ve also mapped fragments of a zebra finch brain, a whole larval zebrafish brain, and a small fragment of the human brain, and we recently launched an effort to map a small section of mouse brain. Our new paper “MoGen: Detailed neuronal morphology generation via point cloud flow matching”, to be presented at ICLR 2026, uses synthetic neural shapes to improve AI reconstruction models.

Enhancing the training data with synthetic examples from the Neuronal Morphology Generation model, or MoGen, delivers a 4.4% reduction in reconstruction errors and suggests directions for further improvements. While a 4.4% error improvement might sound modest, at the large scale of a complete mouse brain, this translates to 157 person-years of manual proofreading saved.

This adds to the Google Research Connectomics team’s growing list of foundational tools to advance modern neuroscience, developed over more than a decade of collaborative brain science research.

Connectomics: Wiring maps of the brain

The field of connectomics reconstructs brain cells, or neurons, to create wiring maps of the brain. The process begins by imaging thin slices of brain tissue and then stacking, aligning, and segmenting them so the 2D images become 3D neurons. While the first complete brain map for the worm used painstaking manual methods over 16 years, current efforts accelerate this process using digital imaging and computers.

Our team in Google Research uses AI models to help turn microscope images into accurate 3D neuron shapes. Output from our AI model is proofread and annotated by human experts. This last verification step remains the most time-consuming, and a key hurdle to producing more ambitious brain maps.

A diversity of neural shapes

Most cells in the body are shaped roughly like a sphere. Biological neurons, however, come in a dizzying variety of spindly shapes. Neurons send out signals along a main projection, known as an axon, which is typically long and thin, and can curl, twist or branch. Neurons receive signals through a network of branching extensions known as dendrites, which often feature shorter protrusions known as dendritic spines. Each neuron also forms many synapses, specialized junctions where electrical or chemical signals can leap from one neuron to another.

This intricate geometry relates to biological function and is a key challenge of connectomics. Our most recent AI reconstruction model, PATHFINDER, begins by identifying neurite segments, or subsections of a neuron. It then combines these segments to create a full neuron. Irregularities in the microscopy data can result in “split errors”, meaning two neurites that should be connected are instead separated, or merge errors, meaning two unrelated neurites are combined. These are significant errors that proofreaders — typically researchers, graduate students or technical specialists — must correct by hand.

Training AI on synthetic neurons

We hypothesized that more training data, even synthetic data, would improve PATHFINDER’s performance. Synthesized training data has been successful in other fields, including natural language processing, image generation, and autonomous driving.

To test this, we created MoGen, short for Neuronal Morphology Generation. We taught an AI model, specifically the PointInfinity point cloud flow matching model, to gradually transform a random cloud of 3D points into realistic 3D neuronal shapes. Using mouse cortex tissue reconstructions that were previously human-verified, we trained MoGen with 1,795 axons by sampling points from their surfaces. We verified MoGen’s simulated output as realistic by asking human experts to classify a set of neurites that were a mix of real and simulated.

We then added millions of these synthetic shapes into our PATHFINDER training pipeline.

Results: Measurable improvement on the current state of the art

Using a PATHFINDER model trained with 10% simulated data from MoGen reduced the error rate on reconstructing the reserved mouse axons by 4.4%, driven primarily by a reduction in the merge error rate. Doing so reduces the need for manual correction by human experts. This marks the first time a modern generative AI approach has been used to advance the current best method in connectomic reconstruction.

While this might look like a marginal improvement, it is equivalent to saving a single expert 157 years of manual work at the scale of a complete mouse brain.

Looking ahead

This initial result suggests other potential improvements along similar lines. We can direct MoGen to generate particular types of neurons by tuning the length, spatial extent, branching and other measures. This study generated a random assortment of shapes, but in the future we could focus on geometries that are especially prone to reconstruction errors. While this study focused on the mouse, since different species have distinct neuron shapes, we also trained versions of MoGen on zebra finch and fruit fly neurons. We’re also exploring using the simulated neurons to create synthetic electron microscope images that provide more training data earlier in the reconstruction pipeline.

We have released MoGen as an open-source model, together with its species-specific trained models, as a resource for the community to build on. We believe that more of these types of innovations will be needed to tackle the immense scale and complexity of upcoming connectomics projects, including mapping the complete mouse brain.

Acknowledgments

We thank our academic collaborators in the Hess lab at HHMI Janelia, and acknowledge contributions from the Connectomics Team at Google. Thanks to Lizzie Dorfman, Michael Brenner, John Platt, and Yossi Matias for their support, coordination and leadership.