Flood-Filling Networks
Micha{\l} Januszewski, Jeremy Maitin-Shepard, Peter Li, J\"orgen, Kornfeld, Winfried Denk, Viren Jain

TL;DR
Flood-filling networks offer an end-to-end trainable neural approach for 3D image segmentation, effectively handling variable object sizes and counts, and outperforming traditional multi-step pipelines in connectomic reconstruction tasks.
Contribution
This work introduces flood-filling networks, a unified neural method that directly segments images without separate boundary detection and clustering steps.
Findings
Significantly improves segmentation accuracy over existing methods.
Robustly handles images with variable object sizes and counts.
Simplifies segmentation pipeline into a single neural network.
Abstract
State-of-the-art image segmentation algorithms generally consist of at least two successive and distinct computations: a boundary detection process that uses local image information to classify image locations as boundaries between objects, followed by a pixel grouping step such as watershed or connected components that clusters pixels into segments. Prior work has varied the complexity and approach employed in these two steps, including the incorporation of multi-layer neural networks to perform boundary prediction, and the use of global optimizations during pixel clustering. We propose a unified and end-to-end trainable machine learning approach, flood-filling networks, in which a recurrent 3d convolutional network directly produces individual segments from a raw image. The proposed approach robustly segments images with an unknown and variable number of objects as well as highly…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Electron Microscopy Techniques and Applications · Cell Image Analysis Techniques · Advanced Neural Network Applications
