2017 IEEE Conference on Computer Vision and Pattern Recognition (CVPR) 2017
DOI: 10.1109/cvpr.2017.305
|View full text |Cite
|
Sign up to set email alerts
|

Deep Watershed Transform for Instance Segmentation

Abstract: Most contemporary approaches to instance segmentation use complex pipelines involving conditional random fields, recurrent neural networks, object proposals, or template matching schemes. In this paper, we present a simple yet powerful end-to-end convolutional neural network to tackle this task. Our approach combines intuitions from the classical watershed transform and modern deep learning to produce an energy map of the image where object instances are unambiguously represented as energy basins. We then perf… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

2
390
0

Year Published

2018
2018
2021
2021

Publication Types

Select...
3
2
2
2

Relationship

0
9

Authors

Journals

citations
Cited by 508 publications
(392 citation statements)
references
References 25 publications
2
390
0
Order By: Relevance
“…Finally, the class label for each instance is obtained by voting among all pixels based on semantic segmentation labels. Following DWT [3], small instances are removed and semantic scores from semantic segmentation are used to rank predictions.…”
Section: Cascaded Graph Partitionmentioning
confidence: 99%
“…Finally, the class label for each instance is obtained by voting among all pixels based on semantic segmentation labels. Following DWT [3], small instances are removed and semantic scores from semantic segmentation are used to rank predictions.…”
Section: Cascaded Graph Partitionmentioning
confidence: 99%
“…One relies on the R-CNN proposals, which is a bottom-up pipeline that the segmentation results are based on the proposals and then labeled by a classifier [26,27]. The other family relies on semantic segmentation results [28,29] where instance segmentation following semantic segmentation by classifying pixels into different instances. A state-of-the-art method Mask-RCNN [30], built upon object detectors [31], also depends on the proposals but features are shared by classes, box predictors, and mask generators, then all results are collected in parallel.…”
Section: Related Workmentioning
confidence: 99%
“…Resource allocation. Complete computer-vision solutions for cellular image analysis typically require a hybrid of conventional and deep learning methods to achieve a production-ready solution 6,[21][22][23] . We have chosen to separate the conventional and deep learning operations so that they run on different nodes, which allows us to use hardware acceleration for deep learning while ensuring conventional operations are only run on less expensive hardware.…”
Section: Software Architecturementioning
confidence: 99%
“…By changing this rate, we simulated different upload speeds. Our image-analysis routine consisted of performing single-cell segmentation using a deep watershed approach 22,23 , which requires both deep learning and conventional processing steps and reveals the relative impact of different computational operations on inference speed and cost. While we benchmarked scalability using the deep watershed approach, we note that this software can (and has) been adapted to deploy a variety of deep learning methods, including RetinaNet 33 and Mask-RCNN 34 , on biological imaging data.…”
Section: Benchmarkingmentioning
confidence: 99%