CVSep 9, 2017

Large Scale Image Segmentation with Structured Loss based Deep Learning for Connectome Reconstruction

arXiv:1709.02974v458 citations
Originality Incremental advance
AI Analysis

This work addresses the problem of scalable and accurate connectome reconstruction for neuroscience, representing a strong specific gain rather than a foundational advance.

The authors tackled neuron segmentation from electron microscopy data by combining affinity prediction with region agglomeration, achieving relative improvements of 27%, 15%, and 250% over previous results on three datasets and a throughput of 2.6 seconds per megavoxel.

We present a method combining affinity prediction with region agglomeration, which improves significantly upon the state of the art of neuron segmentation from electron microscopy (EM) in accuracy and scalability. Our method consists of a 3D U-NET, trained to predict affinities between voxels, followed by iterative region agglomeration. We train using a structured loss based on MALIS, encouraging topologically correct segmentations obtained from affinity thresholding. Our extension consists of two parts: First, we present a quasi-linear method to compute the loss gradient, improving over the original quadratic algorithm. Second, we compute the gradient in two separate passes to avoid spurious gradient contributions in early training stages. Our predictions are accurate enough that simple learning-free percentile-based agglomeration outperforms more involved methods used earlier on inferior predictions. We present results on three diverse EM datasets, achieving relative improvements over previous results of 27%, 15%, and 250%. Our findings suggest that a single method can be applied to both nearly isotropic block-face EM data and anisotropic serial sectioned EM data. The runtime of our method scales linearly with the size of the volume and achieves a throughput of about 2.6 seconds per megavoxel, qualifying our method for the processing of very large datasets.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes