Skip to main page content
U.S. flag

An official website of the United States government

Dot gov

The .gov means it’s official.
Federal government websites often end in .gov or .mil. Before sharing sensitive information, make sure you’re on a federal government site.

Https

The site is secure.
The https:// ensures that you are connecting to the official website and that any information you provide is encrypted and transmitted securely.

Access keys NCBI Homepage MyNCBI Homepage Main Content Main Navigation
. 2025 Apr;640(8058):487-496.
doi: 10.1038/s41586-025-08660-5. Epub 2025 Apr 9.

NEURD offers automated proofreading and feature extraction for connectomics

Brendan Celii  1   2   3   4 Stelios Papadopoulos  1   2   5   6   7   8 Zhuokun Ding  1   2   5   6   7   8 Paul G Fahey  1   2   5   6   7   8 Eric Wang  1   2 Christos Papadopoulos  1   2 Alexander B Kunin  1   2   9 Saumil Patel  1   2   5   6   7   8 J Alexander Bae  10   11 Agnes L Bodor  12 Derrick Brittain  12 JoAnn Buchanan  12 Daniel J Bumbarger  12 Manuel A Castro  10 Erick Cobos  1   2 Sven Dorkenwald  10   13 Leila Elabbady  12 Akhilesh Halageri  10 Zhen Jia  10   13 Chris Jordan  10 Dan Kapner  12 Nico Kemnitz  10 Sam Kinn  12 Kisuk Lee  10   14 Kai Li  13 Ran Lu  10 Thomas Macrina  10   13 Gayathri Mahalingam  12 Eric Mitchell  10 Shanka Subhra Mondal  10   11 Shang Mu  10 Barak Nehoran  10   13 Sergiy Popovych  10   13 Casey M Schneider-Mizell  12 William Silversmith  10 Marc Takeno  12 Russel Torres  12 Nicholas L Turner  10   13 William Wong  10 Jingpeng Wu  10 Szi-Chieh Yu  10 Wenjing Yin  12 Daniel Xenes  4 Lindsey M Kitchell  4 Patricia K Rivlin  4 Victoria A Rose  4 Caitlyn A Bishop  4 Brock Wester  4 Emmanouil Froudarakis  1   2   15 Edgar Y Walker  16   17 Fabian Sinz  1   2   18   19 H Sebastian Seung  10 Forrest Collman  12 Nuno Maçarico da Costa  12 R Clay Reid  12 Xaq Pitkow  1   2   3   20   21   22   23 Andreas S Tolias  1   2   3   5   6   7   8   24   25 Jacob Reimer  26   27
Affiliations

NEURD offers automated proofreading and feature extraction for connectomics

Brendan Celii et al. Nature. 2025 Apr.

Abstract

We are in the era of millimetre-scale electron microscopy volumes collected at nanometre resolution1,2. Dense reconstruction of cellular compartments in these electron microscopy volumes has been enabled by recent advances in machine learning3-6. Automated segmentation methods produce exceptionally accurate reconstructions of cells, but post hoc proofreading is still required to generate large connectomes that are free of merge and split errors. The elaborate 3D meshes of neurons in these volumes contain detailed morphological information at multiple scales, from the diameter, shape and branching patterns of axons and dendrites, down to the fine-scale structure of dendritic spines. However, extracting these features can require substantial effort to piece together existing tools into custom workflows. Here, building on existing open source software for mesh manipulation, we present Neural Decomposition (NEURD), a software package that decomposes meshed neurons into compact and extensively annotated graph representations. With these feature-rich graphs, we automate a variety of tasks such as state-of-the-art automated proofreading of merge errors, cell classification, spine detection, axonal-dendritic proximities and other annotations. These features enable many downstream analyses of neural morphology and connectivity, making these massive and complex datasets more accessible to neuroscience researchers.

PubMed Disclaimer

Conflict of interest statement

Competing interests: X.P. is a co-founder of UploadAI, LLC, a company in which he has financial interests. A.S.T. is a co-founder of Vathes Inc. and UploadAI LLC, companies in which he has financial interests. J.R. is a co-founder of Vathes Inc. and UploadAI LLC, companies in which he has financial interests. The other authors declare no competing interests.

Figures

