CVAug 20, 2015

Recursive Training of 2D-3D Convolutional Networks for Neuronal Boundary Detection

arXiv:1508.04843v16 citations
Originality Incremental advance
AI Analysis

This work addresses the critical need for automated reconstruction in connectomics, offering an incremental improvement over existing methods for boundary detection in anisotropic 3D images.

The paper tackles the problem of detecting neuronal boundaries in anisotropic 3D electron microscopic brain images for neural circuit reconstruction, achieving a substantial gain in accuracy through a deeper hybrid 2D-3D convolutional network with recursive training.

Efforts to automate the reconstruction of neural circuits from 3D electron microscopic (EM) brain images are critical for the field of connectomics. An important computation for reconstruction is the detection of neuronal boundaries. Images acquired by serial section EM, a leading 3D EM technique, are highly anisotropic, with inferior quality along the third dimension. For such images, the 2D max-pooling convolutional network has set the standard for performance at boundary detection. Here we achieve a substantial gain in accuracy through three innovations. Following the trend towards deeper networks for object recognition, we use a much deeper network than previously employed for boundary detection. Second, we incorporate 3D as well as 2D filters, to enable computations that use 3D context. Finally, we adopt a recursively trained architecture in which a first network generates a preliminary boundary map that is provided as input along with the original image to a second network that generates a final boundary map. Backpropagation training is accelerated by ZNN, a new implementation of 3D convolutional networks that uses multicore CPU parallelism for speed. Our hybrid 2D-3D architecture could be more generally applicable to other types of anisotropic 3D images, including video, and our recursive framework for any image labeling problem.

Code Implementations2 repos
Foundations

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

Your Notes