Google Research has released MoGen, a generative model that produces synthetic 3D neuron geometries for use as training data in brain-mapping AI pipelines. The paper, “MoGen: Detailed neuronal morphology generation via point cloud flow matching,” is being presented at ICLR 2026. According to the research post, using a PATHFINDER reconstruction model trained with 10% MoGen-generated synthetic data reduced reconstruction errors by 4.4%, primarily through a reduction in merge errors. At the scale of a complete mouse brain, the post estimates this improvement is equivalent to saving 157 person-years of manual proofreading.
The post describes the fruit fly brain — with 166,000 neurons — as context for the scale of the challenge. A mouse brain is a thousand times larger. A human brain is a thousand times larger still. The proofreading bottleneck is the main obstacle to scaling connectomics to more complex organisms.
The post describes this as the first time a modern generative AI approach has been used to advance the current best method in connectomic reconstruction.
What connectomics reconstruction looks like
The reconstruction pipeline the post describes begins by imaging thin slices of brain tissue, then stacking, aligning, and segmenting the 2D images into 3D neuron shapes. Google Research’s PATHFINDER reconstruction model works by first identifying neurite segments — subsections of a neuron — and then combining them into a complete neuron.
Two categories of error dominate the work for proofreaders. Split errors occur when two neurite segments that should be connected are instead separated by the model. Merge errors occur when two unrelated neurites are incorrectly combined. The 4.4% error reduction MoGen enables is driven primarily by fewer merge errors, according to the post.
How MoGen generates neurons
MoGen uses the PointInfinity point cloud flow matching model, trained to gradually transform a random cloud of 3D points into realistic 3D neuronal shapes. The training data was 1,795 axons from mouse cortex tissue reconstructions that had been previously verified by humans. Points were sampled from the surfaces of those reconstructed neurons to create the training set.
To validate that MoGen’s output was realistic, human experts were asked to classify a set of neurites that was a mix of real and simulated. The post reports that the simulated neurons passed that validation step. Millions of those synthetic shapes were then added to the PATHFINDER training pipeline.
The post also notes that MoGen can be directed to generate specific types of neurons by tuning parameters such as length, spatial extent, and branching. The initial study used a random assortment of shapes, but the post suggests that future work could focus on geometries that are especially prone to reconstruction errors.
Species coverage and open release
Because neuron shapes vary across species, the team also trained species-specific versions of MoGen on zebra finch and fruit fly neurons, in addition to the primary mouse model. MoGen has been released as an open-source model, including the species-specific trained variants.
The post also describes an ongoing effort to use simulated neurons to create synthetic electron microscope images, which would provide additional training data earlier in the reconstruction pipeline — before the 3D reconstruction stage MoGen currently targets.
The Google Research Connectomics team describes this work as one of several foundational tools built over more than a decade of collaborative brain science research.