92 research outputs found
Synaptic partner prediction from point annotations in insect brains
High-throughput electron microscopy allows recording of lar- ge stacks of
neural tissue with sufficient resolution to extract the wiring diagram of the
underlying neural network. Current efforts to automate this process focus
mainly on the segmentation of neurons. However, in order to recover a wiring
diagram, synaptic partners need to be identi- fied as well. This is especially
challenging in insect brains like Drosophila melanogaster, where one
presynaptic site is associated with multiple post- synaptic elements. Here we
propose a 3D U-Net architecture to directly identify pairs of voxels that are
pre- and postsynaptic to each other. To that end, we formulate the problem of
synaptic partner identification as a classification problem on long-range edges
between voxels to encode both the presence of a synaptic pair and its
direction. This formulation allows us to directly learn from synaptic point
annotations instead of more ex- pensive voxel-based synaptic cleft or vesicle
annotations. We evaluate our method on the MICCAI 2016 CREMI challenge and
improve over the current state of the art, producing 3% fewer errors than the
next best method
Synaptic Cleft Segmentation in Non-Isotropic Volume Electron Microscopy of the Complete Drosophila Brain
Neural circuit reconstruction at single synapse resolution is increasingly
recognized as crucially important to decipher the function of biological
nervous systems. Volume electron microscopy in serial transmission or scanning
mode has been demonstrated to provide the necessary resolution to segment or
trace all neurites and to annotate all synaptic connections.
Automatic annotation of synaptic connections has been done successfully in
near isotropic electron microscopy of vertebrate model organisms. Results on
non-isotropic data in insect models, however, are not yet on par with human
annotation.
We designed a new 3D-U-Net architecture to optimally represent isotropic
fields of view in non-isotropic data. We used regression on a signed distance
transform of manually annotated synaptic clefts of the CREMI challenge dataset
to train this model and observed significant improvement over the state of the
art.
We developed open source software for optimized parallel prediction on very
large volumetric datasets and applied our model to predict synaptic clefts in a
50 tera-voxels dataset of the complete Drosophila brain. Our model generalizes
well to areas far away from where training data was available
A Generalized Framework for Agglomerative Clustering of Signed Graphs applied to Instance Segmentation
We propose a novel theoretical framework that generalizes algorithms for
hierarchical agglomerative clustering to weighted graphs with both attractive
and repulsive interactions between the nodes. This framework defines GASP, a
Generalized Algorithm for Signed graph Partitioning, and allows us to explore
many combinations of different linkage criteria and cannot-link constraints. We
prove the equivalence of existing clustering methods to some of those
combinations, and introduce new algorithms for combinations which have not been
studied. An extensive comparison is performed to evaluate properties of the
clustering algorithms in the context of instance segmentation in images,
including robustness to noise and efficiency. We show how one of the new
algorithms proposed in our framework outperforms all previously known
agglomerative methods for signed graphs, both on the competitive CREMI 2016 EM
segmentation benchmark and on the CityScapes dataset.Comment: 19 pages, 8 figures, 6 table
Developments in ROOT I/O and trees
For the last several months the main focus of development in the ROOT I/O
package has been code consolidation and performance improvements. Access to
remote files is affected both by bandwidth and latency. We introduced a
pre-fetch mechanism to minimize the number of transactions between client and
server and hence reducing the effect of latency. We will review the
implementation and how well it works in different conditions (gain of an order
of magnitude for remote file access). We will also review new utilities,
including a faster implementation of TTree cloning (gain of an order of
magnitude), a generic mechanism for object references, and a new entry list
mechanism tuned both for small and large number of selections. In addition to
reducing the coupling with the core module and becoming its owns library
(libRIO) (as part of the general restructuration of the ROOT libraries), the
I/O package has been enhanced in the area of XML and SQL support, thread
safety, schema evolution, TTreeFormula, and many other areas. We will also
discuss various ways, ROOT will be able to benefit from multi-core architecture
to improve I/O performances
Publisher Correction: Deep learning enables fast and dense single-molecule localization with high accuracy
In the version of this Article initially published, Jacob H. Macke and Jonas Ries were not listed as corresponding authors. Their contact information and designation as corresponding authors are now included. The error has been corrected in the online version of the Article
QUINT: Workflow for Quantification and Spatial Analysis of Features in Histological Images From Rodent Brain
Transgenic animal models are invaluable research tools for elucidating the pathways and mechanisms involved in the development of neurodegenerative diseases. Mechanistic clues can be revealed by applying labelling techniques such as immunohistochemistry or in situ hybridisation to brain tissue sections. Precision in both assigning anatomical location to the sections and quantifying labelled features is crucial for output validity, with a stereological approach or image-based feature extraction typically used. However, both approaches are restricted by the need to manually delineate anatomical regions. To circumvent this limitation, we present the QUINT workflow for quantification and spatial analysis of labelling in series of rodent brain section images based on available 3D reference atlases. The workflow is semi-automated, combining three open source software that can be operated without scripting knowledge, making it accessible to most researchers. As an example, a brain region-specific quantification of amyloid plaques across whole transgenic Tg2576 mouse brain series, immunohistochemically labelled for three amyloid-related antigens is demonstrated. First, the whole brain image series were registered to the Allen Mouse Brain Atlas to produce customised atlas maps adapted to match the cutting plan and proportions of the sections (QuickNII software). Second, the labelling was segmented from the original images by the Random Forest Algorithm for supervised classification (ilastik software). Finally, the segmented images and atlas maps were used to generate plaque quantifications for each region in the reference atlas (Nutil software). The method yielded comparable results to manual delineations and to the output of a stereological method. While the use case demonstrates the QUINT workflow for quantification of amyloid plaques only, the workflow is suited to all mouse or rat brain series with labelling that is visually distinct from the background, for example for the quantification of cells or labelled proteins
- …