Fig. 1
Fig. 1. Working with neuronal meshes from large-volume electron microscopy segmentations.
a, The MICrONS Minnie65 volume is an approximately 1,300 × 820 × 520 μm3 rectangular volume from mouse visual cortex; H01 is a wedge-shaped volume from human temporal cortex with a longest dimension of 3 mm, a width of 2 mm and a thickness of 150 μm. be, The range of accuracy across neural reconstructions in the MICrONS and H01 volumes. b, Example of a nearly complete (manually proofread) single neuron. c, A mesh containing two merged neurons from the MICrONS volume. d, Example of an orphan merge error with a piece of dendrite incorrectly merged onto a neuron mesh. e, An incompletely reconstructed neuron from the H01 volume. f, An overview of the NEURD workflow: starting from volumes and their initial mesh states (Fig. 1), to the processing pipeline (Fig. 2), automatic proofreading (Fig. 3), and cell typing (Supplementary Fig. 12), which then enables the analysis of morphology (Fig. 4), connectomics, and functional connectomics (Fig. 5).
Fig. 2
Fig. 2. Decomposition, feature extraction and graph annotation.
a, The input data (mesh and synapses) required for the NEURD workflow. b, The reconstructed meshes are pre-processed through a number of steps including decimation, glia and nuclei removal, soma detection and skeletonization. Mesh features are projected back onto the skeleton and spines are detected. c, Decomposition graph object composed of two neurons merged together. The decomposition compresses the skeleton, mesh and synapse annotations of a non-branching segment into a single node in a graph, with directed edges to the downstream segments connected at a branch point. The soma is the singular root node of this tree. d, NEURD automates computation of features at multiple levels. Node (non-branching segment)-level features include basic mesh characteristics (for example, diameter of the neural process or number of synapses per skeletal length). Subgraph features capture relationships between adjacent nodes such as branching angle or width differences. Graph features capture characteristics of the entire neuron and are computed by weighted average or sum of node features, or by counting subgraph motifs. Postsyn, postsyaptic region. e, The final product is a cleaned and annotated decomposition object with a single soma that can be fed into a variety of downstream analyses. f, NEURD supports a variety of operations and manipulations on the decomposition objects. Multi-soma splitting is performed with heuristic rules. The entire decomposition graph is classified as excitatory or inhibitory and one subgraph is identified as the axon. Automated proofreading is performed to remove probable merge errors (see Fig. 3). A set of heuristic rules is implemented to label neural compartments, followed by a finer-scale cell-type classification using graph neural networks (GNNs) (Supplementary Fig. 12). PCA, principal components analysis.
Fig. 3
Fig. 3. NEURD graph decomposition enables automated proofreading.
a, Implementing domain knowledge as subgraph rules to automatically remove merge errors (see Supplementary Fig. 3 for more rules). b, Laminar distribution of merge errors (H01). The inhomogeneity of errors across different layers, possibly due to differences in neuropil density. The pial surface is to the right and slightly up (see Supplementary Fig. 7 for more details). c, Increased frequency of axon edits is observed in layer 5 of cortex (MICrONS). Pial surface is up. d, Dendritic errors in the MICrONS dataset increase near the top layers of the volume, where fine excitatory apical tufts lead to more frequent merges (see Supplementary Fig. 6 for more details). e,f, MICrONS (e) and H01 (f) synapse validation quantified by synapse precision and recall compared with manual proofreading (ground truth). ‘Before’ describes the accuracy of the raw segmentation prior to any proofreading. The substantial increases in precision ‘After’ automated proofreading (especially for axons) indicates that the cleaned neurons have good fidelity. The reduction in ‘After’ recall indicates the loss of some valid synapses in the automatic proofreading process (mostly concerning axons), while still retaining the majority of correct synapses (see also Supplementary Fig. 9 restricted to single somas). Dend, dendrite. g, An excitatory neuron from the MICrONS dataset in the 75th percentile of merge error skeletal length; identified merge errors are shown in red. hk, Number of true-positive (TP) and false-positive (FP) axonal synapses from individual excitatory (h,i) or inhibitory (j,k) neurons in the validation set before (h,j) and after (i,k) automated proofreading, illustrating the large number of false-positive (red) synapses in the raw segmentation that are removed by automated proofreading (see Supplementary Figs. 8 and  9 for more details on the MICrONS dataset and Supplementary Fig. 10 for similar validation on the H01 dataset).
Fig. 4
Fig. 4. Morphological analysis enabled by NEURD feature extraction.
a, Average number of synapses onto the AIS of cells at different laminar depths (mean ± s.d.) for MICrONS (n = 22,955). b, Distribution of the number of soma synapses per cell. As expected, neurons in the MICrONS volume have more identified synapses onto their soma, despite the smaller surface area compared to human somas (see Supplementary Fig. 16 for more AIS and soma synapse results). c, An example spine segmentation with the features extracted for each spine submesh followed by a kernel density estimation of the UMAP embedding of these features for spines sampled from the MICrONS dataset (see Supplementary Fig. 19 for more details). Exc, excitatory; inh, inhibitory. d, Histograms showing the distribution of the mean skeletal angle of the thickest basal stem as a function of volume depth (see Supplementary Fig. 17 for more details). e, Spine head synapse size and spine head volume joint distribution for the H01 dataset, showing a positive Pearson’s correlation coefficient (P < 10−300; see Supplementary Fig. 20 for more details). f, Histogram for all the non-apical dendritic stems of every neuron in the MICrONS volume comparing the initial width of the stem to the number of leaf nodes (blue scaling indicates the number of dendritic stems for a given bin), showing a positive Pearson’s correlation coefficient (corr; P < 10−300; see Supplementary Fig. 18 for more details). g, The ratio of non-spine synapses to spine counts varies across cell types. h, Distribution of spine characteristics for different cell types, comparing the volume of each spine head and the size of the largest synapse on that spine head, where outlines indicate the quartile boundaries for each distribution (see Supplementary Fig. 15 for more cell-type distributions). See Supplementary Table 2 for all associated n values.
Fig. 5
Fig. 5. Connectivity analysis enabled by NEURD.
a, Schematic illustrating two proximities between a pair of neurons (axon passing within 5 μm radius of a dendrite). Only one proximity has a synapse, thus the ‘conversion rate’ is 50%. b, Cumulative density function (CDF) of the postsynaptic dendritic skeletal walks for different connection types, demonstrating that excitatory inputs occur further along the dendrite from the soma (see Supplementary Fig. 23 for more details). c, Mean conversion rate as a function of distance along the axon (see Supplementary Fig. 23 for more details). d,e, Conversion rates (synapses/proximities) for different excitatory and inhibitory combinations. The x-axis represents the maximum distance that is considered a proximity. f, Conversion rates for different cell-type subclasses and compartments are largely consistent with previous studies (MICrONS; cell-type labels generated from a GNN classifier; see Supplementary Table 1 for glossary and Supplementary Fig. 24 for more conversion rates). g, The frequency (mean ± s.d.) of reciprocal connections or edge-dense three-node motifs was enriched compared with null distributions where synaptic degree distribution is held the same but edges are shuffled (orange), where the synaptic edges are shuffled across existing proximity edges (green) or where synapses are randomly shuffled (red); 250 random graph samples for each null distribution comparison (see Supplementary Fig. 25 for more details and inhibitory/excitatory-only graphs). h, Example multi-synaptic connection (n = 7 synapses) from an excitatory to inhibitory neuron (H01). i, Distribution of response correlation mean (±s.e.m.) between pairs of functionally matched excitatory neurons (MICrONS). Response correlation is significantly larger for pairs of neurons with 4 or more synapses connecting them (n = 11 pairs) compared with those with 1, 2 or 3 synapses (n = 5,350, 280 or 34 pairs, respectively; see Supplementary Fig. 27 for more details). See Supplementary Table 2 for all associated n values.

Update of

  • NEURD offers automated proofreading and feature extraction for connectomics.
    Celii B, Papadopoulos S, Ding Z, Fahey PG, Wang E, Papadopoulos C, Kunin A, Patel S, Bae JA, Bodor AL, Brittain D, Buchanan J, Bumbarger DJ, Castro MA, Cobos E, Dorkenwald S, Elabbady L, Halageri A, Jia Z, Jordan C, Kapner D, Kemnitz N, Kinn S, Lee K, Li K, Lu R, Macrina T, Mahalingam G, Mitchell E, Mondal SS, Mu S, Nehoran B, Popovych S, Schneider-Mizell CM, Silversmith W, Takeno M, Torres R, Turner NL, Wong W, Wu J, Yu SC, Yin W, Xenes D, Kitchell LM, Rivlin PK, Rose VA, Bishop CA, Wester B, Froudarakis E, Walker EY, Sinz FH, Seung HS, Collman F, da Costa NM, Reid RC, Pitkow X, Tolias AS, Reimer J. Celii B, et al. bioRxiv [Preprint]. 2024 Sep 23:2023.03.14.532674. doi: 10.1101/2023.03.14.532674. bioRxiv. 2024. Update in: Nature. 2025 Apr;640(8058):487-496. doi: 10.1038/s41586-025-08660-5. PMID: 36993282 Free PMC article. Updated. Preprint.

References

    1. Shapson-Coe, A. et al. A petavoxel fragment of human cerebral cortex reconstructed at nanoscale resolution. Science384, eadk4858 (2024). - PMC - PubMed
    1. The MICrONS Consortium. Functional connectomics spanning multiple areas of mouse visual cortex. Nature10.1038/10.1038/s41586-025-08790-w (2025). - PMC - PubMed
    1. Lee, K., Zung, J., Li, P., Jain, V. & Seung, H. S. Superhuman accuracy on the SNEMI3D connectomics challenge. Preprint at 10.48550/arXiv.1706.00120 (2017).
    1. Wu, J., Silversmith, W. M., Lee, K. & Seung, H. S. Chunkflow: hybrid cloud processing of large 3D images by convolutional nets. Nat. Methods18, 328–330 (2021). - PubMed
    1. Lu, R., Zlateski, A. & Seung, H. S. Large-scale image segmentation based on distributed clustering algorithms. Preprint at 10.48550/arXiv.2106.10795 (2021).

LinkOut - more resources